[Tugindia] Help in two column format
E. Krishnan
ekmath at asianetindia.com
Fri May 13 04:04:51 CEST 2005
On Wed, 11 May 2005, Saravanan Murugaiah wrote:
> In my document, the text should be in two column format, so I used
> "twocolumn" mode in my tex file. But after the reference part, I need
> some paragraphs in single column format with the same page.
Rather than using "documentclass[twocolun]{...}", use
"\documentclass{...}" and then "\usepackage{multicol}".
Then go
\begin{document}
\begin{multicols}{2}
text to be two column format
\end{multicols}
text to be in single column
--
Krishnan
More information about the tugindia
mailing list