Environments

LaTeX provides a number of different paragraph-making environments. Each environment begins and ends in the same manner.

        \begin{environment-name}
        ....
        ....
        \end{environment-name}
Blank lines before the \begin{} or after the \end{} cause a paragraph break before or after the environment. Blank lines after the \begin{} or before the \end{} are ignored.

Subtopics


See also Declarations, Counters
Return to LaTeX Table of Contents
Revised by Sheldon Green, agxsg@giss.nasa.gov, 31 May 1995.