]> granicus.if.org Git - multimarkdown/commitdiff
UPDATED: Fix bug (I think) in Tufte LaTeX files
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 30 Aug 2017 09:42:51 +0000 (05:42 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 30 Aug 2017 09:42:51 +0000 (05:42 -0400)
texmf/tex/latex/mmd6/shared/mmd6-title.tex
texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex
texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex

index e108fed4e75cbfeb5cadad241460fc6a0c2d1878..e1aa73517d6695cfa2b441fb1e8b8e92239bdd68 100644 (file)
@@ -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
index 21f8c21a18a8cd377ea1068f3d07bf13c2219892..bac826d9d44216162d7402e8d84700bf81f42a35 100644 (file)
@@ -1,4 +1,4 @@
-
+\input{mmd6-title}
 
 \title{\latextitle}
 \author{\myauthor}
index b453913351e47244162ea86cc6452f2703f65515..b54aeabb7814bc4dfd3725630331b10e4e7b6f5b 100644 (file)
@@ -1,4 +1,4 @@
-
+\input{mmd6-title}
 
 \title{\latextitle}
 \author{\myauthor}