latex template: Put header includes after title.
Closes pandoc#908.
This commit is contained in:
parent
dd178889f6
commit
dd1d637420
1 changed files with 3 additions and 3 deletions
|
@ -129,9 +129,6 @@ $if(lang)$
|
|||
\usepackage[$lang$]{babel}
|
||||
\fi
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
$if(title)$
|
||||
\title{$title$}
|
||||
|
@ -141,6 +138,9 @@ $if(subtitle)$
|
|||
$endif$
|
||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||
\date{$date$}
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
\begin{document}
|
||||
$if(title)$
|
||||
|
|
Loading…
Add table
Reference in a new issue