blob: 462e493dc1187d7593fa90c53b18cd4f1a1e8070 (
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
|
<html>
<head><title>Help On LaTeX description</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">description</font></h1>
<p>
<p><pre>
<tt>\begin{description}
<a href="item.html">\item[label]</a> First item
\item[label] Second item
....
\end{description}</tt>
</pre>
The description environment is used to make labeled lists. The <tt>label</tt>
is bold face and flushed right. The text of the <tt>\item</tt> command
is indented.
<p>
Typical usage is for descriptive lists
or lists of definitions; the <tt>label</tt> is then the name of the
item being described or defined.
<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="ltx-222.html">Enumerate</a><br>
See also <a href="item.html"><tt>\item</tt></a><br>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 18 May 1995.
</address>
</body>
</html>
|