latex template: Put header includes after title.

Closes pandoc#908.
This commit is contained in:
John MacFarlane 2013-12-11 22:34:57 -08:00
parent dd178889f6
commit dd1d637420

View file

@ -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)$