On Tue, Mar 12, 2002 at 09:30:46AM +0100, Werner Pessenhofer wrote:
>
> I have following problem, maybe it is easy, but I can't find any answer:
>
> 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 ?
\usepackage{rotating} in the preamble,
and the use
\begin{sidewaysfigure} .. \end{sidewaysfigure}
in latex mode.