From: Pavel Sanda Date: Wed, 7 Aug 2019 15:13:18 +0000 (+0200) Subject: Minor comment. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=22aa91c9fe34ac38cc9d3a8e04950612da4674bd;p=features.git Minor comment. Offshoot of bf99ece7366ad. https://mailman.ntg.nl/pipermail/ntg-pdftex/2019-August/004306.html --- diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index cae5967c31..e68e07c71f 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -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;