Stephen Buonopane schrieb:

An easier solution for centering all your floats is given by Herbert Voss' Tips and Tricks page
add the lines below to your preamble:

\makeatletter
      \renewenvironment{figure}[1][]{%
           \...@float{figure}%
     \centering
   }{%
      \...@float
   }
\makeatother

You don't need the commands \mateatletter and \makeatother.
I'll add this method to the EmbeddedObjects manual.

regards Uwe

Reply via email to