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?

you can try package morefloats or try in latex preamble

\def\myClearpage{%
  \ifvmode
    \ifnum \@dbltopnum =\m@ne
      \ifdim \pagetotal <\topskip 
        \hbox{}%
      \fi
    \fi
  \fi
%  \newpage
  \write\m@ne{}%
  \vbox{}%
  \penalty -\@Mi
}
\def\myCleardoublepage{\myClearpage\if@twoside \ifodd\c@page\else
    \hbox{}\if@twocolumn\hbox{}\fi\fi\fi}

and in in write in tex (red)
\myClearpage or \myCleardoublepage for two-side mode, both
in ert.

Herbert


-- 
http:[EMAIL PROTECTED]


Reply via email to