This file is indexed.

/usr/share/doc/fweb/html-info/Table-of-Contents.html is in fweb-doc 1.62-13.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
<head>
<title>FWEB: Table of Contents</title>

<meta name="description" content="FWEB: Table of Contents">
<meta name="keywords" content="FWEB: Table of Contents">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Concept-index.html#Concept-index" rel="index" title="Concept index">
<link href="Parameter-index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="LaTeX.html#LaTeX" rel="up" title="LaTeX">
<link href="Customizing-LaTeX.html#Customizing-LaTeX" rel="next" title="Customizing LaTeX">
<link href="LIndex.html#LIndex" rel="prev" title="LIndex">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<a name="Table-of-Contents"></a>
<div class="header">
<p>
Next: <a href="Customizing-LaTeX.html#Customizing-LaTeX" accesskey="n" rel="next">Customizing LaTeX</a>, Previous: <a href="LIndex.html#LIndex" accesskey="p" rel="prev">LIndex</a>, Up: <a href="LaTeX.html#LaTeX" accesskey="u" rel="up">LaTeX</a> &nbsp; [<a href="Parameter-index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-index.html#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>

<a name="LaTeX_0027s-Table-of-Contents"></a>
<h4 class="subsubsection">10.1.3.6 LaTeX&rsquo;s Table of Contents</h4>

<a name="index-Contents_002c-table-of"></a>
<a name="index-Table-of-Contents"></a>
<a name="index-_005cFWEBtoc"></a>
<p>LaTeX uses the <samp>aux</samp> file to accumulate the information for the
Table of Contents.
</p>
<p>When LaTeX is used, the Table of Contents appears at the front of the
document by default (beginning with version 1.61).  This is accomplished
by setting the default value of the style-file parameter
<code>limbo.end</code> to <code>&quot;\\FWEBtoc&quot;</code>, where <code>\FWEBtoc</code> is defined
in <samp>fwebmac.sty</samp>.  If you initialize <code>limbo.end</code> yourself in
<samp>fweb.sty</samp>, you should include <code>&quot;\\FWEBtoc&quot;</code> at the end of
that initialization if you want the Table of Contents to appear in the
beginning.  Otherwise, it will appear at the end.
</p>
<p>In essence, the Table of Contents is produced by the LaTeX commands
</p>
<div class="example">
<pre class="example">\pagenumbering{roman}
\maketitle
\topofcontents
\tableofcontents
\botofcontents
\newpage
</pre></div>

<p><a name="index-_005ctopofcontents"></a>
<a name="index-_005cbotofcontents"></a>
<a name="index-_005cmaketitle"></a>
<a name="index-_005cTitle"></a>
<a name="index-_005ctitle"></a>
By default, the <small>FWEB</small> hooks <code>\topofcontents</code> and
<code>\botofcontents</code> are empty, 
but they may be used in special circumstances to override the usual
behavior.  One can set the parameters for <code>\maketitle</code> in the limbo
section in the usual LaTeX way, except that it is better to use
<small>FWEB</small>&rsquo;s <code>\Title</code> macro instead of <code>\title</code>:
</p>
<div class="example">
<pre class="example">\Title{MYCODE.WEB}
\author{My name}
\date{January 1, 2001}
</pre></div>

<p>By default, the argument of the <code>\Title</code> macro is printed both on
the title page and as a running headline in the document.  The default
font for the title is <code>\ttitlefont</code>; that for the running headline
is <code>\large\tt</code>.  However, <code>\Title</code> has one optional argument
that allows one to override the running headline, perhaps by specifying
a shorter form.  Say
</p>
<div class="example">
<pre class="example">\Title[<i>Short title</i>]{<i>Long title</i>}
</pre></div>
<p>to make the running headline be &lsquo;<samp>\large\tt <i>Short title</i></samp>&rsquo; and the
title-page title be &lsquo;<samp>\ttitlefont <i>Long title</i></samp>&rsquo;.  
</p>
<p>The \<small>FWEB</small> <code>\Title</code> macro calls LaTeX&rsquo;s <code>\title</code> macro
with the long title as its argument.
By default, <small>FWEAVE</small> uses (in the &lsquo;<samp>\Wbegin</samp>&rsquo; macro)
</p>
<div class="example">
<pre class="example">\title{}%
\author{}%
\date{\today\\[3pt]\Time}%
</pre></div>

<a name="index-_005cnumberline"></a>
<p>Section numbers in the Table of Contents are produced by the LaTeX
macro <code>\numberline</code>.  LaTeX&rsquo;s default definition is inadequate
when section numbers are very large; they extend to the right and can
overwrite the section name.  The macro is redefined more appropriately
when the package <code>fwebnum</code> (see <a href="Numbering.html#Numbering">Numbering</a>) is used.
</p>
<hr>
<div class="header">
<p>
Next: <a href="Customizing-LaTeX.html#Customizing-LaTeX" accesskey="n" rel="next">Customizing LaTeX</a>, Previous: <a href="LIndex.html#LIndex" accesskey="p" rel="prev">LIndex</a>, Up: <a href="LaTeX.html#LaTeX" accesskey="u" rel="up">LaTeX</a> &nbsp; [<a href="Parameter-index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-index.html#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>