blob: 4c58f7aba77abdffd1eb3b6edb990b39567eb986 (
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 \\</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">\\</font></h1>
<p>
<tt>\\[*][extra-space]</tt>
<p>
The <tt>\\</tt> command tells LaTeX to start a new line. It has an optional
argument, extra-space, that specifies how much extra vertical space is
to be inserted before the next line. This can be a negative amount.
<p>
The <tt>\\*</tt> command is the same as the ordinary <tt>\\</tt> command except that it
tells LaTeX not to start a new page after the line.
<p>
These commands are <a href="fragile.html">fragile</a>.
<hr>
See also <A href="ltx-99.html">Line and Page Breaking</A><br>
See also <a href="ltx-202.html">Array</a>,
<a href="ltx-58.html">Tabbing</a>, and
<a href="ltx-68.html">Tabular</a> Environments<br>
Go to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Sep 1995.
</address>
</body>
</html>
|