summaryrefslogtreecommitdiffstats
path: root/.latexmkrc
blob: a5b1b15f1ad956270a66b6e9a7af16541a03677a (plain)
1
2
3
4
5
6
7
8
my $cwd = cwd();
ensure_path( 'TEXINPUTS', "$cwd/src//" );

@default_files = "src/*.tex";
@default_excluded_files = "src/preamble.tex";
$do_cd = 1;
$pdf_mode = 4;
$clean_ext = "%R-*.glstex %R_contourtmp*.* pdfsync synctex.gz";