summaryrefslogtreecommitdiff
path: root/compile.sh
blob: eda958abe2840449cc8324bce645ecc50438393c (plain)
1
2
3
4
5
ls -1 | grep target || mkdir target
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