Stephen Buonopane schrieb:
An easier solution for centering all your floats is given by Herbert Voss' Tips and Tricks pageadd 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
