summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2019-10-05 10:52:44 +0200
committerMinijackson <minijackson@riseup.net>2019-10-06 19:52:48 +0200
commit25cf13479e5876dc526a23657f6d10e2630cd940 (patch)
tree1563bf23a9f7cc1f69ee12cabce52dd0da464f03 /build.sh
parent42c6c8fa075737bca03bc06a54e4915c0d7202ae (diff)
downloadnixos-embedded-slides-25cf13479e5876dc526a23657f6d10e2630cd940.tar.gz
nixos-embedded-slides-25cf13479e5876dc526a23657f6d10e2630cd940.zip
Switch everything to minted
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e068002..94120a1 100755
--- a/build.sh
+++ b/build.sh
@@ -19,4 +19,10 @@ pandoc slides.md -t beamer -so slides.tex \
19 --pdf-engine-opt=-shell-escape \ 19 --pdf-engine-opt=-shell-escape \
20 "$@" 20 "$@"
21 21
22latexmk -shell-escape -xelatex -8bit -output-directory=./build slides 22latexmk -shell-escape \
23 -xelatex \
24 -8bit \
25 -interaction=nonstopmode \
26 -verbose \
27 -file-line-error \
28 -output-directory=./build slides