Centering all floatsI 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
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]
}
\makeatothercourtesy of Latex tips (http://latex.s-v-p.de/floats/floats.phtml) currently down... I think
