From 22aa91c9fe34ac38cc9d3a8e04950612da4674bd Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 7 Aug 2019 17:13:18 +0200 Subject: [PATCH] Minor comment. Offshoot of bf99ece7366ad. https://mailman.ntg.nl/pipermail/ntg-pdftex/2019-August/004306.html --- src/LaTeX.cpp | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5