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 5bd5de7..43aaaf3 100644
--- a/template.tex
+++ b/template.tex
@@ -162,6 +162,9 @@ $header-includes$
$endfor$
\begin{document}
+$if(pagestyle)$ % for documentclass memoir page header/footer styling
+\pagestyle{$pagestyle$}
+$endif$
$if(headstyles)$ % for documentclass memoir headline styling
\headstyles{$headstyles$}
$endif$