From 3721aed5e992d9102f4b7f84303bea492e77de6b Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Tue, 20 Jul 2021 20:40:10 +0100 Subject: Fix minor error in compile.sh --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 568f286..2fe4c6b 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,6 @@ ls -1 | grep target || mkdir target pandoc-citeproc --version || alias pandoc-citeproc='pandoc -C' pandoc-citeproc paper.md --pdf-engine=xelatex -H formatting.tex -V fontsize:12pt -o target/paper.pdf -pandoc-citeproc paper.md -C --css=https://mohit.uk/document.css -s -o target/paper.html -pandoc-citeproc paper.md -C -s -o target/paper.docx +pandoc-citeproc paper.md --css=https://mohit.uk/document.css -s -o target/paper.html +pandoc-citeproc paper.md -s -o target/paper.docx #latexrun --latex-cmd xelatex paper.tex -- cgit v1.2.3