Questions tagged [two-column]

{two-column} is about the \twocolumn command and the class option of the same name. For questions about the {multicol} package, use the appropriate tag instead.

A lot of document classes, like article, report and book, provide for a two column layout using the class option twocolumn. There are also the commands \twocolumn and \onecolumn that can be used to switch to a two- or single-column layout within a document.

The dimensions \columnsep and \columnseprule can be modified to set the space between the columns and the width of the rule separating the columns.

In a two-column layout, the floating environments table* and figure*, being alternate versions of the environments table and figure, spread over both columns.

1447 questions
118
votes
1 answer

How to produce a double column document in Latex?

I want to write double column document and I used this command \documentclass[twoside]{article} but it is not working, I do not know what is wrong and why it is disabled.
Tsigab
  • 1,191
  • 2
  • 8
  • 5
34
votes
1 answer

Switch from single to double column in the same page

I need to write a text just in this format \documentclass[twocolumn]{article}. But I need to switch between single column and double column several times in the same page, without jumping to a new page every time I switch the format. Is this…
andre tiba
  • 341
  • 1
  • 3
  • 3
22
votes
2 answers

what is the difference between \twocolumn and \documentclass[twocolumn]{book}

what is the difference between \twocolumn and \documentclass[twocolumn]{book}? when I use \twocolumn , the line spread seems smaller?(compare with the same document using \documentclass[twocolumn]{book}) why?
fairytale
  • 769
17
votes
2 answers

\twocolumn[{\begin{@twocolumnfalse} explained

I'm typesetting a document in the [twocolumn] format. I found (Googled) that a way how to place some material spread over both columns is as in the following…
yo'
  • 51,322
13
votes
6 answers

Autosizing two-column layouts

In preparing a solutions manual for a textbook, I quite often wanted to place some text and an associated figure side-by-side as part of the solution. What I ended up doing was either using multicolumn mode or else (more often) a two-column table.…
rogerl
  • 3,583
  • 5
  • 29
  • 39
12
votes
2 answers

List of Symbols?

I'm trying to make a list of symbols that looks a lot like the one shown here: But I'm having some trouble making 2 columns that are spaced in that manner for the 2 pages I have for my list. Can anybody give me a quick tip on how I may be able to…
suzu
  • 1,927
9
votes
1 answer

Using columns environment in normal document

Is it possible to use the columns environment inside a normal document? Up to now I only used it in the beamer environment where it turned out pretty handy.
alex
  • 391
9
votes
2 answers

How is typesetting in multiple columns implemented

I can type \documentclass[twocolumn]{scrartcl} to get a document typeset in two columns. But how does this works internally? I read The TeXbook, but didn't find a single paragraph about this. (Maybe I didn't look carefully enough.)
FUZxxl
  • 2,414
8
votes
3 answers

Two-column layout with left column just as wide as its content

Here is image of desired layout, from PDF-ed MS Word version of the documment: It's A5 format. What I exactly want is: have it in two columns, each of them left-aligned lyrics should take as much space as they need; so, simple \begin{multicols}{2}…
Griwes
  • 183
8
votes
1 answer

Can we have two pages with different number of columns?

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
7
votes
1 answer

Two Columns of Text Side by Side

First let me just point out that I am new to LaTeX and I searched for an answer to the question but I could not find anything I could use. So if you already know where I can find my answer just point me in the direction and I will remove this…
Jonas
  • 71
  • 1
  • 1
  • 2
7
votes
2 answers

Make a two column with one column image and other text

How do I make a two column minisection in my latex document where the left hand column would be an image and the right hand column would be some accompanying text?
6
votes
2 answers

Spanning columns with `\documentclass[twocolumn]{article}`

I started writing an article with the multicol package, and I like the results. However, I'd like to know how to reproduce some of the effects using \documentclass[twocolumn]{article}. For instance, I'd like to know how to make the title and…
6
votes
1 answer

Writing texts in two parallel columns

I need to quote an excerpt of a book along with its translation, but I don't know how to write the original text in the left of my document and the translated one in the right of the same page. The document class is book, and my document is written…
M-elman
  • 175
6
votes
2 answers

\thanks within @twocolumnfalse environment

Following this answer I added one column environment to my two columns article. Yet the \thanks{} footnote is not typeset by LaTeX. Here the…
Francesco
  • 4,624
  • 4
  • 35
  • 66
1
2 3 4 5 6 7