1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<html>
<head><title>itemize</title></head>
<body>
<h1>itemize</h1>
<P>
</P>
<PRE>
\begin{itemize}
\item First item
\item Second item
.
.
.
\end{itemize}
</PRE>
<P>
The <CODE>itemize</CODE> 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.
</P>
<P>
Each item of an <CODE>itemized</CODE> list begins with an <CODE>\item</CODE> command.
There must be at least one <CODE>\item</CODE> command within the environment.
</P>
<P>
The <CODE>itemize</CODE> environment uses the <CODE>itemi</CODE> through
<CODE>itemiv</CODE> counters (see section <A href="sec3.html">Counters</A>). The type of numbering can be
changed by redefining <CODE>\theitemi</CODE> etc.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|