diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-27 00:39:19 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-27 00:39:19 +0200 |
commit | 284a60cf65523b3a868a58cf2edc97d190a95608 (patch) | |
tree | e51a5502faf49a5ab94f7249ca43a8bd340089a7 /slides/Makefile | |
parent | 02e2780d233c2d73fcbd32a2a970d5a6f3696224 (diff) | |
download | iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.gz iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.bz2 iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.xz iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.zip |
wip
Diffstat (limited to 'slides/Makefile')
-rw-r--r-- | slides/Makefile | 2 |
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 |