summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-12-10 02:31:43 +0100
committerJonas Smedegaard <dr@jones.dk>2014-12-10 02:31:43 +0100
commit4c77b7e7b3514655390b0dc5c734d5e78e56d96c (patch)
tree8f68d9f44b91466f5c63f3293240b25b39c04a98 /Makefile
parent6b43289e74928059924fa990caf9e90316985491 (diff)
Add subtitle, and use memoir documentclass.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 43aed80..4ae1009 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,12 @@ $(stem).mediawiki: $(stem).raw
$(stem).pdf: $(stem).mediawiki template.tex
pandoc -f mediawiki --template=template.tex --latex-engine=xelatex \
--toc \
+ -V papersize=a4paper -V fontsize=11pt \
+ -V documentclass=memoir -V chapterstyle=demo3 \
+ -V classoption=oneside -V classoption=titlepage -V classoption=twocolumn \
+ -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" \
-V author="Carlo Piana" -V author="Ulf Öberg" \
-V date="" \
-o $@ $<