Two columns in landscape?

765 views
Skip to first unread message

Jan Snajder

unread,
Mar 21, 2010, 5:03:34 PM3/21/10
to LaTeX Users Group
Hi,

I'd like to have some pages in landscape orientation as well as in two
columns. I've tried this:

\begin{landscape}
\twocolumn

...text...

\end{landscape}
\onecolumn

but it doesn't work. It seems like landscape and \twocolumn don't get
along too well.

Does anyone know how to solve this?

(I guess setting landscape as documentclass option would work fine,
but I don't want the whole document in landscape, only a few pages.)

Best,
j.

Peter Flynn

unread,
Mar 21, 2010, 6:16:25 PM3/21/10
to latexus...@googlegroups.com
On Sun, Mar 21, 2010 at 9:03 PM, Jan Snajder <jan.s...@gmail.com> wrote:
Hi,

I'd like to have some pages in landscape orientation as well as in two
columns. I've tried this:

\begin{landscape}
\twocolumn

...text...

\end{landscape}
\onecolumn

but it doesn't work. It seems like landscape and \twocolumn don't get
along too well.

Does anyone know how to solve this?

Don't use twocolumn, it's very limited, and only works for the whole document.
Use the multicol package

\begin{multicols}{2}
...
\end{multicols}

///Peter

Jan Snajder

unread,
Mar 21, 2010, 6:14:11 PM3/21/10
to LaTeX Users Group
Oh I've just figured it out: it works perfect with multicol package
and \begin{multicols}{2} ... \end{multicols}.

So, if you need two columns in landscape, use multicols instead of
\twocolumn.

Best,
j.

Reply all
Reply to author
Forward
0 new messages