summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
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