>>> 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
I have two columms in all works. Time to time, I get a premature page break
(column break) and a huge and ugly blank space and disbalanced columns in a
page.
One fewer line is not usefull, I need to get back some text from the next
column.
I want to have a global solution in the preamble for this problem.
Marcelo