diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-12-10 02:31:43 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-12-10 02:31:43 +0100 |
commit | 4c77b7e7b3514655390b0dc5c734d5e78e56d96c (patch) | |
tree | 8f68d9f44b91466f5c63f3293240b25b39c04a98 | |
parent | 6b43289e74928059924fa990caf9e90316985491 (diff) |
Add subtitle, and use memoir documentclass.
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 $@ $< |