diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-12-26 07:47:49 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-12-26 07:47:49 +0100 |
commit | 6b02100e04d9f7deb422a2f0768f864ad821ecc9 (patch) | |
tree | 8ebaae2363d32e551818ca68478e7cd5e385f5ec | |
parent | fd328914b7239df85d23aba415932a25e28bc024 (diff) |
Add more (meta-)meta data.
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -17,11 +17,15 @@ export PANDOC_CITEPROC_FILE = $(stem).bib # To produce final document: make -B STATUS=final STATUS ?= draft +title = Ensuring utmost transparency +subtitle = Free Software and Open Standards under the Rules of Procedure of the European Parliament args_filter += $(filters:%=--filter %) args_filter += $(PANDOC_CITEPROC_FILE:%=--bibliography=%) args_meta += -V lang=english -V langoption=variant=british -args_meta += -V title="Ensuring utmost transparency" -args_meta += -V subtitle="Free Software and Open Standards under the Rules of Procedure of the European Parliament" +args_meta += -M title="$(title) - $(subtitle)" +args_meta += -V title="$(title)" +args_meta += -V subtitle="$(subtitle)" +args_meta += -M author="Carlo Piana, Ulf Öberg" args_meta += -V author="Carlo Piana" -V author="Ulf Öberg" args_meta += -V date="" args_latex += --template=template.tex --latex-engine=xelatex |