File: sec128.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 (39 lines) | stat: -rw-r--r-- 659 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
<html>
<head><title>Spacing in Math Mode</title></head>
<body>
<h1>Spacing in Math Mode</h1>
<P>

</P>

<P>
In a <CODE>math</CODE> environment, LaTeX ignores the spaces you type and puts
in the spacing that it thinks is best.  LaTeX formats mathematics the
way it's done in mathematics texts.  If you want different spacing,
LaTeX provides the following four commands for use in math mode:

</P>
<P>

</P>

<OL>
<LI>

<CODE>&#92;;</CODE> - a thick space
<LI>

<CODE>&#92;:</CODE> - a medium space
<LI>

<CODE>&#92;,</CODE> - a thin space
<LI>

<CODE>&#92;!</CODE> - a negative thin space
</OL>



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