two columns documents

158 views
Skip to first unread message

Anglea

unread,
Jun 28, 2010, 6:20:48 AM6/28/10
to LaTeX Users Group
Hi everyone,

any idea how can I divide the page into two columns in the format of
paper

wishes,

Pravesh Biyani

unread,
Jun 28, 2010, 6:30:13 AM6/28/10
to latexus...@googlegroups.com
It depends on which conference/journal you plan to submit your paper to? Every conf has a style file in which document class options would give you the desired result.


--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.


Peter Flynn

unread,
Jun 28, 2010, 5:25:03 PM6/28/10
to latexus...@googlegroups.com

If you are writing for a journal that provides a document class or style package, use that.

If you are formatting it yourself, there are two options:
  • the LaTeX article twocolumn option: \documentclass[twocolumn][article}
  • the multicol package: \begin{multicols}{2}...\end{multicols}
The twocolumn option is built into the standard LaTeX article document class, but it fixes the format for all pages: there is no way to break out into single column (normal, wide) format.

The multicol package lets you change from two (or more) columns back to normal and back into two column whenever you want.

Caution: there will always be problems with figures and tables in two/more column formats: you have to read the journal's style requirements to find out about allowable placement, and whether they permit wide (full-width) figures.

///Peter

Reply all
Reply to author
Forward
0 new messages