From 0d81be0d200c8b4f3c4eff48cff4d3cad6ebed91 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 15 Jan 2015 14:35:47 +0100 Subject: Use separate flag for each memoir class matter. --- template.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template.tex') 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)$ -- cgit v1.2.3