Code: Select all
\begin{multicols}{2}
% some text
\columnbreak
% some more text
\end{multicols}
Code: Select all
\begin{multicols}{2}
% some text
\columnbreak
% some more text
\end{multicols}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{multicols}{2}
% text
\vfill
\columnbreak
\vspace*{\fill}
% text
\end{multicols}
Code: Select all
\begin{multicols}{2}
\begin{align*}
% some equations
\end{align*}
\vfill
\columnbreak
\begin{align*}
% related equations
\end{align*}
\vspace*{\fill}
\end{multicols}
NEW: TikZ book now 40% off at Amazon.com for a short time.