LaTeX template: fix subtitles.

The old code really requires scrartcl from koma-script.
Closes #1327.
This commit is contained in:
John MacFarlane 2014-06-09 22:29:21 -07:00
parent 9f1636367e
commit 20fab138d3

View file

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