I want to write a paper where the first should consist of a single column and the next page should have 2 column format, is there any command available in Latex, please help
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
You can use
Another option would be to use the
In this case, you'll have to be careful with the use of floats since only page-wide floats (i.e., |
||||
|
|
\usepackage{everyshi} \AtNextShipout{\twocolumn}, but any paragraph overflowing from page 1 to 2 is still typeset in\onecolumnmode. Subsequent paragraphs, however, is typeset in\twocolumnmode. – Werner Sep 29 '11 at 1:38