diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/toc.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/toc.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/toc.html b/Master/texmf-doc/doc/english/latex2e-html/toc.html new file mode 100644 index 00000000000..5f975e1a36f --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/toc.html @@ -0,0 +1,26 @@ +<html> +<head><title>Help On LaTeX \tableofcontents</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">\tableofcontents</font></h1> +<p> + A table of contents is produced with the + <tt>\tableofcontents</tt> command. You + put the command right where you want the table of contents to go; + LaTeX does the rest for you. + Entries are taken from the <a href="ltx-141.html">Sectioning</a> commands. +<p> + <tt>\tableofcontents</tt> produces a heading, but it does not + automatically start a new page. If you want a new page after the + table of contents, include a + <a href="ltx-276.html"><tt>\newpage</tt></a> command after the + <tt>\tableofcontents</tt> command. +<p> +<hr> +See also <a href="ltx-170.html">Table of Contents</a><br> +Return to <a href="ltx-2.html">LaTeX Table of Contents</a> +<hr> +<address> +Revised: Sheldon Green, 5 Jun 1995. +</address> +</body> +</html> |