blob: 38dabf514d9e5e0457c4f25e64b35973e854b39e (
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
|
<html>
<head><title>Help On LaTeX \underbrace</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">\underbrace</font></h1>
<p>
<tt>\underbrace{formula}</tt>
<p>
The <tt>\underbrace</tt> command generates a brace underneath
the <tt>formula</tt>; math mode.
<p>
To "label" the underbrace, use a <a href="ltx-179.html">subscript</a>.
<hr>
See also:
<ul>
<li><A href="ltx-115.html">Math Formulas</A>
<li><A href="ltx-119.html">Math Miscellany</A>
<li><a href="ltx-287.html"><tt>\overbrace</tt></a>
<li><a href="ltx-288.html"><tt>\overline</tt></a>
<li><a href="ltx-336.html"><tt>\underline</tt></a>
</ul>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 31 May 1995.
</address>
</body>
</html>
|