blob: c8e7d40c39b80f4b2f8f3ffa9c8c7dc7d0a929e8 (
plain)
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>Help On LaTeX itemize</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">itemize</font></h1>
<pre>
<tt>\begin{itemize}
\item First item
\item Second item
....
\end{itemize}</tt>
</pre>
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.
<p>
Each item of an itemized list begins with an
<a href="item.html"><tt>\item</tt></a> command. There
must be at least one <tt>\item</tt> command within the environment.
<p>
The default optional
<tt>label</tt> argument of the <a href="item.html"><tt>\item</tt></a> command
is given by the <tt>\labelitemi, \labelitemii, \labelitemiii, \labelitemiv</tt>
commands, respectively, depending on the nesting level.
These may be redefined with the <a href="ltx-18.html"><tt>\renewcommand</tt></a>
command. For example, to make the first level marks nice five-point stars,
<pre>
<tt>\renewcommand{\labelitemi}{$<a href="ltx-404.html">\star</a>$}</tt>
</pre>
<hr>
See also <A href="ltx-27.html">Environments</A>,
<a href="lists.html">Lists</a>,
<a href="ltx-3.html">Counters</a><br>
See also <a href="item.html"><tt>\item</tt></a><br>
Return to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 18 May 1995.
</address>
</body>
</html>
|