diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-03-23 12:15:21 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-03-23 12:15:21 +0100 |
commit | c8d08b2077ef2e381e844a52f1e6546650af5097 (patch) | |
tree | e2a0e69915921e8368fd2ae16d594ab440531717 | |
parent | 1cc49cd4217c7c23ca89abf8c9d21c7c135141fe (diff) |
Skip book flavor for now.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |