Skip to content

Commit 2d3b24a

Browse files
committed
Avoid trailing space by putting comment in a line above
1 parent 8a62c54 commit 2d3b24a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
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$} $-- This supports QUarto's authors normalization
8+
$-- This supports QUarto's authors normalization
9+
\author$if(shortauthor)$[$shortauthor$]$endif${$for(authors)$$it.name.literal$$sep$ \and $endfor$}
910
\date$if(shortdate)$[$shortdate$]$endif${$date$}
1011
$if(institute)$
1112
\institute$if(shortinstitute)$[$shortinstitute$]$endif${$for(institute)$$institute$$sep$ \and $endfor$}

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

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

0 commit comments

Comments
 (0)