From: Fletcher T. Penney Date: Wed, 30 Aug 2017 09:42:51 +0000 (-0400) Subject: UPDATED: Fix bug (I think) in Tufte LaTeX files X-Git-Tag: 6.2.1^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9061e9709a46b92c93e0ef2b96e6bc6079250e2;p=multimarkdown UPDATED: Fix bug (I think) in Tufte LaTeX files --- 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}