diff options
Diffstat (limited to 'Makefile')
-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" \ |