diff options
Diffstat (limited to 'Makefile')
-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 |