diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-26 19:02:41 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-26 19:02:41 +0200 |
commit | 09be8a0d1b07dc55a55fea52365c774398658d7d (patch) | |
tree | 3eb8fcd1540b64256cb445cc8c8dbd1e5582a0ae /slides/Makefile | |
parent | 129a22667006ec4f7ebca9c9d5b8e4d492103304 (diff) | |
download | iot-workshop-ndc-2018-09be8a0d1b07dc55a55fea52365c774398658d7d.tar.gz iot-workshop-ndc-2018-09be8a0d1b07dc55a55fea52365c774398658d7d.tar.bz2 iot-workshop-ndc-2018-09be8a0d1b07dc55a55fea52365c774398658d7d.tar.xz iot-workshop-ndc-2018-09be8a0d1b07dc55a55fea52365c774398658d7d.zip |
wip
Diffstat (limited to 'slides/Makefile')
-rw-r--r-- | slides/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slides/Makefile b/slides/Makefile index 846caa0..d6a5a26 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -7,7 +7,8 @@ HTMLS=$(P)-reveal.html ifeq (1,$(QUICK)) PP_DEFS+=QUICK PDF_ENGINE = pdflatex -PANDOC_ARGS += --no-highlight +#PANDOC_ARGS += --no-highlight +PANDOC_ARGS += --highlight-style=pygments else PDF_ENGINE = xelatex PANDOC_ARGS += --highlight-style=pygments |