File: sec172.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (45 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download | duplicates (3)
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>&#92;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>&#92;newpage</CODE> command after the
<CODE>&#92;tableofcontents</CODE> command.

</P>
<P>
There are similar commands 
<CODE>&#92;listoffigures</CODE> 
and
<CODE>&#92;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>&#92;nofiles</CODE>
command in your document.

</P>

<UL>
<LI><A href="sec173.html">&#92;addcontentsline</A>: Add an entry to table of contents etc.
<LI><A href="sec174.html">&#92;addtocontents</A>: Add text directly to table of contents file etc.
</UL>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>