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 41 42 43 44 45
|
<html>
<head><title>Table of Contents</title></head>
<body>
<h1>Table of Contents</h1>
<P>
</P>
<P>
A table of contents is produced with the
<CODE>\tableofcontents</CODE>
command. You put the command right where you want the table of contents
to go; LaTeX does the rest for you. It 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 <CODE>\newpage</CODE> command after the
<CODE>\tableofcontents</CODE> command.
</P>
<P>
There are similar commands
<CODE>\listoffigures</CODE>
and
<CODE>\listoftables</CODE>
for producing a list of figures and a list of tables, respectively.
Everything works exactly the same as for the table of contents.
</P>
<P>
NOTE: If you want any of these items to be generated, you cannot have
the
<CODE>\nofiles</CODE>
command in your document.
</P>
<UL>
<LI><A href="sec173.html">\addcontentsline</A>: Add an entry to table of contents etc.
<LI><A href="sec174.html">\addtocontents</A>: Add text directly to table of contents file etc.
</UL>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|