File: sec173.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 (50 lines) | stat: -rw-r--r-- 923 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
46
47
48
49
50
<html>
<head><title>&#92;addcontentsline</title></head>
<body>
<h1>&#92;addcontentsline</h1>
<P>

</P>
<P>
<CODE>&#92;addcontentsline{file}{sec_unit}{entry}</CODE>

</P>
<P>
The <CODE>&#92;addcontentsline</CODE> command adds an entry to the specified list
or table where:

</P>

<UL>
<LI>

<CODE>file</CODE> is the extension of the file on which information is to be
written: <CODE>toc</CODE> (table of contents), <CODE>lof</CODE> (list of figures),
or <CODE>lot</CODE> (list of tables).
<LI>

<CODE>sec_unit</CODE> controls the formatting of the entry.  It should be one
of the following, depending upon the value of the file argument:

<OL>
<LI>

<CODE>toc</CODE> -- the name of the sectional unit, such as part or subsection.
<LI>

<CODE>lof</CODE> -- figure
<LI>

<CODE>lot</CODE> -- table
</OL>

<LI>

<CODE>entry</CODE> is the text of the entry.
</UL>



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