| computersci.org | |
|
|
|
Table of Contents |
List Environments« Float Environments | Table of Contents | Math Environments » description Environment \begin{description}
\item [label] First item
\item [label] Second item
.
.
.
\end{description}
The description environment is used to make labeled lists. The label is bold face and flushed right. enumerate Environment \begin{enumerate}
\item First item
\item Second item
.
.
.
\end{enumerate}
The enumerate environment produces a numbered list. Enumerations can be nested within one another, up to four levels deep. They can also be nested within other paragraph-making environments. Each item of an enumerated list begins with an The enumerate environment uses the itemize Environment \begin{itemize}
\item First item
\item Second item
.
.
.
\end{itemize}
The itemize environment produces a “bulleted” list. Itemizations can be nested within one another, up to four levels deep. They can also be nested within other paragraph-making environments. Each item of an itemized list begins with an The itemize environment uses the list EnvironmentThe list environment is a generic environment which is used for defining many of the more specific environments. It is seldom used in documents, but often in macros. \begin{list}{label}{fmt-params}
\item First item
\item Second item
.
.
.
\end{list}
Format Parameters The list environment has a number of format parameters which can be set in the second parameter of the environment. The various parameters are listed below and in the accompanying figure. The vertical-space parameters are rubber lengths; the horizontal-space parameters are rigid. \itemsep
\labelsep
\labelwidth
\leftmargin
\listparindent
\parsep
\parskip
\partopsep
\rightmargin
\topsep
The following figure illustrates the use of these format parameters. ![]()
|
|
Page last
modified on February 24, 2009, at 09:25 AM
|