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}
|
\usepackage[$lang$]{babel}
|
||||||
\fi
|
\fi
|
||||||
$endif$
|
$endif$
|
||||||
$for(header-includes)$
|
|
||||||
$header-includes$
|
|
||||||
$endfor$
|
|
||||||
|
|
||||||
$if(title)$
|
$if(title)$
|
||||||
\title{$title$}
|
\title{$title$}
|
||||||
|
@ -141,6 +138,9 @@ $if(subtitle)$
|
||||||
$endif$
|
$endif$
|
||||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||||
\date{$date$}
|
\date{$date$}
|
||||||
|
$for(header-includes)$
|
||||||
|
$header-includes$
|
||||||
|
$endfor$
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
$if(title)$
|
$if(title)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue