summaryrefslogtreecommitdiffstats
path: root/latexmkrc
blob: 9dbd136fef18d9a8b1d4ad38d23414b976763a0f (plain)
1
2
3
4
$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';
$pdf_mode = 1;
$out_dir = "build";