mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
* 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:
parent
f8620690b6
commit
be70a8eb11
@ -651,6 +651,7 @@ int LaTeX::scanLogFile(TeXErrors & terr)
|
|||||||
} else if (contains(token, "run BibTeX")) {
|
} else if (contains(token, "run BibTeX")) {
|
||||||
retval |= UNDEF_CIT;
|
retval |= UNDEF_CIT;
|
||||||
} else if (contains(token, "Rerun LaTeX") ||
|
} else if (contains(token, "Rerun LaTeX") ||
|
||||||
|
contains(token, "Please rerun LaTeX") ||
|
||||||
contains(token, "Rerun to get")) {
|
contains(token, "Rerun to get")) {
|
||||||
// at least longtable.sty and bibtopic.sty
|
// at least longtable.sty and bibtopic.sty
|
||||||
// might use this.
|
// might use this.
|
||||||
|
Loading…
Reference in New Issue
Block a user