summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
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" \