I'd like to put a table in landscape, i.e. rotate
it by ninety degrees so it can fit on my page without
being messed up. Any ideas?
Also, is it possible to switch from the onecolumn
format to twocolumn and back without those annoying
page breaks?
Thanks ,
nl
--
Nathan Lundblad lund...@ugastro.berkeley.edu
UC Berkeley http://www.ugastro.berkeley.edu/~lundblad
"A man always has two reasons for the things he does--
a good one and a real one." -N. Tesla
> I'd like to put a table in landscape, i.e. rotate
> it by ninety degrees
\usepackage{lscape} % part of the graphics bundle
...
\begin{landscape}
...
\end{landscape}
> Also, is it possible to switch from the onecolumn
> format to twocolumn and back without those annoying
> page breaks?
\usepackage{multicol}
...
\begin{multicols}{3} % for example
...
\end{multicols}
You cannot use one-column float with multicols, however. If you need
one-column layout for things like abstracts, use
\twocolumn[\begin{abstract} One-column stuff \end{abstract}]
Two-column stuff.
Happy TeXing!
--
Axel Reichert -- http://mt.mpie-duesseldorf.mpg.de/people/reich/