Template_These_MathSTIC/.latexmkrc
2022-12-02 19:18:41 +01:00

10 lines
267 B
Perl

$pdflatex = 'lualatex -shell-escape -interaction=nonstopmode -file-line-error -synctex=1';
$pdf_mode = 1; # tex -> pdf
@default_files = ('main.tex');
# add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
# sub makeglo2gls {
# system("makeglossaries main");
# }