From a1901a8dd5ca7df63bf8892f587e881205fe67b4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Dec 2014 21:59:44 +0100 Subject: Styling: 10pt (i.e. default). Single column. Lora / Quattrocento Sans / Inconsolata. komalike headers w/ ell chapters. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1cd26e5..ba6c77d 100644 --- a/Makefile +++ b/Makefile @@ -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" \ -- cgit v1.2.3