* Sometime LaTeX needs 4 passes.
svn path=/nixpkgs/trunk/; revision=11456
This commit is contained in:
parent
99d512a41f
commit
76b73720da
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@ if test "$runNeeded"; then
|
|||
fi
|
||||
|
||||
|
||||
if test "$runNeeded"; then
|
||||
echo "PASS 4..."
|
||||
runLaTeX
|
||||
echo
|
||||
fi
|
||||
|
||||
|
||||
if test "$runNeeded"; then
|
||||
echo "Hm, still not done :-("
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue