This file is indexed.

/usr/share/doc/fweb/html-info/Style.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!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: Style</title>

<meta name="description" content="FWEB: Style">
<meta name="keywords" content="FWEB: Style">
<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="Customization.html#Customization" rel="up" title="Customization">
<link href="Index-params.html#Index-params" rel="next" title="Index params">
<link href="_002dyxb.html#g_t_002dyxb" rel="prev" title="-yxb">
<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="Style"></a>
<div class="header">
<p>
Previous: <a href="Memory-allocation.html#Memory-allocation" accesskey="p" rel="prev">Memory allocation</a>, Up: <a href="Customization.html#Customization" accesskey="u" rel="up">Customization</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="The-Style-file"></a>
<h3 class="section">12.3 The Style file</h3>

<a name="index-Style-file"></a>
<a name="index-File_002c-style"></a>
<a name="index-fweb_002esty-1"></a>
<p>A <em>style file</em> (default name <samp>fweb.sty</samp>) may reside in the
user&rsquo;s current directory (or the directory specified by the environment
variable <code>FWEB_STYLE_DIR</code>).  The default name can be changed by the
command-line option &lsquo;<samp>-z</samp>&rsquo; (see <a href="_002dz.html#g_t_002dz">-z</a>).
</p>
<p>The style file is processed after all command-line options have been
processed, except that the command-line option &lsquo;<samp>-p</samp>&rsquo; (see <a href="_002dp.html#g_t_002dp">-p</a>)
gets special treatment.  Note that that option buffers up style-file
entries (i.e., one may use more than one &lsquo;<samp>-p</samp>&rsquo; option).  &lsquo;<samp>-p</samp>&rsquo;
options placed in <samp>.fweb</samp> are treated as residing in a temporary
file that is read just <em>before</em> the local style file; thus, those behave
as &lsquo;global&rsquo; style-file entries that will be overridden by a matching
entry in the local style file.  &lsquo;<samp>-p</samp>&rsquo; options on the command line
will be processed <em>after</em> the local style file, thus override
corresponding options in either <samp>.fweb</samp> or the local style file.
</p> 
<p>To summarize the previous discussion, the local style file is intended
to contain settings that are common to a particular source file.
Settings common to all source files can be put into <samp>.fweb</samp> by
means of the &lsquo;<samp>-p</samp>&rsquo; option.  To override a setting for a single run,
use a &lsquo;<samp>-p</samp>&rsquo; option on the command line.
</p>
<p>Style-file entries have the form
</p>
<div class="example">
<pre class="example">        <var>keyword</var> <i>[</i>=<i>]</i> <var>value</var>
</pre></div>
<p>The equals sign is always optional.  The &lsquo;<samp>value</samp>&rsquo; is usually a
double-quoted string, but may sometimes be an integer or a single-quoted
character.  For example,
</p>
<div class="example">
<pre class="example">        LaTeX.class.options = &quot;twoside&quot;
        LaTeX.package &quot;indentfirst,multicol&quot;
        mark_defined.fcn_name 0
        line_char.N 'C'
        color.error = &quot;red&quot;
        Color.red = &quot;\e[01;31m&quot;
</pre></div>
<p>The syntax is completely free-form.  Periods within keywords are
precisely equivalent to underscores, but are useful heuristically for
associating a structure-like hierarchy to some of the commands.
Non-printable characters in strings can be specified as octal constants
(e.g., &lsquo;<samp>\033</samp>&rsquo;), hexadecimal constants (e.g., &lsquo;<samp>\x1B</samp>&rsquo;), or one
of the ANSI escape sequences &lsquo;<samp>\a</samp>&rsquo;, &lsquo;<samp>\b</samp>&rsquo;, &lsquo;<samp>\f</samp>&rsquo;, &lsquo;<samp>\n</samp>&rsquo;,
&lsquo;<samp>\r</samp>&rsquo;, &lsquo;<samp>\t</samp>&rsquo;, and &lsquo;<samp>\v</samp>&rsquo;.  The non-ANSI escape sequence
&lsquo;<samp>\e</samp>&rsquo; (escape) is also supported; that is particularly useful for
color processing (see <a href="Color.html#Color">Color</a>).
</p>
<p>Various of the style-file parameters take a language subscript.  Those
are 
</p>
<blockquote>
<dl compact="compact">
<dt><code>C</code></dt>
<dd><p>C
</p></dd>
<dt><code>Cpp</code></dt>
<dd><p>C++
</p></dd>
<dt><code>N</code></dt>
<dd><p><small>FORTRAN</small>-77
</p></dd>
<dt><code>N90</code></dt>
<dd><p><small>FORTRAN</small>-90
</p></dd>
<dt><code>R</code></dt>
<dd><p><small>RATFOR</small>-77
</p></dd>
<dt><code>R90</code></dt>
<dd><p><small>RATFOR</small>-90
</p></dd>
<dt><code>V</code></dt>
<dd><p>Verbatim
</p></dd>
<dt><code>X</code></dt>
<dd><p>TeX
</p>
</dd>
</dl>
</blockquote>
<p>Thus, <code>line_char.N</code> is the comment character for <small>FTANGLE</small>&rsquo;s
<code>line</code> commands (see <a href="line_005fchar.html#line_005fchar">line_char</a>), for <small>FORTRAN</small>-77 code.
</p>
<p>Unfortunately, the descriptions of the parameters aren&rsquo;t all completed
yet.  To query the default values, say &lsquo;<samp>ftangle -Z</samp>&rsquo; (see <a href="_002dZ_005f.html#g_t_002dZ_005f">-Z_</a>).
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="Index-params.html#Index-params" accesskey="1">Index params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Customizing the Index.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Module-params.html#Module-params" accesskey="2">Module params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Customizing the list of sections.         
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Contents-params.html#Contents-params" accesskey="3">Contents params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Customizing the Table of Contents.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Subscript-params.html#Subscript-params" accesskey="4">Subscript params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Customizing subscripting for cross-references.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Fwebmac-params.html#Fwebmac-params" accesskey="5">Fwebmac params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Customizing behavior of <small>FWEB</small>&rsquo;s macros.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Completion-params.html#Completion-params" accesskey="6">Completion params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Automatic selection of file extensions, etc.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Control_002dcode-mappings.html#Control_002dcode-mappings" accesskey="7">Control-code mappings</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Remapping <small>FWEB</small>&rsquo;s control codes (danger)!
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Color.html#Color" accesskey="8">Color</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><small>FWEB</small>&rsquo;s color output.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Miscellaneous-params.html#Miscellaneous-params" accesskey="9">Miscellaneous params</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Other customizations.
</td></tr>
</table>

<hr>
<div class="header">
<p>
Previous: <a href="Memory-allocation.html#Memory-allocation" accesskey="p" rel="prev">Memory allocation</a>, Up: <a href="Customization.html#Customization" accesskey="u" rel="up">Customization</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>