summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-07-16 00:18:42 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-07-16 00:18:42 +0100
commitcc4f8ec72e61f9f878552dde8d7a0a241bfc036b (patch)
tree5e9bb2da14ecb58270b8fa104bdd71999b4e6c66 /compile.sh
parent6edf1f66f23ae63581d926ba40c76d5b1c29323f (diff)
Started properly writing. At 450 words.
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/compile.sh b/compile.sh
index c6a7a1f..eda958a 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,4 +1,5 @@
ls -1 | grep target || mkdir target
-pandoc paper.tex -C --bibliography=reference.bib --pdf-engine=xelatex -H formatting.tex -V fontsize:12pt -o target/paper.pdf
-pandoc paper.tex -C --bibliography=reference.bib --css=https://mohit.uk/document.css -s -o target/paper.html
+pandoc paper.md -C --pdf-engine=xelatex -H formatting.tex -V fontsize:12pt -o target/paper.pdf
+pandoc paper.md -C --css=https://mohit.uk/document.css -s -o target/paper.html
+pandoc paper.md -C -s -o target/paper.docx
#latexrun --latex-cmd xelatex paper.tex