summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template.tex')
-rw-r--r--template.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/template.tex b/template.tex
index 43aaaf3..56f904e 100644
--- a/template.tex
+++ b/template.tex
@@ -171,6 +171,9 @@ $endif$
$if(chapterstyle)$ % for documentclass memoir chapter headline styling
\chapterstyle{$chapterstyle$}
$endif$
+$if(matter)$
+\frontmatter
+$endif$
$if(title)$
\maketitle
$endif$
@@ -191,8 +194,14 @@ $if(toc)$
\tableofcontents
}
$endif$
+$if(matter)$
+\mainmatter
+$endif$
$body$
+$if(matter)$
+\backmatter
+$endif$
$if(natbib)$
$if(biblio-files)$
$if(biblio-title)$