blob: 634cf6ae42f2db8720615dd1bb57decc73cae8ee (
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
|
<html>
<head><title>Help On LaTeX \item</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">\item</font></h1>
<tt>\item[label] Text for this item</tt>
<p>
The <tt>\item</tt> command starts a new item in a
<a href="lists.html">List Environment</a>. The optional argument
<tt>label</tt> generates the item label; if not given a default
label is used.
<p>
A blank line preceding an <tt>\item</tt> command has no effect.
<p>
In order to use brackets as part of the <tt>label</tt> (for example,
in the <a href="ltx-31.html">Description Environment</a>) they must
be enclosed in braces:
<pre>
<tt>\item[{[}item 1{]}] This is the first item</tt>
</pre>
The <tt>\item</tt> command is <a href="fragile.html">fragile</a>.
<hr>
See also <a href="ltx-27.html">Environments</a>,
<a href="lists.html">Lists</a><br>
Go to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Jun 1995.
</address>
</body>
</html>
|