Hello,

I have encountered the same problem one day.
I had found a solution in a TeX FAQ. The thing to tune
is the Max Float Per Page counter and the size of the page
where to place the floats.
Here are the commands to place in the LaTeX preamble.

\renewcommand{\floatpagefraction}{.9}
\renewcommand{\textfraction}{.1}
\setcounter{totalnumber}{10}
\renewcommand{\topfraction}{.8}
\renewcommand{\bottomfraction}{.8}

It works for me but maybe you'll have to tune the values.

YC

Reply via email to