summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template.tex')
-rw-r--r--template.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/template.tex b/template.tex
index 9d9c958..07b6c03 100644
--- a/template.tex
+++ b/template.tex
@@ -147,6 +147,9 @@ $header-includes$
$endfor$
\begin{document}
+$if(chapterstyle)$ % for documentclass memoir styling
+\chapterstyle{$chapterstyle$}
+$endif$
$if(title)$
\maketitle
$endif$