diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-12-22 21:59:44 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-12-22 21:59:44 +0100 |
commit | a1901a8dd5ca7df63bf8892f587e881205fe67b4 (patch) | |
tree | 27799e71ffba908ab66593d6e2c3e02f773558d6 | |
parent | e3e77de25ca8c459b446716e4a56449028261810 (diff) |
Styling: 10pt (i.e. default). Single column. Lora / Quattrocento Sans / Inconsolata. komalike headers w/ ell chapters.
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -26,9 +26,10 @@ $(stem).pdf: $(stem).mediawiki template.tex pandoc -f mediawiki --template=template.tex --latex-engine=xelatex \ --filter ./pandoc-filter-sections --filter ./pandoc-filter-bib \ --bibliography=$(PANDOC_CITEPROC_FILE) \ - -V papersize=a4paper -V fontsize=11pt \ - -V documentclass=memoir -V chapterstyle=demo3 \ - -V classoption=oneside -V classoption=titlepage -V classoption=twocolumn \ + -V mainfont="Lora" -V sansfont="Quattrocento Sans" -V monofont="Inconsolata" \ + -V papersize=a4paper -V fontsize=10pt \ + -V documentclass=memoir -V headstyles=komalike -V chapterstyle=ell \ + -V classoption=oneside -V classoption=titlepage \ -V lang=english -V langoption=variant=british \ -V title="Ensuring utmost transparency" \ -V subtitle="Free Software and Open Standards under the Rules of Procedure of the European Parliament" \ |