I have some figures in my document which i am trying to center. I tried to use
the centering tip at
http://www.educat.hu-berlin.de/~voss/lyx/floats/floats.phtml#center
by putting in
\makeatletter
\renewenvironment{figure}[1][]{%
[EMAIL PROTECTED]
\centering
}{%
[EMAIL PROTECTED]
}
\makeatother
in my preamble. My document layout is of article type. The figures did get
centered however the position of the floats got screwed up. Now i am getting
my figures between the references!! Is there some way to rectify this?
Thanks