summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-03 13:03:09 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-03 13:03:09 +0100
commit49268d0bcadc0d35ed44ae7d2a6b2242b2d4bb12 (patch)
tree4cc7fd4c8eb99fb181a227150b29d6e91090267e /template.tex
parent04d9ad87cc978e9bdf7994fe30aa24fdf2acf063 (diff)
Set frontmatter/mainmatter/backmatter in template (not filter).
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)$