summaryrefslogtreecommitdiffstats
path: root/latexmkrc
blob: e9496a20df7db401f862e22215deb67a8bd82870 (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";