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>\addcontentsline</title></head>
<body>
<h1>\addcontentsline</h1>
<P>
</P>
<P>
<CODE>\addcontentsline{file}{sec_unit}{entry}</CODE>
</P>
<P>
The <CODE>\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>--><a href="index.html">LaTeX index</a>
</body>
</html>
|