LaTeX template: fix subtitles.
The old code really requires scrartcl from koma-script. Closes #1327.
This commit is contained in:
parent
9f1636367e
commit
20fab138d3
1 changed files with 2 additions and 4 deletions
|
@ -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$}
|
||||
|
|
Loading…
Add table
Reference in a new issue