1
0
This repository has been archived on 2025-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
bachelor-thesis/tex/.latexmkrc

13 lines
346 B
Perl

$out_dir = 'build';
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -shell-escape --output-directory=$out_dir %O %S';
$pdf_mode = 1;
$allow_subdir_creation = 1;
$clean_ext = 'acn acr alg aux bbl blg fdb_latexmk fls glg glo gls idx ilg ind lof log lot out toc xdy';
$latexmk_postprocess = sub {
system("cp $out_dir/*.pdf .");
};