From c9061e9709a46b92c93e0ef2b96e6bc6079250e2 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 30 Aug 2017 05:42:51 -0400 Subject: [PATCH] UPDATED: Fix bug (I think) in Tufte LaTeX files --- texmf/tex/latex/mmd6/shared/mmd6-title.tex | 15 ++++++++++----- .../mmd6/tufte-book/mmd6-tufte-book-begin.tex | 2 +- .../tufte-handout/mmd6-tufte-handout-begin.tex | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/texmf/tex/latex/mmd6/shared/mmd6-title.tex b/texmf/tex/latex/mmd6/shared/mmd6-title.tex index e108fed..e1aa735 100644 --- a/texmf/tex/latex/mmd6/shared/mmd6-title.tex +++ b/texmf/tex/latex/mmd6/shared/mmd6-title.tex @@ -9,27 +9,32 @@ \ifx\subtitle\undefined \else - \addtodef{\mytitle}{}{ \\ \subtitle} +% \addtodef{\mytitle}{}{ \\ \subtitle} + \expandafter\def\expandafter\mytitle\expandafter{\mytitle \\ \subtitle} \fi \ifx\affiliation\undefined \else - \addtodef{\myauthor}{}{ \\ \affiliation} +% \addtodef{\myauthor}{}{ \\ \affiliation} + \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \affiliation} \fi \ifx\address\undefined \else - \addtodef{\myauthor}{}{ \\ \address} +% \addtodef{\myauthor}{}{ \\ \address} + \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \address} \fi \ifx\phone\undefined \else - \addtodef{\myauthor}{}{ \\ \phone} +% \addtodef{\myauthor}{}{ \\ \phone} + \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \phone} \fi \ifx\email\undefined \else - \addtodef{\myauthor}{}{ \\ \email} +% \addtodef{\myauthor}{}{ \\ \email} + \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \email} \fi \ifx\event\undefined diff --git a/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex b/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex index 21f8c21..bac826d 100644 --- a/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex +++ b/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex @@ -1,4 +1,4 @@ - +\input{mmd6-title} \title{\latextitle} \author{\myauthor} diff --git a/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex b/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex index b453913..b54aeab 100644 --- a/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex +++ b/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex @@ -1,4 +1,4 @@ - +\input{mmd6-title} \title{\latextitle} \author{\myauthor} -- 2.40.0