summaryrefslogtreecommitdiffstats
path: root/.latexmkrc
blob: 28ae99ab7696b6693a39c5d291cf55397c3f1159 (plain)
1
2
3
4
5
6
7
8
my $cwd = cwd();
$pdf_mode = 1;
$pdflatex = 'pdflatex -synctex=1 --interaction=nonstopmode';
$aux_dir = "$cwd/build";
$out_dir = "$cwd/build";
$do_cd = 1;
$emulate_aux = 1;
$clean_ext = "%R-*.glstex %R_contourtmp*.* pdfsync synctex.gz";