On Thu, Mar 07, 2002 at 01:51:38PM +0100, Davide Cavallari wrote:
> On Thu, Mar 07, 2002 at 01:34:01PM +0100, Wayan wrote:
> >
> > Use package morefloats in preamble...
>
> Is this one of those optional packages I can get from CTAN? I dont have it
You can get it from CTAN.
> > and \clearpage after some complex figure...
>
> thanks a lot, it works!!!! :^)
Using morefloats is a better option. If you are unable to use it,
a better option than using \clearpage is using \afterpage{\clearpage}
(with \usepackage{afterpage} in the preamble).