On Mon, Sep 03, 2001 at 08:12:27PM +0200, Herbert Voss wrote:
> > How do I do this?
>
> export all 40 pages without header/footer to ps. I suppose
> that ps2ps allows to save this as 40 single ps-files. than
> make a new doc with a 2x1 table. insert in every cell a
> ps-page as a figure so that you can resize it and activate
> table-option rotate 90�.
Why not use lscape+multicol packages ?
\usepackage{lscape,multicol} in the preamble, and then
\begin{landscape}
\begin{multicols}{2}
...
\end{multicols}
\end{landscape}
BTW: Perhaps having two column without rotating the pages is a better option.
For this, you only need to put \twocolumn before the text.