aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 23:18:32 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 23:18:32 +0100
commit5e11fe3b887b7bf03ae800ba2c267b812dd582c4 (patch)
tree2fbc2a5ccf37f6f496d526ffd4932c37989c6d40 /compile.sh
parent8766fffa11b2b63d44f07e566b32053a83c5954f (diff)
Extension task.HEADmaster
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 5dc1081..dfa6c4e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,4 +1,4 @@
-pandoc -t beamer -H formatting.tex -V aspectratio:169 presentation.md -o presentation.pdf
+pandoc -t beamer -H formatting.tex -V aspectratio:169 --pdf-engine=xelatex presentation.md -o presentation.pdf
pandoc presentation.md -s -o presentation.html
pandoc presentation.md -o presentation.pptx
pandoc README.md -o README.html