On Wed, Apr 25, 2001 at 12:55:34PM -0400, Wolfgang Engelmann wrote:
> I am getting too many unprocessed floats in a book
> A clearpage cures it and its ok after a chapter. 
> However, if I insert it after a section an empty page is
> inserted after the figure floates have been placed, which
> is undesired. How can I prevent this?

Put \usepackage{afterpage} in the preamble, and then
use \afterpage{\clearpage} instead of just \clearpage
(note that this doesn't work in 2-col mode).

Reply via email to