From c8d08b2077ef2e381e844a52f1e6546650af5097 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 23 Mar 2015 12:15:21 +0100 Subject: Skip book flavor for now. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 966f41e..2ba38ae 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,8 @@ 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 frontmatter=yes -V classoption=titlepage -V classoption=$(if $(final),final,draft) -flavors = a4 book ebook +#flavors = a4 book ebook +flavors = a4 ebook args_a4 = -V papersize=a4paper -V fontsize=10pt -V classoption=oneside args_book = -V papersize=b5paper -V fontsize=10pt -V classoption=twoside args_ebook = -V papersize=ebook -V fontsize=12pt -V classoption=oneside -V classoption=openany -- cgit v1.2.3