* Sometime LaTeX needs 4 passes.
svn path=/nixpkgs/trunk/; revision=11456
This commit is contained in:
parent
99d512a41f
commit
76b73720da
@ -87,6 +87,13 @@ if test "$runNeeded"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if test "$runNeeded"; then
|
||||||
|
echo "PASS 4..."
|
||||||
|
runLaTeX
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
if test "$runNeeded"; then
|
if test "$runNeeded"; then
|
||||||
echo "Hm, still not done :-("
|
echo "Hm, still not done :-("
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user