Is there any way to switch between number of columns without any page break? The multicol package works great but I can't use it in the style I'm using...
I found the below code from the blog: http://blog.robfelty.com/2007/03/20/lat ... r-lengths/, but it didn't work for me.
Code: Select all
\makeatletter
\twocolumn[%
\begin{@twocolumnfalse}
blah blah
\end{@twocolumnfalse}
]
\makeatother
Habib