Sanders, Maarten (M.J.L. <[EMAIL PROTECTED]> writes: > Is there some way (e.g. in a .layout) to tell LyX to automatically > center the contents of a float environment (image and caption)?
Put the following in the preamble:
\renewenvironment{figure}[1][]{%
[EMAIL PROTECTED]
\centering
}{%
[EMAIL PROTECTED]
}
--
Enrico
