Go to Page Main Content
NASA - Goddard Institute for Space Studies
FIND IT @ NASA
NASA Homepage Goddard Institute for Space Studies

Hypertext Help with LaTeX

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 18 May 1995.

+ GISS Home

tools
  • Software Tools Main Page
  • GCM Model E
  • GCM Model AOM-GR
  • GCM Model II
  • Panoply netCDF Viewer
  • G.Projector Map Maker
  • Mars24 Sunclock
USA.gov

End of Page