diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-99.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-99.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-99.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-99.html new file mode 100644 index 00000000000..c83b00674c1 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-99.html @@ -0,0 +1,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> |