blob: c83b00674c11b1349e0e1c16be47e847e4351acc (
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
29
30
31
32
33
34
35
36
37
38
39
40
|
<html>
<head><title>Help On LaTeX Line and Page Breaking</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">Line and Page Breaking</font></h1>
The first thing LaTeX does when processing ordinary text is to
translate your input file into a string of glyphs and spaces. To
produce a printed document, this string must be broken into lines, and
these lines must be broken into pages. In some environments, you do
the line breaking yourself with the <tt>\\</tt> command, but LaTeX usually does
it for you.
<H2>Commands for line and page breaks</H2>
<ul>
<li><A href="ltx-181.html">\\</A>
<li><A href="ltx-182.html">\-</A>
<li><A href="ltx-244.html">\hyphenation</A>
<p>
<li><A href="ltx-212.html">\cleardoublepage</A>
<li><A href="ltx-213.html">\clearpage</A>
<p>
<li><A href="ltx-275.html">\newline</A>
<li><A href="ltx-258.html">\linebreak</A>
<li><A href="ltx-281.html">\nolinebreak</A>
<li><A href="ltx-276.html">\newpage</A>
<li><A href="ltx-289.html">\pagebreak</A>
<li><A href="ltx-283.html">\nopagebreak</A>
</ul>
</body>
<hr>
For page numbering, see <a href="ltx-3.html">Counters</a><br>
To refer to a page number in the text, see
<a href="ltx-291.html"><tt>\pageref</tt></a><br>
Return to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 20 Oct 1995.
</address>
</html>
|