summaryrefslogtreecommitdiffstats
path: root/latexmkrc
blob: 6ded101fa7de1585fae2c5973d3c15cadac1692d (plain)
1
2
3
4
5
$pdflatex = 'xelatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
#$pdflatex = 'pdflatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
$makeindex  = 'makeindex %O -o %D -s index.ist %S';
$pdf_mode = 1;
$out_dir = "build";