Fixed subtitle in latex template.

See jgm/pandoc#1327.
This commit is contained in:
John MacFarlane 2014-06-09 22:33:13 -07:00
parent 20fab138d3
commit 2c51fb0c40

View file

@ -129,8 +129,7 @@ $if(lang)$
$endif$
$if(title)$
$if(title)$
\title{$title$$if(subtitle)$\\\vspace{1em}{\large $subtitle$}$endif$}
\title{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}