{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.
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
498 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
747 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
757 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 ...
7
votes
1answer
686 views
Writing in the first column first when using multicol package
I'm using the multicol package to enable writing with 3 columns or more, however I realise that the default behaviour is to balance out the content of the page with the columns.
But this is not what ...