diff --git a/inst/rmarkdown/templates/monash/resources/template.tex b/inst/rmarkdown/templates/monash/resources/template.tex index 8267465..d42c6e8 100644 --- a/inst/rmarkdown/templates/monash/resources/template.tex +++ b/inst/rmarkdown/templates/monash/resources/template.tex @@ -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$