From 5e11fe3b887b7bf03ae800ba2c267b812dd582c4 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 2 Jul 2021 23:18:32 +0100 Subject: Extension task. --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') 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 -- cgit v1.2.3