diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-20 20:40:10 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-20 20:40:10 +0100 |
| commit | 3721aed5e992d9102f4b7f84303bea492e77de6b (patch) | |
| tree | 20fd3cb7e25b87012530d16722adada180452f05 /compile.sh | |
| parent | 7c950571d832148bd50c0d41f4513ebd611f2681 (diff) | |
Fix minor error in compile.sh
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
