lecture-notes/template/.latexmkrc

4 lines
199 B
Plaintext
Raw Permalink Normal View History

2022-02-15 20:57:33 +01:00
ensure_path('TEXINPUTS', './LatexPackagesBuild//'); # set texinputs to find custom packages
$pdf_mode = 1; # generate a pdf file by default
$out_dir = 'build';