From 80d6c0302abb5674d8a5b6c40204a1a2dcd5c0af Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 15 Jan 2015 14:37:46 +0100 Subject: Fix enable only frontmatter from template (main- and backmatter injected into content. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34bed6b..46e1570 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ args_latex += --template=template.tex --latex-engine=xelatex args_latex += -H header.tex -B before.tex -A after.tex args_latex += -V mainfont="Lora" -V sansfont="Quattrocento Sans" -V monofont="Inconsolata" args_latex += -V documentclass=memoir -V pagestyle=plain -V headstyles=komalike -V chapterstyle=ell -args_latex += -V matter=yes -V classoption=titlepage -V classoption=$(if $(final),final,draft) +args_latex += -V frontmatter=yes -V classoption=titlepage -V classoption=$(if $(final),final,draft) flavors = a4 book ebook args_a4 = -V papersize=a4paper -V fontsize=10pt -V classoption=oneside args_book = -V papersize=b5paper -V fontsize=10pt -V classoption=twoside -- cgit v1.2.3