On Tue, Jul 30, 2002 at 10:27:55AM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> That is because the code for setting document default placement
> Dekel> is stupid. it should just \def{\fps@figure}{..} and then use
> Dekel> \begin{figure} in all floats (that use the default placement).
>
> How robust is that?
It should be robust
> Is \fps@figure documented somewhere?
The latex sources.
If you don't want to use a low level command, it is possible to use
\floatplacement{figure}{htp} from float.sty, but in general, loading extra
packages should be avoided.