Skip to content

Instantly share code, notes, and snippets.

@silasolla
Created April 22, 2025 02:09
Show Gist options
  • Save silasolla/4023a55263546a7cd2e009f94fcd6c81 to your computer and use it in GitHub Desktop.
Save silasolla/4023a55263546a7cd2e009f94fcd6c81 to your computer and use it in GitHub Desktop.
latexmk (lualatex)
$pdflatex = 'lualatex -interaction=nonstopmode -synctex=1 %O %S';
$out_dir = '.';
$force_mode = 1;
$pdf_previewer = 'none';
@generated_exts = qw(aux bbl blg fdb_latexmk fls log out toc synctex.gz);
@clean_ext = (@generated_exts, 'pdf');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment