aboutsummaryrefslogtreecommitdiff
path: root/slides/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'slides/Makefile')
-rw-r--r--slides/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/slides/Makefile b/slides/Makefile
index e0cc2a6..a94dcd6 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -6,7 +6,7 @@ HTMLS=$(P)-reveal.html
ifeq (1,$(QUICK))
PP_DEFS+=QUICK
-PDF_ENGINE = pdflatex
+PDF_ENGINE = xelatex
#PANDOC_ARGS += --no-highlight
PANDOC_ARGS += --highlight-style=pygments
else