On 03/20/2012 02:02 PM, Jürgen Spitzmüller wrote:
I need a flexibilty in the page height (really text height) because I have
some problems with prematures page break for a few milimeters but I don`t
know how to get it. Is tolerance or emergencystretch the way for get it?
I would try \enlargethispage{10pt} (or any value of your choice) on the
respective page.
Let me add that this:
\enlargethispage{\baselineskip}
is the easy way to get an extra line if you need it. Note that you can
also do:
\enlargethispage{-\baselineskip}
to get one fewer line, which is sometimes better.
Richard