Created
April 22, 2025 02:09
-
-
Save silasolla/4023a55263546a7cd2e009f94fcd6c81 to your computer and use it in GitHub Desktop.
latexmk (lualatex)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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