Moved header-includes to before setting of title etc.
This matches default.latex
This commit is contained in:
parent
16e9428d8a
commit
fb3c22dad8
1 changed files with 3 additions and 3 deletions
|
@ -183,6 +183,9 @@ $if(dir)$
|
|||
\newenvironment{LTR}{\beginL}{\endL}
|
||||
\fi
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
$if(title)$
|
||||
\title{$title$}
|
||||
|
@ -194,9 +197,6 @@ $if(author)$
|
|||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
\date{$date$}
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
\begin{document}
|
||||
$if(title)$
|
||||
|
|
Loading…
Reference in a new issue