Skip to content

Commit 526a8ef

Browse files
author
Moritz Jörg
committed
try to rebuild tex after failure
1 parent a210e76 commit 526a8ef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/.latexmkrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ $ENV{'TEXINPUTS'}=join(':', @texinputs);
1010

1111
### -- Output options --------------------------------------------------------
1212

13-
#$quiet = 1;
14-
#$silent = 1;
13+
$quiet = 1;
14+
$silent = 1;
1515

1616
# -- Build options -----------------------------------------------------------
1717

@@ -24,11 +24,13 @@ $pdf_mode = 1; # Generate PDF using pdflatex
2424
#$pdf_mode = 4; # Generate PDF using lualatex
2525
#$pdf_mode = 5; # Generate PDF using xelatex
2626

27+
$max_repeat = 5; # Try 5 times at maximum then give up
28+
2729
# Bibtex/biber
2830
#
2931
#$bibtex_use = 0; # Do not use bibtex/biber
3032
#$bibtex_use = 1; # Use bibtex/biber. On clean, keep .bbl files
31-
$bibtex_use = 1.5; # Use bibtex/biber. On clean, keep .bbl files if no .bib
33+
#$bibtex_use = 1.5; # Use bibtex/biber. On clean, keep .bbl files if no .bib
3234
#$bibtex_use = 2; # Use bibtex/biber. On clean, remove .bbl files
3335

3436
# Other options

0 commit comments

Comments
 (0)