# Use LuaLaTeX by default.
$lualatex = 'lualatex -synctex=0 -interaction=nonstopmode %O %S';
$pdf_mode = 4;                  # LuaLaTeX mode.
$aux_dir = 'auxil_files';       # Place auxiliary compilation files in auxil_files.
$out_dir  = 'auxil_files';      # Write auxiliary and intermediate output files here first.
$out2_dir = '.';                # Copy selected final outputs to the project root.
@out2_exts = ('pdf');           # Copy only the final PDF (not synctex).
$max_repeat = 4;                # Maximum number of rerun passes.
