blob: 2fe4c6bb63b3511e9f811cea6d4cd059a30ec386 (
plain)
1
2
3
4
5
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 --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
|