############################################################ Layout ############################################################ Miscellaneous commands for controlling the general layout of the page. \flushbottom: Make all text pages the same height. \onecolumn: Use one-column layout. \raggedbottom: Allow text pages of differing height. \twocolumn: Use two-column layout. ############################################################ \flushbottom ::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 ::onecolumn:: ############################################################ The \onecolumn declaration starts a new page and produces single-column output. ############################################################ \raggedbottom ::raggedbottom:: ############################################################ The \raggedbottom declaration makes all pages the height of the text on that page. No extra vertical space is added. ############################################################ \twocolumn ::twocolumn:: ############################################################ \twocolumn[text] The \twocolumn declaration starts a new page and produces two-column output. If the optional text argument is present, it is typeset in one-column mode.