« Footnotes | Table of Contents | Lengths »
The follow is a list of commands which can be used in a document to modify the behavior of a class. These commands can be used regardless of which class the document uses. See the page on Document Classes for more information about classes in LaTeX.
\flushbottom
Command:
\flushbottom
The \flushbottom declaration makes all text pages the same height, adding extra vertical space when necessary to fill out the page.
This is the standard if twocolumn mode is selected.
\onecolumn
Command:
\onecolumn
The \onecolumn declaration starts a new page and produces single-column output.
\raggedbottom
Command:
\raggedbottom
The \raggedbottom declaration makes all pages the height of the text on that page. No extra vertical space is added.
\twocolumn
Command:
\twocolumn
The \twocolumn declaration starts a new page and produces two-column output.
« Footnotes | Table of Contents | Lengths »