On Sun, Aug 04, 2002 at 04:04:58PM +0200, Herbert Voss wrote:
> Dekel Tsur wrote:
> > The optional argument to the figure environment is not expanded, so
> > you can't use a macro like \fps@figure.
>
> yes, you are right ...
> the renew doesn't need this anyway,. this does it with the
> defined fps@figure
>
> \renewenvironment{figure}{%
> \@float{figure}%
> \centering
> }{%
> \end@float
> }
>
But then you can't use \begin{figure}[ht] because it will be interpreted
as \@float{figure}\centering [ht] and not as @float{figure}[ht]\centering