summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-07-20 20:42:39 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-07-20 20:42:39 +0100
commitdd1278e35ae3c7f1af12a1b2b22bb5d6b3963b51 (patch)
tree3c6bcf9e55d7c16f609b369080006c9be93f2256
parent3721aed5e992d9102f4b7f84303bea492e77de6b (diff)
Revert to original; install latest pandoc on server
-rwxr-xr-xcompile.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/compile.sh b/compile.sh
index 2fe4c6b..afd31aa 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,6 +1,5 @@
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 --css=https://mohit.uk/document.css -s -o target/paper.html
-pandoc-citeproc paper.md -s -o target/paper.docx
+pandoc -C paper.md --pdf-engine=xelatex -H formatting.tex -V fontsize:12pt -o target/paper.pdf
+pandoc -C paper.md --css=https://mohit.uk/document.css -s -o target/paper.html
+pandoc -C paper.md -s -o target/paper.docx
#latexrun --latex-cmd xelatex paper.tex