{multicol} is about the multicol package and its multicols environment which allows to typeset text in multiple columns (up to 10) and to balance the end of each column at the end of the environment. For questions about multi-column areas inside a table, use {tables} plus {multicolumn} instead.
26
votes
2answers
3k views
multicolumn long table or enumeration
I would like to generate a multi-column table that wraps within columns of the document, and splits across pages. There are a couple of similar questions here
How do I create a really long table in ...
16
votes
3answers
8k views
Placing figures inside a two-column document
I'm trying to get images in my document in two different ways:
On top of the entire page, centered
On top of a single column
I tried it with both twocols and multicols. I ruled out twocols because ...
24
votes
3answers
14k views
How do I force a column-break in a multi-column page?
I want to display my article's abstract and table of contents side-by-side, to save space. I'm using the multicols package, but it tries to keep each column the same height, and I can't figure out how ...
7
votes
2answers
1k views
Balancing long table inside multicol in LaTeX
I would like to put some longer tabular data inside the multicols environment while maintaining its balancing abilities. I have tried supertabular with the trick to redefine \newpage as columnbreak. ...
12
votes
3answers
3k views
How to balance last page of two-column layout?
I create a document in two-column-layout with LaTeX (and Koma-Script, if that is relevant). The two-column-layout is defined in documentclass. The last page of an chapter fills the left column first - ...
0
votes
1answer
316 views
How to make table with divided column [duplicate]
Possible Duplicate:
How to merge columns in a table?
How can I make a table of the type above? I am writing a seminar report using the report class.
21
votes
5answers
2k views
Multicol layout for systems of (linear) equations
How can a similar arrangement be archived (with ams*, aligned, multicol, etc)
1.2.3 Solve the following system of equations:
a) x - 2y - 4z = 1 b) -23x + 43y = 22
3x - ...
11
votes
2answers
1k views
Table of contents without title
I would like to have two-columned table of contents:
\begin{multicols}{2}
\tableofcontents
\end{multicols}
But it looks wierd if I have a title included in two columns - second ...
7
votes
1answer
411 views
Three-columns text with figures of 2\columnwidth
Although in multicol environment (not the twocolumn option in document class) is problematic to place floats, there are some ways to put figures within a single column or occupying the entire width of ...
6
votes
2answers
2k views
Bibliography in two columns, section title in one
I'm using the following to span the bibliography to two columns:
\begin{multicols}{2}
\bibliographystyle{abbrv}
\bibliography{mybib}
\end{multicols}
Yet, the section title ("References" in the ...
10
votes
2answers
1k views
single column footnote in multicols environment?
I use the multicols environment (multicol package).
I have two columns.
If I simply use \footnote{the footnote text, which is quite long}
the footnote behaves as if there was just one big column (as ...
5
votes
1answer
337 views
Vertical alignment in multicol
In the following code the horizontal rules on the right don't line up in all cases with the horizontal rules on the left. It seems to be related to the text content. How can I fix this in such a way ...
11
votes
2answers
726 views
How do I force TeX to completely use the 1st column?
How do I force TeX to completely use the 1st column before writing to the second column?
Right now I dont have enough content to fill one whole page. So the left and right columns are equally filled, ...
8
votes
3answers
2k views
How to achieve a multi-column layout for footnotes?
How can you achieve a multi-column layout for footnotes?
I have one page filled only with a rotated table (landscape layout, the sidewaystable environment). The table is annotated by a lot of ...
15
votes
2answers
1k views
Are there any LaTeX packages for multicolumn typesetting besides multicol?
I'm going to need two-column layout (more advanced than LaTeX's \twocolumn - I'll need changing the number of columns without starting a new page or column balancing); however, due to the nature of ...
5
votes
1answer
500 views
Grouped multi-column nomenclature
I'd like to print a multicolumn nomenclature list that consists of several groups. At the moment, using the grouping approach described in the manual and with a code snippet from ...
4
votes
1answer
188 views
How to write a title/abstract spanning 2 columns in 3-column page using multicol?
My article requires that I put the title and a small abstract spanning the left 2 columns in a 3-column page, that is, the 3rd column to the right of the title/summary block must follow with the body ...
12
votes
1answer
3k views
Setting the column gap in a twocolumn (or multicol) document
I have a document that uses twocolumn with scrbook. How can I set the width of the space between the two columns?
4
votes
2answers
715 views
Hypcap not working with custom figure environment
I'm trying to use caption with hypcap=true so that cross-reference hyperlinks will go to the figure instead of the figure caption. However, I'm using a multicol environment with a custom figure ...
3
votes
2answers
1k views
Two-column longtable or tabular
I'm using longtable to store a glossary-like list of abbreviations used in my document, and as it only has two columns, but is two pages long, I was wondering if there was a way to make it wrap into ...
9
votes
3answers
533 views
enumerate in multicols
The following image illustrates what am looking for:
Essentially I want the numbering to occur as shown above but using the multicol and enumitem package. But when I try it by using the following ...
10
votes
3answers
682 views
How to get a better spacing in nested multicols environments?
The following code produces an output that has badly-spaced contents. My objective is to write an exercise with multiple choice questions. Each option may have a figure.
The red arrows indicate the ...
18
votes
1answer
582 views
How can I reverse the positions of two (unequal width) columns so that the wider one is always against the inner margin?
I'm new to LaTeX and I'm trying to use it to write a spotlessly-typesetted draft of my novel (from the rough, typewritten hard draft) for MFA program applications, and eventually to send to ...
13
votes
2answers
278 views
Is it possible to define a `multicols{2}` preamble switch that works for \chapter?
With standard LaTeX, issuing \twocolumn in the preambe causes the document to be typeset in two columns -- except that \chapter will produce separate one-column chapter headings.
\documentclass{book}
...
10
votes
1answer
532 views
Images off the page in multicols environment
Before my question, some background information.
I’ve created an algorithm (not latex) which will generate a catalog for a collection of books dynamically. A user supplies information to query an SQL ...
8
votes
1answer
432 views
column header for multicols
I would like to add a fixed content (produced by e.g. \parbox) at the top of every column of a multicols* environment. How can I do this? The optional argument of multicols* is only added on the first ...
5
votes
1answer
5k views
Making a long table continue over two columns
I am using multicol to make a two-column document using the book document class. I have a long tabular that I want to break where the page breaks and then continue in the next column.
I could split ...
4
votes
3answers
321 views
Is it possible to define a multicolumn environment with a background colour
EDIT: I should have given a MWE based on memoir (which I am using) where the inner and outer margins are initially different. I would like the margins to be the same in that new environment. (Inner ...
14
votes
3answers
1k views
multicols not wrapping to 2nd column properly?
I am having problem with multicol package, I created a sample demo to show it.
When I put 3 minipages of certain height in the multicol it puts 2 of the boxes on the first column, but the 2nd box is ...
7
votes
1answer
380 views
Footnotes layout in multicols environment
I am using the package multicol to typeset a one-column (spanning the entire text width) heading and a two-column main text block. In order to do so, I begin the multicols environment along with the ...
7
votes
2answers
570 views
Margin notes in a multicolumn environment
I have been typesetting a two-columned book where I sometimes need to put a mark in the margin to say, that particular line might need special attention. (The book is actually a psalter - for ...
5
votes
2answers
1k views
Horizontal lines touching the multicol column separator rule
Is there a possibility to put a horizontal line above and below a multicolumn output (using the multicol package) such that the horizontal lines touch the multicol column separator exactly at its ...
5
votes
1answer
2k views
multicols - different column widths
How can I set the width of the 1st column to 70%, and the width of the 2nd column to 30% of the pagewidth?
\usepackage{multicol}
\begin{multicols}{2}
text in column 1
\columnbreak
text ...
5
votes
2answers
993 views
Problems with pictures in multicol
I am writing a short article for a magazin and want to have a two-column text. Since the header is supposed to be centered, I decided to use the multicol-package. This is my header:
...
0
votes
3answers
9k views
latex two column layout set figure to load on single column
this is the double column code
\begin{multicols}{2}
\begin{figure*}[!ht]
\centering
\includegraphics[height=60mm]{CC.jpg}
\caption{AA \cite{BB}}
\end{figure*}
\end{multicols}
But the ...
7
votes
2answers
713 views
Full width code listing within two column text
I am using multicols to create two columns for body text. For code typesetting I am using the listings package. For the latter I have created an environment using \lstnewenvironment command, used as ...
7
votes
1answer
384 views
Twocolumn part in document
I'd like to stretch long lists into two or more columns. Like:
Some single-column text.
Lorem 4. Sit
Ipsum 5. Amet
Dolor
Another single-column text.
Or:
Some ...
5
votes
1answer
224 views
Tables header row's: how to ignore the column type?
I have several column types defined using the array and collcell package. An example
\newcolumntype{N}{>{\collectcell\num}c<{\endcollectcell}}
This alleviates making tables a lot, and makes ...
5
votes
1answer
3k views
Column width in multicol and using float environments
I'm trying to write my first report ever using LaTeX.
I want it to have two columns so I'm using the multicol package. The columns are too narrow though, I want it to be wide like, say, elsevier style ...
4
votes
1answer
371 views
Onecolumn till end of page in twocolumn mode
I know about using the widetext environment for setting text in onecolumn mode and the multicols package for effortless switching between one- and twocolumn mode, but I think this is not too great if ...
4
votes
1answer
218 views
How do I create the headings for this multirow multicolum table?
I wish to create a table that looks like the following:
+-------++--------------------------++--------------------------+
| || Category A || Category B |
| Title ...
3
votes
2answers
223 views
multicols within colorbox
i'm trying to get a gray background for an entire multicols environment and get errors with this "minimal" working example:
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
...
3
votes
2answers
662 views
Multi-column delimiter in align
I want to set the following, but with all the <'s aligned horizontally
Source of this failed attempt:
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
...
2
votes
1answer
54 views
Automatic column number and width adjustment
I have a body of text formatted into columns that I frequently edit. When I add text to the first column, the appearance of the columns is unbalanced and I have to manually cut/paste text over to the ...

