Zwergenraetsel/.latexmkrc

4 lines
199 B
Plaintext
Raw Permalink Normal View History

2022-08-19 16:21:37 +02:00
ensure_path('TEXINPUTS', './LatexPackagesBuild//'); # set texinputs to find custom packages
$pdf_mode = 1; # generate a pdf file by default
$out_dir = 'build';