diff options
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
