Hai-Ru Chang wrote:
> Hello,
> I imported a picture in landscape mode. How can I put the figure caption
> also put in proper position (caption in landscape instead of portrait mode)?
With package rotfloat, which maybe part of your local TeX-system, you
can rotate all floats, the builtin ones or the ones defined with the
package float.
\usepackage{rotfloat}
\begin{sidewaysfigure}
< here insert your graphics in the usual way >
\caption{my nice caption}
\end{sidewaysfigure}
ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/rotfloat/
Herbert
--
http://www.lyx.org/help/