mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
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 \
|
||||
-e "LaTeX Warning: Label(s) may have changed." \
|
||||
-e "Rerun to get citations correct." \
|
||||
-e "Please rerun LaTeX." \
|
||||
"$tmpFile"; then
|
||||
runNeeded=1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user