diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-02 01:46:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-02 01:46:35 +0100 |
commit | dfc7304e48e6df9053d1861fd67559c3751c5a33 (patch) | |
tree | 413fda5f9fb0535be0488dd3e355df9c8e0378c7 /Makefile | |
parent | cd8aa3a1b95f3dd0d3e2cb3dfe9214ccda2e6e82 (diff) |
Set pagestyle=plain.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ args_meta += -V date="" 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 headstyles=komalike -V chapterstyle=ell +args_latex += -V documentclass=memoir -V pagestyle=plain -V headstyles=komalike -V chapterstyle=ell args_latex += -V classoption=titlepage -V classoption=$(if $(final),final,draft) flavors = a4 book ebook args_a4 = -V papersize=a4paper -V fontsize=10pt -V classoption=oneside |