Paul Smith wrote:
I have a very rapid dummy question: I meet a lot of difficulty to center my
figures in a Lyx Document. What is the simpliest command to have the origin
of a figure at the center of the figure float?


Harold,

You just need to select your picture and then go to Layout->Paragraph and select center alignment.

I hope this helps you.

Paul


Centering all floats
If you want to center for example all of your uncentered figures, you can do this by adding the following to your preamble


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

courtesy of Latex tips (http://latex.s-v-p.de/floats/floats.phtml) currently down... I think



Reply via email to