Landscape mode for one page only 

Newsgroups: comp.text.tex
Date: 1998/09/25
> Can anyone tell me how to switch to landscape mode for one page (I have a
> wide table)?  I also need the page number to remain in the same place (i.e.,
> as if it was still in portrait mode).
\usepackage{lscape}
\begin{landscape}
Some stuff
\end{landscape}

Boris