Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ls/portrait switch ON THE FLY!

0 views
Skip to first unread message

Nathan Lundblad

unread,
Apr 26, 1998, 3:00:00 AM4/26/98
to

Hi. If anyone can help, I'd be much obliged.

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

Axel Reichert

unread,
Apr 27, 1998, 3:00:00 AM4/27/98
to

lund...@ugastro.berkeley.edu (Nathan Lundblad) writes:

> 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/

0 new messages