\documentclass[twoside, twocolumn]{article}
makes the document two column. The problem is that for verbatim environment, if the string is long, it looks ugly.
Is there any way to make some parts of the document as 1 column layout?
Page Layout ⇒ Make one column with two column layout
Make one column with two column layout
Last edited by csmgroup on Tue Jul 20, 2010 1:45 am, edited 3 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Make one column with two column layout
Hi,
Stefan
you could use the figure* environment, it's spanning over two columns.csmgroup wrote:Is there any way to make some parts of the document as 1 column layout?
Stefan
LaTeX.org admin
Make one column with two column layout
You could also use the multicols package.
Re: Make one column with two column layout
multicolumn package works fine with me. Thanks for the answers.