summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-12-22 21:59:44 +0100
committerJonas Smedegaard <dr@jones.dk>2014-12-22 21:59:44 +0100
commita1901a8dd5ca7df63bf8892f587e881205fe67b4 (patch)
tree27799e71ffba908ab66593d6e2c3e02f773558d6 /Makefile
parente3e77de25ca8c459b446716e4a56449028261810 (diff)
Styling: 10pt (i.e. default). Single column. Lora / Quattrocento Sans / Inconsolata. komalike headers w/ ell chapters.
Diffstat (limited to 'Makefile')
-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" \