* LaTeX.cpp: understand Biblatex's polite rerun request.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34822 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-07-09 08:40:03 +00:00
parent f8620690b6
commit be70a8eb11

View File

@ -651,6 +651,7 @@ int LaTeX::scanLogFile(TeXErrors & terr)
} else if (contains(token, "run BibTeX")) {
retval |= UNDEF_CIT;
} else if (contains(token, "Rerun LaTeX") ||
contains(token, "Please rerun LaTeX") ||
contains(token, "Rerun to get")) {
// at least longtable.sty and bibtopic.sty
// might use this.