blob: bbf4f38e56c863bbad9a89ff19623aaa5eed9cb6 (
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
|
<html>
<head><title>Help On LaTeX \hspace</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">\hspace</font></h1>
<p>
<tt>\hspace[*]{len}</tt>
<p>
The <tt>\hspace</tt> command adds horizontal space. The length of the space
<tt>len</tt>
can be expressed in any terms that LaTeX understands, i.e., points,
inches, etc. You can add negative as well as positive space with an
<tt>\hspace</tt> command. Adding negative space is like backspacing.
<p>
LaTeX removes horizontal space that comes at the end of a line. If
you don't want LaTeX to remove this space, include the optional *
argument. Then the space is never removed.
<hr>
See <a href="ltx-143.html">Spaces and Boxes</a>,
<a href="ltx-86.html">Lengths</a><br>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 10 May 1995.
</address>
</body></html>
|