I have a single column article
and I want to create an environment for changing a piece of text to double column.
What's the best choice to do so?
A table with two columns, or is there any special package?
Thank you in advance
Text Formatting ⇒ Double column inside single column
NEW: TikZ book now 40% off at Amazon.com for a short time.

Double column inside single column
There is a package: multicol
Code: Select all
\begin{multicols}{2}
...
\end{multicols}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter