|
|
|||
![]() |
Department of Engineering |
| University of Cambridge > Engineering Department > computing help > LaTeX |
Putting page-wide items into a two column document can pose problems
There are alternative versions of the float environments - in two-column documents, figure* provides a floating page-wide figure (and table* a page-wide table). The "*"ed float environments can only appear at the top of a page, or on a whole page - h or b float placement directives are simply ignored.
Unfortunately, page-wide equations can only be accommodated inside float environments. You could include them in figure environments, or use the float or ccaption package to define a new float type.
In a twocolumn document, the ftnright package puts footnotes only under the right columns.
Here's an example of getting 3-column output.
\begin{multicols}{3}{
Put the text here. Maths, tabulars, pictures etc are all ok (but not
figures and tables). Remember to load in the \texttt{multicol}
package at the top of your document.
}
\end{multicols}
Figures present a problem in a multicol environment. See the
multicol hints page for details.
| | computing help | LaTeX | |