{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.
8
votes
1answer
439 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 ...
2
votes
1answer
312 views
Using multicol in the index
Can I use multicol to make the index split into two? I tried to use multicol but LaTeX keeps spitting some numbers in square brackets. I had to stop after the numbers count reached 15k.
...
3
votes
1answer
326 views
The complex layout of columns (for cheatsheet)
Objective: to A4 paper in four columns on two sides to print text. Requirements: 1) sheet is cut into the column (ie on both sides of the sheet of the border must be the same), and 2) the most ...
1
vote
1answer
391 views
ltablex - Multi-column problem
I have a problem using a multicolumn command in an ltablex environment. When I insert a large amount of text into a multicolumn command the text (and the table) run off of the side of the page. I've ...
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 ...
1
vote
1answer
845 views
Centering contents of table cells horizontally and vertically
I'd appreciate help centering the contents of the topmost row vertically and horizontally in their cells(?). I've tried using \multicolumn without luck.
\documentclass[10pt,a4paper]{scrreprt}
...
2
votes
1answer
485 views
Using package minted inside a multicol (multicol package)
I'm trying to list some code (package minted) inside a multicol (package multicol).
Example Code:
\documentclass{article}
\usepackage{minted}
\usepackage{multicol}
\begin{document}
...
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?
3
votes
1answer
573 views
multicols, lstlisting and float
Using the following structure, how can I get the listing to stay on the same page, be it at the top or the bottom?
\documentclass{scrartcl}
\usepackage[ngerman]{babel}
\usepackage{multicol}
...
5
votes
1answer
312 views
How to make {multicols}{2} the same as \twocolumn ?
Using \begin{multicols}{2} gives me unexpected results. It seems like if I write 8 lines, then it divides by 2, then puts 4 lines in the left column and then the other 4 in the right column (see ...
4
votes
2answers
2k views
How to create three column document with visible dividers?
I added \threecolumn but it doesn't work.
What command will change the document layout to three column format with dividers visible like the following illustration?
---------HEADER---------
###### | ...
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 ...
3
votes
1answer
1k views
multirow in tikz matrix
I am trying to insert a multirow in a tikz matrix with a grid, so:
\documentclass{amsart}
\usepackage{tikz}
\usetikzlibrary{matrix,fit}
\begin{document}
\begin{tikzpicture}
\matrix (table) [%
...
4
votes
1answer
610 views
Framing two-column listings with a tikz node : “missing \item” error ?
I'm trying to use this answer to put my lstlistings environments inside a tikz node. So I want to define a new listings environment, with \lstnewenvironment.
My final goal, to be precise, is to ...
2
votes
2answers
2k views
Latex multicol + itemize
I'm using the pdflatex interpreter and trying to get the following behavior using an itemized list in a multicolumn environment:
[space]* item1 *item2
[space]* item3 *item3
I can get somewhat ...
9
votes
2answers
869 views
biblatex/multicol: Incorrect vertical space after bibliography heading
I'm trying to typeset a bibliography inside a multicols environment, but with the heading as a single column (using multicols' optional argument). I've noticed that the vertical space between the ...
1
vote
1answer
515 views
floating a tabular in a tabular using minipage
I am able to build the tex just fine, and using the minipage allowed the content on the right to float correctly over the given "blank space" that I was trying to take advantage of by doing this but ...
7
votes
3answers
1k views
Bibliography spacing with BibLaTeX (and two columns)
I need to fine tune the distances marked as A, B, C and D in the figure below. Any suggestions?
In particular, I would like B=0pt, and the other three to be small.
I am using BibLaTeX and two ...
7
votes
1answer
861 views
How to insert a one column page within a twocolumn document?
I have a twocolumn layout which is rendering quite well except for the last page. The incriminated page contains a bibliography with several URLs, each one being cut on several lines.
For better ...
4
votes
1answer
129 views
Getting floating objects in multicol environments
I am using multicol with 2 columns, and I would love to have my figures and tables to float, so that I don't have to manually mess around with the positioning anymore. I am aware of figure*, but I ...
5
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 ...
3
votes
2answers
2k views
Listing and Tabular in Multicols enviornment
I want to use the multicols environment to display a listing beneath a table:
\begin{multicols}{2}
\begin{lstlisting}[]
.....
\end{lstlisting}
\columnbreak
\begin{table}
\centering
...
4
votes
2answers
836 views
Reduce white space before and after multicols environment
I wonder how to reduce the vertical space before and after a multicols environment. I have something like below
\begin{multicols}{3}
{
\begin{equation}\sum F_x = 0\end{equation}
...
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 ...
2
votes
2answers
1k views
multicols package set column width
Iam having trouble making my text evenly distribute over the entire width of the page
\oddsidemargin -0.3in
\evensidemargin -0.3in
\textwidth 7.3in
\textheight 9in
\begin{multicols}{2}
my text
...
3
votes
2answers
888 views
How to put table into multicols
I'm trying to get table formated like this:
A desription of A D description of D
B long description Eee description of Eee
of B F description of F
Cccc ...
0
votes
1answer
1k views
Hiding the column separator in multicols
By default, the multicol package produce a line between different columns. Is it possible to disable this line?
1
vote
1answer
429 views
Setting table placement as “here” in a multicol environment, spanning 2 columns
I have a problem with table placement. I want the table to be anchored to the position where it occurs in the text (i.e. "here", "h") and the columns should simply wrap around it. The table should ...
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
1answer
386 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
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 ...
4
votes
1answer
2k views
How to control column/page breaks in multicols environment with nested lists?
I've a nested list within a multicolumn like this:
\begin{multicols}[2]
\begin{list}
\item main item1
\begin{list}
\item this is a very long item
\item this is a short ...
3
votes
2answers
423 views
How to get text flow to start one column at a time for multiple columns?
I'm making a document that has 3 columns, but I've noticed that the text spreads over all three columns as I'm typing the document. If anyone is familiar with how multicolumn works in Microsoft Word ...
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
2answers
6k views
multicol and figures
I have a two column document (using multicol) and want to insert figures so that they do NOT span columns. I have searched around and the only thing I can find says that only figure* is supported ...
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 ...
5
votes
2answers
999 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:
...
3
votes
2answers
2k 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 ...
5
votes
1answer
1k views
full-width tables in multicolumnar text
If I create a table in twocolumn, the text on the second column overlaps the right half of the table. If I use a table*, whether with twocolumn or multicols, it instead is moved to the next page. ...
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
3answers
4k views
How can I create a multicol “figure”?
I have the following, somewhat minimal, example:
\documentclass{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\begin{minipage}{\textwidth}
\begin{framed}
The function ...
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 ...
3
votes
2answers
667 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}
...
0
votes
2answers
856 views
Trouble with multicol
I'm trying to use multicol to create a formula sheet with two columns. I have specified the use of such columns, and their position, but when I compile they come out one after the other rather than ...
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 - ...
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 ...
6
votes
1answer
461 views
How can I create a bibliography like a section?
I have the following:
\documentclass{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\section{}
\begin{thebibliography}{99}
\subsection{Differentiation}
...
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 - ...
6
votes
1answer
742 views
First line of first paragraph after section/subsection is indented
When writing an essay with the article class, the first line after a section or subsection has somewhere along the way become indented.
According to typographic standards (American standards, I ...
3
votes
1answer
743 views
How can I unbalance double columns in revtex4?
It seems that revtex4 tries to automatically balance the lengths of the two columns on the last page of a double-column document. I would like to know how to turn this off. Unfortunately, all the ...