On Tue, 12 Mar 2002, Werner Pessenhofer wrote:
> I have some spectra in my document inserted in a figure float. The
> problem is, that this spectra should be in landscape format to increase
> the readability. The default orientation is portrait. So, how can I get
> a figure float (including the caption) into landscape,a nd changing
> afterwards back to portrait ?
maybe you can use a lscape or pdflscape package.
put \usepackage{lscape} in preamble...
in text, [ERT]
\begin{landscape}
your figure float with caption
\end{landscape}
Wayan