From a5bea344c12fd46739445b6161b5bc01d7699bcf Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 2 Jul 2021 21:05:38 +0100 Subject: Remove revealjs version --- compile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 8f21d98..5dc1081 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,5 @@ pandoc -t beamer -H formatting.tex -V aspectratio:169 presentation.md -o presentation.pdf -pandoc presentation.md -t revealjs -s -o presentation-interactive.html -pandoc presentation.md -s -o presentation-plain.html +pandoc presentation.md -s -o presentation.html pandoc presentation.md -o presentation.pptx pandoc README.md -o README.html mkdir paper-planes -- cgit v1.2.3