[Help]
[LaTeX top]
Rotating LaTeX
The following is a solution for extremely wide tables or figures that
might have to be set landscape on a page in a document. You will need
to have access to a postscript printer and the dvi converter will have
to be dvips (this is true for almost all printers at CSLI).
Use the rotate optional style file
\documentstyle[rotate]{article}
For the actual figure or table do
\begin{figure}[p] % the [p] puts it on a separate page
\rotate{actual figure
% don't forget you want the caption to rotate also
\caption{figure caption}
}
\end{figure}
[CSLI]
[Help]
[Stanford]
[Search CSLI
help pages]
[Search CSLI
pages]
[Search Stanford]
Emma Pease
Last modified: Fri Nov 12 15:14:37 PST 1999 by emma@csli.Stanford.EDU