File: sec129.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (81 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (3)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head><title>Math Miscellany</title></head>
<body>
<h1>Math Miscellany</h1>
<P>

</P>
<DL COMPACT>

<DT><CODE>&#92;cdots</CODE>
<DD>
Produces a horizontal ellipsis where the dots are raised to the centre
of the line.

eg.
 
<DT><CODE>&#92;ddots</CODE>
<DD>
Produces a diagonal ellipsis.

eg.

<DT><CODE>&#92;frac{num}{den}</CODE>
<DD>
Produces the fraction <CODE>num</CODE> divided by <CODE>den</CODE>.

eg.

<DT><CODE>&#92;ldots</CODE>
<DD>
Produces an ellipsis.  This command works in
any mode, not just math mode.

eg.

<DT><CODE>&#92;overbrace{text}</CODE>
<DD>
Generates a brace over text.

eg.

<DT><CODE>&#92;overline{text}</CODE>
<DD>
Causes the argument text to be overlined.

eg.

<DT><CODE>&#92;sqrt[root]{arg}</CODE>
<DD>
Produces the square root of its argument.  The
optional argument, <CODE>root</CODE>, determines what root to produce, i.e.,
the cube root of <CODE>x+y</CODE> would be typed as <CODE>$&#92;sqrt[3]{x+y}$</CODE>.

eg.

<DT><CODE>&#92;underbrace{text}</CODE>
<DD>
Generates text with a brace underneath.

eg.

<DT><CODE>&#92;underline{text}</CODE>
<DD>
Causes the argument text to be underlined.
This command can also be used in paragraph and LR modes.

eg.

<DT><CODE>&#92;vdots</CODE>
<DD>
Produces a vertical ellipsis.

eg.

</DL>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>