To center all figures in a document, Herbert has previously suggested using in the preamble;

\makeatletter
\renewenvironment{figure}[1][]{%
      [EMAIL PROTECTED]
    \centering
  }{%
    [EMAIL PROTECTED]
  }
\makeatother

(http://www.educat.hu-berlin.de/~voss/LaTeX/floats/floats.phtml#center)

However, I have not been able to get it to work successfully - the figures do not move at all. What could I be doing wrong?

Regards,
Paul




Reply via email to