mirror of
https://github.com/eddelbuettel/binb
synced 2025-07-04 20:36:50 +02:00
Moved header includes to later
This commit is contained in:
parent
b2632a6377
commit
30328d343a
1 changed files with 4 additions and 4 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue