From 4c77b7e7b3514655390b0dc5c734d5e78e56d96c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 10 Dec 2014 02:31:43 +0100 Subject: Add subtitle, and use memoir documentclass. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3