On Mon, Jul 21, 2003 at 03:01:37PM +0530, Ramesh K. Sistla wrote:
> Hi Lyx List!
> 
> I am new to this list. I want to know how to make the figure caption for
> a landscape figure (or long table). It comes at the bottom of the page
> (as for other portraits) and looks very odd with a landscape figure.
> Googling didn't help much and so I am here.

Put
   \usepackage{rotating}
in the preamble.
In the document, do not insert a float using the menus.
Instead, write
  \begin{sidewaysfigure}
in latex mode, then put whatever you want (including caption)
and then
\end{sidewaysfigure}

Reply via email to