Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 12a0955

Browse files
committed
Update .latexmkrc.
1 parent b92b06f commit 12a0955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.latexmkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$pdf_mode = 1; # tex -> pdf
22
@default_files = ('thesis.tex');
33

4-
$lualatex = 'lualatex -shell-escape -latexoption=-file-line-error -f';
4+
$pdflatex = 'lualatex %O %S';
55
$pdf_previewer = 'start zathura';

0 commit comments

Comments
 (0)