summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex2e-html/ltx-250.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-250.html')
-rw-r--r--Master/texmf-doc/doc/english/latex2e-html/ltx-250.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-250.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-250.html
new file mode 100644
index 00000000000..c8e7d40c39b
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-250.html
@@ -0,0 +1,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>