0

I have a problem making my ACM latex format, I am using the SIG proceedings. When I insert a \onecolumn it creates a page on top. What I want to do is like this.enter image description here

and then the next page is like this. enter image description here

1 Answers1

1

The usual way is to use the multicol package. You get the manual with texdoc multicoland beware, the environment is called multicols - mind the s.

That said, just put \twocolumnat the end of p. 1 and the rest of the document starting from the next page will have two columns.

Keks Dose
  • 30,892