GeneralYet another question about columns

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
habib_seif
Posts: 5
Joined: Sun Nov 08, 2009 5:59 pm

Yet another question about columns

Post by habib_seif »

Hi friends,

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
Best Regards,
Habib

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply