Skip to content

Commit 1c221f5

Browse files
committed
Add comment to line that use authors normalization
1 parent a761f7e commit 1c221f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/resources/formats/beamer/pandoc/title.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$if(subtitle)$
66
\subtitle$if(shortsubtitle)$[$shortsubtitle$]$endif${$subtitle$}
77
$endif$
8-
\author$if(shortauthor)$[$shortauthor$]$endif${$for(authors)$$it.name.literal$$sep$ \and $endfor$}
8+
\author$if(shortauthor)$[$shortauthor$]$endif${$for(authors)$$it.name.literal$$sep$ \and $endfor$} $-- This supports QUarto's authors normalization
99
\date$if(shortdate)$[$shortdate$]$endif${$date$}
1010
$if(institute)$
1111
\institute$if(shortinstitute)$[$shortinstitute$]$endif${$for(institute)$$institute$$sep$ \and $endfor$}

src/resources/formats/pdf/pandoc/title.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
\makeatother
1111
\subtitle{$subtitle$}
1212
$endif$
13-
\author{$for(authors)$$it.name.literal$$sep$ \and $endfor$}
13+
\author{$for(authors)$$it.name.literal$$sep$ \and $endfor$} $-- This supports QUarto's authors normalization
1414
\date{$date$}

0 commit comments

Comments
 (0)