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 \fi
$endif$ $endif$
$for(header-includes)$
$header-includes$
$endfor$
%% Monash overrides %% Monash overrides
$if(toc)$ $if(toc)$
\AtBeginSection[]{ \AtBeginSection[]{
@ -268,6 +264,10 @@ $endif$
\fi \fi
%% %%
$for(header-includes)$
$header-includes$
$endfor$
$if(title)$ $if(title)$
\title[$shorttitle$]{$title$} \title[$shorttitle$]{$title$}
$endif$ $endif$