mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Minor comment.
Offshoot of bf99ece736
.
https://mailman.ntg.nl/pipermail/ntg-pdftex/2019-August/004306.html
This commit is contained in:
parent
006f1cbe43
commit
2a8c8b6345
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user