From 9508d07ac3c21c4ddf3ea5931935cb3edb4c508d Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Thu, 30 Jan 2020 20:05:20 +0100 Subject: 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. --- pkgs/tools/typesetting/tex/nix/run-latex.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/typesetting/tex') diff --git a/pkgs/tools/typesetting/tex/nix/run-latex.sh b/pkgs/tools/typesetting/tex/nix/run-latex.sh index 3941fdcac4a4..7a5767f9c063 100644 --- a/pkgs/tools/typesetting/tex/nix/run-latex.sh +++ b/pkgs/tools/typesetting/tex/nix/run-latex.sh @@ -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 -- cgit 1.4.1