Moved header includes to later

This commit is contained in:
Rob J Hyndman 2019-02-24 12:51:00 +11:00
parent b2632a6377
commit 30328d343a
1 changed files with 4 additions and 4 deletions

View File

@ -249,10 +249,6 @@ $if(dir)$
\fi
$endif$
$for(header-includes)$
$header-includes$
$endfor$
%% Monash overrides
$if(toc)$
\AtBeginSection[]{
@ -268,6 +264,10 @@ $endif$
\fi
%%
$for(header-includes)$
$header-includes$
$endfor$
$if(title)$
\title[$shorttitle$]{$title$}
$endif$