summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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