Minor comment.

Offshoot of bf99ece736.
https://mailman.ntg.nl/pipermail/ntg-pdftex/2019-August/004306.html
This commit is contained in:
Pavel Sanda 2019-08-07 17:13:18 +02:00
parent 006f1cbe43
commit 2a8c8b6345

View File

@ -774,6 +774,9 @@ int LaTeX::scanLogFile(TeXErrors & terr)
//Handles both "LaTeX Warning:" & "Package natbib Warning:"
//Various handlers for missing citations below won't catch the problem if citation
//key is long (>~25chars), because pdflatex splits output at line length 80.
//TODO: TL 2020 engines will contain new commandline switch --cnf-line which we
//can use to set max_print_line variable for appropriate length and detect all
//errors correctly.
if (contains(token, "There were undefined citations."))
retval |= UNDEF_CIT;