We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23399b4 commit 0d44ba0Copy full SHA for 0d44ba0
singles/latexmkrc
@@ -1,7 +1,7 @@
1
# https://man.cx/latexmk
2
# causes trouble when latex is updating and there are scaffolding files
3
# $cleanup_mode=2;
4
-$clean_ext="out bbl fdb_latexmk run.xml synctex* _minted-%R/* _minted-%R";
5
-$latex="latex --shell-escape -synctex=1 %O %S";
6
-$pdflatex="pdflatex --shell-escape -synctex=1 %O %S";
7
-$lualatex="lualatex --shell-escape -synctex=1 %O %S";
+$clean_ext="out bbl fdb_latexmk run.xml synctex* _minted-%R/* _minted-%R figlist nav snm";
+$latex="latex --shell-escape -halt-on-error -synctex=1 %O %S";
+$pdflatex="pdflatex --shell-escape -halt-on-error -synctex=1 %O %S";
+$lualatex="lualatex --shell-escape -halt-on-error -synctex=1 %O %S";
0 commit comments