Skip to content

Commit

Permalink
Make latexmk treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Dec 20, 2022
1 parent e9aa96e commit e16824e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ $makeindex = 'makeindex -s %R.ist %O -o %D %S';
$pdf_mode = 1;
$postscript_mode = 0;
$dvi_mode = 0;
$warnings_as_errors = 1;

0 comments on commit e16824e

Please sign in to comment.