itemize

  \begin{itemize}
  \item First item
  \item Second item
  ....
  \end{itemize}
The itemize environment produces a list with "tick-marks" (typically "bullets" for first level). Itemizations can be nested within one another, up to four levels deep.

Each item of an itemized list begins with an \item command. There must be at least one \item command within the environment.

The default optional label argument of the \item command is given by the \labelitemi, \labelitemii, \labelitemiii, \labelitemiv commands, respectively, depending on the nesting level. These may be redefined with the \renewcommand command. For example, to make the first level marks nice five-point stars,

   \renewcommand{\labelitemi}{$\star$}

See also Environments, Lists, Counters
See also \item
Return to the LaTeX Table of Contents
Revised by Sheldon Green, agxsg@giss.nasa.gov, 18 May 1995.