On Fri, Mar 08, 2002 at 11:38:08AM +1000, Allan Rae wrote:
> On Thu, 7 Mar 2002, Davide Cavallari wrote:
>
> > On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
> > > This will affect _all_ your floats.
> >
> > what does it mean they are *affected* ? simply, that this does influence
> > the position of the other floats? but this doesn't seem much a problem to
> > me, the normal text affects this way the floats, too..
>
> All your floats will be placed where they are mentioned in the text.
> LaTeX won't let them float to another page. Actually you would
> probably want to enter "!h" in the float placement field instead of
> just "h".
Using !h or h for float placement is wrong.
For non floating floats use H for placement (and put \float{float} in the
preamble).