From 0d69368bc2a4179bc1745a6c1d9dac6ec83dbc58 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Jan 2015 13:47:31 +0100 Subject: Fix explicitly create standalone TeX files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 079497c..86111bd 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ $(markdown_includes:.md=.tex): %.tex: %.md pandoc -f markdown -t latex --chapters -o $@ $< $(flavors:%=$(stem)-%.tex): $(stem)-%.tex: $(stem).native $(templates) $(includes) - pandoc $(args_meta) $(args_latex) $(args_$*) -o $@ $< + pandoc --standalone $(args_meta) $(args_latex) $(args_$*) -o $@ $< XELATEX = xelatex -no-shell-escape -halt-on-error -interaction=batchmode %.pdf: %.tex -- cgit v1.2.3