summaryrefslogtreecommitdiff
path: root/compile.sh
blob: c6a7a1f9fb7c87707082b12d5c4b09a943d74d75 (plain)
1
2
3
4
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
#latexrun --latex-cmd xelatex paper.tex