diff options
-rw-r--r-- | default.latex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.latex b/default.latex index e9be55382..6bb70bc4b 100644 --- a/default.latex +++ b/default.latex @@ -129,9 +129,6 @@ $if(lang)$ \usepackage[$lang$]{babel} \fi $endif$ -$for(header-includes)$ -$header-includes$ -$endfor$ $if(title)$ \title{$title$} @@ -141,6 +138,9 @@ $if(subtitle)$ $endif$ \author{$for(author)$$author$$sep$ \and $endfor$} \date{$date$} +$for(header-includes)$ +$header-includes$ +$endfor$ \begin{document} $if(title)$ |