Skip to content

Commit 0d44ba0

Browse files
committed
halt latex compilation on error, and more scaffolding files.
1 parent 23399b4 commit 0d44ba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

singles/latexmkrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://man.cx/latexmk
22
# causes trouble when latex is updating and there are scaffolding files
33
# $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";
4+
$clean_ext="out bbl fdb_latexmk run.xml synctex* _minted-%R/* _minted-%R figlist nav snm";
5+
$latex="latex --shell-escape -halt-on-error -synctex=1 %O %S";
6+
$pdflatex="pdflatex --shell-escape -halt-on-error -synctex=1 %O %S";
7+
$lualatex="lualatex --shell-escape -halt-on-error -synctex=1 %O %S";

0 commit comments

Comments
 (0)