Newsgroups: comp.text.tex Date: 2000/05/06
I just tested 'multicol' and 'lscape' packages. They work fine together. You can do it this way:
\usepackage{lscape}
\usepackage{multicol}...
\begin{landscape}
\begin{figure}
\begin{multicols}{2}%your graphics here
\caption{your caption}%another graphics
\caption{another caption} \end{multicols}
\end{figure}
\end{landscape}The .dvi looks incorrect in Xdvi. But you can dvips it to .ps and it looks right in ghostview and on hard copy.
Xiaotian