runLaTeX: add additional rerun criterion (#78318)
Seems like the phrase "Please rerun LaTeX." is outputted by `biblatex`. When we detect this, we should actual rerun latex.
This commit is contained in:
parent
e9d171e9c5
commit
9508d07ac3
@ -47,6 +47,7 @@ runLaTeX() {
|
|||||||
if fgrep -q \
|
if fgrep -q \
|
||||||
-e "LaTeX Warning: Label(s) may have changed." \
|
-e "LaTeX Warning: Label(s) may have changed." \
|
||||||
-e "Rerun to get citations correct." \
|
-e "Rerun to get citations correct." \
|
||||||
|
-e "Please rerun LaTeX." \
|
||||||
"$tmpFile"; then
|
"$tmpFile"; then
|
||||||
runNeeded=1
|
runNeeded=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user