diff options
-rw-r--r-- | template.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template.tex b/template.tex index 56f904e..0fc3878 100644 --- a/template.tex +++ b/template.tex @@ -171,7 +171,7 @@ $endif$ $if(chapterstyle)$ % for documentclass memoir chapter headline styling \chapterstyle{$chapterstyle$} $endif$ -$if(matter)$ +$if(frontmatter)$ \frontmatter $endif$ $if(title)$ @@ -194,12 +194,12 @@ $if(toc)$ \tableofcontents } $endif$ -$if(matter)$ +$if(mainmatter)$ \mainmatter $endif$ $body$ -$if(matter)$ +$if(backmatter)$ \backmatter $endif$ $if(natbib)$ |