aboutsummaryrefslogtreecommitdiff
path: root/templates/latex.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/latex.template')
-rw-r--r--templates/latex.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/latex.template b/templates/latex.template
index bca71f091..02e570a76 100644
--- a/templates/latex.template
+++ b/templates/latex.template
@@ -80,10 +80,18 @@ $if(title)$
\maketitle
$endif$
+$for(include-before)$
+$include-before$
+
+$endfor$
$if(toc)$
\tableofcontents
$endif$
$body$
+$for(include-after)$
+
+$include-after$
+$endfor$
\end{document}