texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] Changes to texi2html/doc/texi2html.html


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/doc/texi2html.html
Date: Tue, 29 Nov 2005 14:04:27 -0500

Index: texi2html/doc/texi2html.html
diff -u texi2html/doc/texi2html.html:1.29 texi2html/doc/texi2html.html:1.30
--- texi2html/doc/texi2html.html:1.29   Mon Nov 14 11:14:01 2005
+++ texi2html/doc/texi2html.html        Tue Nov 29 19:04:25 2005
@@ -31,7 +31,7 @@
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
  -->
-<!-- Created on November, 14 2005 by texi2html 1.77 -->
+<!-- Created on November, 29 2005 by texi2html @PACKAGE_VERSION@ -->
 <!--
 Written by: Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -48,7 +48,7 @@
 <meta name="keywords" content="Texi2HTML &ndash; Texinfo to HTML v1.77: 
Texi2HTML">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.77">
+<meta name="Generator" content="texi2html @PACKAGE_VERSION@">
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <style type="text/css">
 <!--
@@ -2434,15 +2434,21 @@
 by default.
 </p>
 
+<p>A user name and  a date are collected to be output in the footer.
+You can change them by defining <a name="IDX143"></a>
+<code>$USER</code> and <a name="IDX144"></a>
+<code>$DATE</code>
+in the initialization file.
+</p>
 <p>The default functions call the function associated with 
-<a name="IDX143"></a>
+<a name="IDX145"></a>
 <code>$print_foot_navigation</code> to format the navigation panel for the 
 page footer. Thus you can control parts of the formatting by
 redefining the function reference.
 </p>
 <dl>
 <dt><u>Function Reference:</u> <b>print_foot_navigation</b><i> $filehandle 
address@hidden</i>
-<a name="IDX144"></a>
+<a name="IDX146"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 <var>address@hidden</var> is an array reference which should hold the 
specification of 
@@ -2451,18 +2457,18 @@
 
 <p>If you want even more control, you can have full control the page footer 
 formatting by redefining three function references.
-The function associated with <a name="IDX145"></a>
+The function associated with <a name="IDX147"></a>
 <code>$print_chapter_footer</code> is called
 if the document is split at chapters, or the function associated with
-<a name="IDX146"></a>
+<a name="IDX148"></a>
 <code>$print_section_footer</code> is called if the document is split at 
sections.
  After that the function associated
-with <a name="IDX147"></a>
+with <a name="IDX149"></a>
 <code>$print_page_foot</code> is called.
 </p>
 <dl>
 <dt><u>Function Reference:</u> <b>print_page_foot</b><i> $filehandle</i>
-<a name="IDX148"></a>
+<a name="IDX150"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 This function should print the page foot, including the 
<code>&lt;/body&gt;</code>
@@ -2471,7 +2477,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> <b>print_chapter_footer</b><i> $filehandle</i>
-<a name="IDX149"></a>
+<a name="IDX151"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 This function is called if the document is split at chapters, before 
@@ -2480,7 +2486,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> <b>print_section_footer</b><i> $filehandle</i>
-<a name="IDX150"></a>
+<a name="IDX152"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 This function is called if the document is split at sections, before
@@ -2577,7 +2583,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> <b>print_Top_header</b><i> $filehandle 
$begin_page</i>
-<a name="IDX151"></a>
+<a name="IDX153"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 <var>$begin_page</var> is true if the element is the first in a page.
@@ -2587,7 +2593,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> <b>print_Top</b><i> $filehandle 
$has_top_heading</i>
-<a name="IDX152"></a>
+<a name="IDX154"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 <var>$has_top_heading</var> is true if there is a <code>@heading</code> 
command or
@@ -2598,7 +2604,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> <b>print_Top_footer</b><i> $filehandle 
$end_page</i>
-<a name="IDX153"></a>
+<a name="IDX155"></a>
 </dt>
 <dd><p><var>$filehandle</var> is the opened filehandle the function should 
write to.
 <var>$end_page</var> is true if the element is the last in a page.
@@ -2630,45 +2636,45 @@
 </p>
 <dl compact="compact">
 <dt> <code>$DO_CONTENTS</code>
-<a name="IDX154"></a>
+<a name="IDX156"></a>
 </dt>
 <dd><p>If the variable is true a table of contents is done even if there is no
 <code>@contents</code> command.
 </p></dd>
 <dt> <code>$DO_SCONTENTS</code>
-<a name="IDX155"></a>
+<a name="IDX157"></a>
 </dt>
 <dd><p>If the variable is true a short table of contents is done even if there 
is no
 <code>@summarycontents</code> command.
 </p></dd>
 <dt> <code>$BEFORE_OVERVIEW</code>
-<a name="IDX156"></a>
+<a name="IDX158"></a>
 </dt>
 <dd><p>The variable value is inserted before the short table of contents text.
 </p></dd>
 <dt> <code>$AFTER_OVERVIEW</code>
-<a name="IDX157"></a>
+<a name="IDX159"></a>
 </dt>
 <dd><p>The variable value is inserted after the short table of contents text.
 </p></dd>
 <dt> <code>$BEFORE_TOC_LINES</code>
-<a name="IDX158"></a>
+<a name="IDX160"></a>
 </dt>
 <dd><p>The variable value is inserted before the table of contents text.
 </p></dd>
 <dt> <code>$AFTER_TOC_LINES</code>
-<a name="IDX159"></a>
+<a name="IDX161"></a>
 </dt>
 <dd><p>The variable value is inserted after the table of contents text.
 </p></dd>
 <dt> <code>$TOC_LIST_STYLE</code>
-<a name="IDX160"></a>
+<a name="IDX162"></a>
 </dt>
 <dd><p>This should contain a css style used for the list style if the tables of
 content are formatted with a list.
 </p></dd>
 <dt> <code>$TOC_LIST_ATTRIBUTE</code>
-<a name="IDX161"></a>
+<a name="IDX163"></a>
 </dt>
 <dd><p>This should contain an attribute text used for the list element if the 
tables of
 content are formatted with a list.
@@ -2681,7 +2687,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> <b>toc_body</b><i> address@hidden </i>
-<a name="IDX162"></a>
+<a name="IDX164"></a>
 </dt>
 <dd><p><var>address@hidden</var> is an array reference contining informations 
about
 all the elements of the document. Each of the entry of this array is an hash
@@ -2718,9 +2724,9 @@
 
 <p>This function doesn't return anything but should fill the array 
corresponding
 with the 
-<a name="IDX163"></a>
+<a name="IDX165"></a>
 <code>$Texi2HTML::TOC_LINES</code> and
-<a name="IDX164"></a>
+<a name="IDX166"></a>
 <code>$Texi2HTML::OVERVIEW</code> references with the table of contents and 
short 
 table of contents.
 </p>
@@ -2810,7 +2816,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $about_text <b>print_about</b>
-<a name="IDX165"></a>
+<a name="IDX167"></a>
 </dt>
 <dd><p>This function should return the about text.
 </p></dd></dl>
@@ -2842,49 +2848,49 @@
 </p>
 <dl compact="compact">
 <dt> <code>print_Top</code>
-<a name="IDX166"></a>
+<a name="IDX168"></a>
 </dt>
 <dt> <code>print_Top_header</code>
-<a name="IDX167"></a>
+<a name="IDX169"></a>
 </dt>
 <dt> <code>print_Top_footer</code>
-<a name="IDX168"></a>
+<a name="IDX170"></a>
 </dt>
 <dd><p>Formatting of top element page or section. It is also used for the 
formatting
 of the top element text (see section <a href="#SEC44">Top element text 
formatting</a>).
 </p></dd>
 <dt> <code>print_Toc</code>
-<a name="IDX169"></a>
+<a name="IDX171"></a>
 </dt>
 <dd><p>Formatting of table of contents page or section
 </p></dd>
 <dt> <code>print_Overview</code>
-<a name="IDX170"></a>
+<a name="IDX172"></a>
 </dt>
 <dd><p>Formatting of short table of contents page or section
 </p></dd>
 <dt> <code>print_About</code>
-<a name="IDX171"></a>
+<a name="IDX173"></a>
 </dt>
 <dd><p>Formatting of about (help) page or section
 </p></dd>
 <dt> <code>print_Footnotes</code>
-<a name="IDX172"></a>
+<a name="IDX174"></a>
 </dt>
 <dd><p>Formatting of footnotes section or page in case footnotes are on a 
 separated page or the document isn't split.
 </p></dd>
 </dl>
 
-<p>In the default case, <a name="IDX173"></a>
-<code>$print_Top</code> calls <a name="IDX174"></a>
+<p>In the default case, <a name="IDX175"></a>
+<code>$print_Top</code> calls <a name="IDX176"></a>
 <code>$print_Top_header</code> for
-the header and <a name="IDX175"></a>
+the header and <a name="IDX177"></a>
 <code>$print_Top_footer</code> for the footer of top element.
-All the other function call <a name="IDX176"></a>
+All the other function call <a name="IDX178"></a>
 <code>$print_misc</code> which in turn calls
-<a name="IDX177"></a>
-<code>$print_misc_header</code> for the headers and  <a name="IDX178"></a>
+<a name="IDX179"></a>
+<code>$print_misc_header</code> for the headers and  <a name="IDX180"></a>
 <code>$print_misc_footer</code> 
 for the footers.
 </p>
@@ -2911,18 +2917,18 @@
 
 <p>It is possible to specify the file names with more control than with the
 command line options (see section <a href="#SEC11">Setting output file and 
directory names</a>). 
-First the extension may be overrided by the variable <a name="IDX179"></a>
+First the extension may be overrided by the variable <a name="IDX181"></a>
 <code>$EXTENSION</code>
 value.
 Two function references enable 
-further customization. One is usefull in case <a name="IDX180"></a>
+further customization. One is usefull in case <a name="IDX182"></a>
 <code>$NODE_FILES</code> is true
 and it is used to customize the node file name itself and is also used 
 to produce a file name with a redirection leading to the node file.
 </p>
 <dl>
 <dt><u>Function Reference:</u> ($node_file $redirection_node_file) 
<b>node_file_name</b><i> $node</i>
-<a name="IDX181"></a>
+<a name="IDX183"></a>
 </dt>
 <dd><p><var>$node</var> is a hash reference with the following interesting 
keys (there
 are much more keys):
@@ -2943,7 +2949,7 @@
 name of the file associated with the special elements.
 </p><dl>
 <dt><u>Function Reference:</u> $file <b>element_file_name</b><i> $element 
$type $docu_name</i>
-<a name="IDX182"></a>
+<a name="IDX184"></a>
 </dt>
 <dd><p><var>$element</var> is undefined for the special elements (about, 
overview, 
 table of contents, footnotes).
@@ -2999,7 +3005,7 @@
 <p>Within the document, <code>@printindex</code> commands are expanded as 
explained
 in <a href="#SEC84">Customizing the formatting of index lists</a>. In case you 
want to do something special with index 
 entries, outside of the document, you should first set the variable
-<a name="IDX183"></a>
+<a name="IDX185"></a>
 <code>$IDX_SUMMARY</code> true. After that some function reference will be 
called
 for each non empty index. For each index there are 3 function 
 references, one called for initialization, one called for each index entry
@@ -3007,7 +3013,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> <b>index_summary_file_begin</b><i> $index_name 
$is_printed</i>
-<a name="IDX184"></a>
+<a name="IDX186"></a>
 </dt>
 <dd><p><var>$index_name</var> is the two letters name for the index. 
 This function
@@ -3019,7 +3025,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> <b>index_summary_file_entry</b><i> $index_name 
$entry_text $entry_reference $formatted_entry $texi_entry 
$entry_element_reference  $entry_element_header $is_printed</i>
-<a name="IDX185"></a>
+<a name="IDX187"></a>
 </dt>
 <dd><p>This function is called for each entry of an index. 
<var>index_name</var> is the
 name of the index. <var>$entry_text</var> is the entry in plain text,
@@ -3035,7 +3041,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> <b>index_summary_file_end</b><i> $index_name 
$is_printed</i>
-<a name="IDX186"></a>
+<a name="IDX188"></a>
 </dt>
 <dd><p><var>$index_name</var> is the two letters name for the index. This 
function
 is called for each index appearing in the document, after
@@ -3193,14 +3199,14 @@
 </p><table>
 <tr><td><p> command type </p></td><td><p> normal text </p></td><td><p> 
preformatted text </p></td><td><p> string
 </p></td></tr>
-<tr><td><p> one nonlettered character </p></td><td> <a name="IDX187"></a>
-<p><code>%simple_map</code> </p></td><td> <a name="IDX188"></a>
-<p><code>%simple_map_pre</code> </p></td><td> <a name="IDX189"></a>
+<tr><td><p> one nonlettered character </p></td><td> <a name="IDX189"></a>
+<p><code>%simple_map</code> </p></td><td> <a name="IDX190"></a>
+<p><code>%simple_map_pre</code> </p></td><td> <a name="IDX191"></a>
 <p><code>%simple_map_texi</code>
 </p></td></tr>
-<tr><td><p> nothing in braces </p></td><td> <a name="IDX190"></a>
-<p><code>%things_map</code> </p></td><td> <a name="IDX191"></a>
-<p><code>%pre_map</code> </p></td><td> <a name="IDX192"></a>
+<tr><td><p> nothing in braces </p></td><td> <a name="IDX192"></a>
+<p><code>%things_map</code> </p></td><td> <a name="IDX193"></a>
+<p><code>%pre_map</code> </p></td><td> <a name="IDX194"></a>
 <p><code>%texi_map</code>
 </p></td></tr>
 </table>
@@ -3240,10 +3246,10 @@
 and miscalleneous commands (<code>@email</code>, <code>@verb</code>, 
<code>@w</code>, 
 <code>@uref</code>, <code>@math</code>, <code>@asis</code>) is controlled by 
two hash in the
 default case, 
-<a name="IDX193"></a>
-<code>%style_map</code> for normal context, <a name="IDX194"></a>
+<a name="IDX195"></a>
+<code>%style_map</code> for normal context, <a name="IDX196"></a>
 <code>%style_map_pre</code> for
-preformatted context and <a name="IDX195"></a>
+preformatted context and <a name="IDX197"></a>
 <code>%style_map_texi</code> in string context. 
 </p>
 <p>The key of the hashes are the command names. There are two possibilities for
@@ -3259,7 +3265,7 @@
 <li> 
 The nonlettered accent commands which following character is considered
 to be the argument (like in <code>@`a</code>) should be keys of the
-hash <a name="IDX196"></a>
+hash <a name="IDX198"></a>
 <code>%accent_map</code> hash, even if no value is associated.
 </li><li>
 <code>@math</code> is handled differently if LaTeX2HTML is used.
@@ -3366,9 +3372,9 @@
 <dt> <samp>`quotes'</samp></dt>
 <dd>
 <p>If the corresponding value is true, the result is 
-enclosed in quotes <a name="IDX197"></a>
+enclosed in quotes <a name="IDX199"></a>
 <code>$OPEN_QUOTE_SYMBOL</code> and 
-<a name="IDX198"></a>
+<a name="IDX200"></a>
 <code>$CLOSE_QUOTE_SYMBOL</code>, with defaults 
 <samp>``'</samp> and <samp>`''</samp>. 
 </p>
@@ -3427,9 +3433,9 @@
 <p>The keys of the hashes are the command names. The value determine 
 how the command argument
 is formatted. If the value begins with <samp>`&quot;'</samp>, the result is 
-enclosed in quotes <a name="IDX199"></a>
+enclosed in quotes <a name="IDX201"></a>
 <code>$OPEN_QUOTE_SYMBOL</code> and 
-<a name="IDX200"></a>
+<a name="IDX202"></a>
 <code>$CLOSE_QUOTE_SYMBOL</code>, with defaults 
 <samp>``'</samp> and <samp>`''</samp>. 
 </p>
@@ -3504,7 +3510,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $resulting_text <b>style</b><i> $style $command 
$text $args $no_close $no_open $line_nr $state $style_stack</i>
-<a name="IDX201"></a>
+<a name="IDX203"></a>
 </dt>
 <dd><p><var>$command</var> is the @-command, <var>$style</var> is the value 
associated with 
 the <var>$command</var> in the <code>%style_map</code>, 
<code>%style_map_pre</code> 
@@ -3556,13 +3562,13 @@
 customize the output, the corresponding function references should be
 redefined. All these functions return a formatted text.
 </p>
-<p>The formatting of anchors is controlled by <a name="IDX202"></a>
+<p>The formatting of anchors is controlled by <a name="IDX204"></a>
 <code>$anchor</code>, but the function
 associated with the function reference does more, it is usefull
 to produce a reference target or link.
 </p><dl>
 <dt><u>Function Reference:</u> $anchor <b>anchor</b><i> $identifier $href 
$text $attributes</i>
-<a name="IDX203"></a>
+<a name="IDX205"></a>
 </dt>
 <dd><p>If <var>$identifier</var> is not empty, this value should be used to 
create
 a target for links (typically associated with a name or id 
@@ -3580,7 +3586,7 @@
 <p>The formatting of <code>@image</code> is controlled by:
 </p><dl>
 <dt><u>Function Reference:</u> $image <b>image</b><i> $file_path $basename 
$preformatted $file_name $alt_text</i>
-<a name="IDX204"></a>
+<a name="IDX206"></a>
 </dt>
 <dd><p><var>$file_path</var> is the image file name with the path, 
<var>$basename</var>  
 the file name without extension. <var>$preformatted</var> is true if the image 
@@ -3591,7 +3597,7 @@
 <p>The formatting of <code>@sp</code> is controlled by:
 </p><dl>
 <dt><u>Function Reference:</u> $sp <b>sp</b><i> $number $preformatted</i>
-<a name="IDX205"></a>
+<a name="IDX207"></a>
 </dt>
 <dd><p><var>$number</var> is the numeric argument of <code>@sp</code>.
 <var>$preformatted</var> is true if the <code>@sp</code> appears in 
preformatted text.
@@ -3600,7 +3606,7 @@
 <p>The formatting of <code>@acronym</code> and <code>@abbr</code> is 
controlled by:
 </p><dl>
 <dt><u>Function Reference:</u> $acronym <b>acronym_like</b><i> $acronym_texi 
$acronym_text $with_explanation address@hidden $explanation_text 
$explanation_simply_formatted</i>
-<a name="IDX206"></a>
+<a name="IDX208"></a>
 </dt>
 <dd><p><var>$acronym_texi</var> is the acronym argument with texinfo 
@-commands, 
 <var>$acronym_text</var> is formatted. 
@@ -3649,7 +3655,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $processed_text <b>normal_text</b><i> $text 
$in_raw_text $in_preformatted $in_code $style_stack </i>
-<a name="IDX207"></a>
+<a name="IDX209"></a>
 </dt>
 <dd><p>The function processes <var>$text</var> and returns 
<var>$processed_text</var>. 
 The other arguments give some information about the context of the text.
@@ -3675,7 +3681,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $protected_text <b>protect_text</b><i> $text</i>
-<a name="IDX208"></a>
+<a name="IDX210"></a>
 </dt>
 <dd><p>The function processes the unprotected text <var>$text</var> and returns
 the resulting protected text <var>$protected_text</var>.
@@ -3686,7 +3692,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $resulting_text <b>empty_line</b><i> 
$empty_line</i>
-<a name="IDX209"></a>
+<a name="IDX211"></a>
 </dt>
 <dd><p>This function processes an <var>$empty_line</var> and returns the 
resulting
 text <var>$resulting_text</var>. Empty lines are left as is by default.
@@ -3718,13 +3724,13 @@
 various places, at the page footers, on the help page, for special 
 section headings, buttons alt text and so on. These strings are
 customizable. The string chosen depends on the language of the
-document (set by <a name="IDX210"></a>
-<samp>`--lang'</samp>, <a name="IDX211"></a>
+document (set by <a name="IDX212"></a>
+<samp>`--lang'</samp>, <a name="IDX213"></a>
 <code>$LANG</code> or 
 <code>@documentlanguage</code>). This is the basis for internationalization
 as it allows for strings translations.
 </p>
-<p>The strings are found in a hash reference, <a name="IDX212"></a>
+<p>The strings are found in a hash reference, <a name="IDX214"></a>
 <code>$LANGUAGES</code>. 
 Each key is a language code. The associated value is also a hash
 reference. The key is an english string and the associated value
@@ -3808,7 +3814,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $href <b>external_href</b><i> $node 
$node_identifier $xml_node_identifier $manual_file_name</i>
-<a name="IDX213"></a>
+<a name="IDX215"></a>
 </dt>
 <dd><p><var>$node</var> is the node name, with @-commands. 
<var>$node_identifer</var> is the
 node name mapped to an identifier acceptable as a file name. 
@@ -3825,7 +3831,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $text <b>external_ref</b><i> $command $section 
$book $node_and_file $href $cross_ref_name</i>
-<a name="IDX214"></a>
+<a name="IDX216"></a>
 </dt>
 <dd><p>This function formats a reference to an external texinfo manual.
 The <var>$command</var> is the ref command (<code>ref</code>, 
<code>xref</code> or 
@@ -3866,7 +3872,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $text <b>internal_ref</b><i> $command $href 
$short_name $name $is_section</i>
-<a name="IDX215"></a>
+<a name="IDX217"></a>
 </dt>
 <dd><p>This function formats a reference to a node in the current manual.
 The <var>$command</var> is the ref command (<code>ref</code>, 
<code>xref</code> or 
@@ -3906,7 +3912,7 @@
 <p>When a command controlling the alignement of text is used 
(<code>@center</code>,
 <code>@flushleft</code> and <code>@flushright</code>), the main program takes
 care of opening and closing paragraphs. The alignement commands are the
-key of the <a name="IDX216"></a>
+key of the <a name="IDX218"></a>
 <code>%paragraph_style</code> hash. 
 The value is used in the function doing the formatting of the paragraphs. 
 See section <a href="#SEC65">Formatting or not a paragraph or a preformatted 
region</a>.
@@ -3916,7 +3922,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $result <b>paragraph_style_command</b><i> 
$command $text</i>
-<a name="IDX217"></a>
+<a name="IDX219"></a>
 </dt>
 <dd><p><var>$command</var> is the command name, <var>$text</var> is the text 
appearing within
 the command. This function returns a formatted text.
@@ -3979,7 +3985,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $paragraph_text <b>paragraph</b><i> $text 
$alignement $formatting_command $formatting_command_formatted 
\$paragraph_number $format $item_number $enumerate_style $number</i>
-<a name="IDX218"></a>
+<a name="IDX220"></a>
 </dt>
 <dd><p>This function formats a paragraph. <var>$text</var> is the text of the 
paragraph,
 <var>$alignement</var> is the empty string when no alignement command has
@@ -4009,7 +4015,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $preformatted_text <b>preformatted</b><i> $text 
$style $region_name $formatting_command $formatting_command_formatted 
\$preformatted_number $format $item_number $enumerate_style $number</i>
-<a name="IDX219"></a>
+<a name="IDX221"></a>
 </dt>
 <dd><p>This function formats a preformatted region. <var>$text</var> is the 
text of the
 preformatted region, <var>$style</var> is the css style associated with that
@@ -4068,7 +4074,7 @@
 
 <p>It is possible to avoid that a format closes the previous paragraph or
 preformatted region and reopens one, by putting the format command in a 
-hash, <a name="IDX220"></a>
+hash, <a name="IDX222"></a>
 <code>%format_in_paragraph</code> with a true value.
 </p>
 <hr size="6">
@@ -4099,7 +4105,7 @@
 <p>The formatting of the complex formats is ultimately controlled by a
 function, however the default for this function uses a hash reference and 
 changing the hash reference values should be enough in most cases. This
-hash reference is called <a name="IDX221"></a>
+hash reference is called <a name="IDX223"></a>
 <code>$complex_format_map</code>. It has a key for each
 of the complex format commands (<code>example</code>, 
<code>smallexample</code>, 
 <code>lisp</code>, <code>smalllisp</code>, <code>display</code>, 
<code>smalldisplay</code>, 
@@ -4134,7 +4140,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $complex_format_text <b>complex_format</b><i> 
$format_name $preformatted_text</i>
-<a name="IDX222"></a>
+<a name="IDX224"></a>
 </dt>
 <dd><p><var>$format_name</var> is the complex format name, 
<var>$preformatted_text</var> is the 
 text allready formatted as described in <a href="#SEC65">Formatting or not a 
paragraph or a preformatted region</a>.
@@ -4205,7 +4211,7 @@
 </pre></td></tr></table>
 <p>The default is to apply the command to the text item, however it is possible
 to avoid it.
-The hash <a name="IDX223"></a>
+The hash <a name="IDX225"></a>
 <code>%special_list_commands</code> has an entry for each of the 
 format command. Each of these entries is a hash reference. If a formatting
 command is a key of the hash reference, then the formatting command is not
@@ -4225,7 +4231,7 @@
 <dd><p>The items of lists are formatted using the following function reference:
 </p><dl>
 <dt><u>Function Reference:</u> $list_item <b>list_item</b><i> $text $format 
$command $formatted_command $item_number $enumerate_style $number</i>
-<a name="IDX224"></a>
+<a name="IDX226"></a>
 </dt>
 <dd><p>This function formats the text between <code>@item</code> commands. 
<var>$text</var> 
 is the text corresponding with the item. <var>$format</var> is the type of 
format,
@@ -4248,7 +4254,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $table_item <b>table_item</b><i> $item_text 
$index_label_text $format $command $formatted_command</i>
-<a name="IDX225"></a>
+<a name="IDX227"></a>
 </dt>
 <dd><p>This function is used to format the text on the <code>@item</code> line.
 <var>$text_item</var> is the text line. In case there is an index entry 
@@ -4263,7 +4269,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $table_line <b>table_line</b><i> $text</i>
-<a name="IDX226"></a>
+<a name="IDX228"></a>
 </dt>
 <dd><p>This function is used to format the text on the lines following
 the <code>@item</code> line. <var>$text</var> is the corresponding text. 
@@ -4276,7 +4282,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $multitable_cell <b>cell</b><i> $text</i>
-<a name="IDX227"></a>
+<a name="IDX229"></a>
 </dt>
 <dd><p>This function is used to format the text of a multitable cell, the text 
 following a <code>@item</code> or a <code>@tab</code>.
@@ -4285,10 +4291,10 @@
 
 <dl>
 <dt><u>Function Reference:</u> $multitable_row <b>row</b><i> $text 
$item_command</i>
-<a name="IDX228"></a>
+<a name="IDX230"></a>
 </dt>
 <dd><p>This function is used to format a multitable row. <var>$text</var> is
-the row text, with cells allready formatted with the <a name="IDX229"></a>
+the row text, with cells allready formatted with the <a name="IDX231"></a>
 <code>$cell</code>
 function reference. <var>$item_command</var> is the command used to introduce 
 the row, such that it is possible to distinguish between <code>@item</code> and
@@ -4318,7 +4324,7 @@
 </tr></table>
 <h3 class="subsection"> 7.11.2 Formatting of a whole table or list </h3>
 
-<p>If the Texinfo command is a key of the <a name="IDX230"></a>
+<p>If the Texinfo command is a key of the <a name="IDX232"></a>
 <code>%format_map</code>, the associated
 value is used to specify the formatting of the construct, otherwise a function 
 is called. 
@@ -4345,19 +4351,19 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $whole_table_list <b>table_list</b><i> $command 
$text</i>
-<a name="IDX231"></a>
+<a name="IDX233"></a>
 </dt>
 <dd><p><var>$command</var> is the Texinfo command name, <var>$text</var> is 
the formatted
 items.
 </p></dd></dl>
 
-<p>If you still want to use <a name="IDX232"></a>
+<p>If you still want to use <a name="IDX234"></a>
 <code>%format_map</code> but differently from 
 the default, it is possible to redefine the following function reference:
 </p>
 <dl>
 <dt><u>Function Reference:</u> $whole_table_list <b>format</b><i> $command 
$format $text</i>
-<a name="IDX233"></a>
+<a name="IDX235"></a>
 </dt>
 <dd><p><var>$command</var> is the @-command, <var>$format</var> is the entry 
associated with
 <var>$command</var> in <code>%format_map</code>. <var>$text</var> is the 
formatted items.
@@ -4417,7 +4423,7 @@
 </tr></table>
 <h3 class="subsection"> 7.12.1 Customizing the interpretation of a definition 
line </h3>
 
-<p>The keys of the hash <a name="IDX234"></a>
+<p>The keys of the hash <a name="IDX236"></a>
 <code>%def_map</code> are definition command names.
 There are two types of entries:
 </p>
@@ -4482,7 +4488,7 @@
 <dt> category name</dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $category <b>definition_category</b><i> 
$category_or_name $class $style</i>
-<a name="IDX235"></a>
+<a name="IDX237"></a>
 </dt>
 <dd><p>This function precise a category or an index entry name associating a 
class 
 <var>$class</var> (if given) with <var>$category_or_name</var>. The 
<var>$style</var> of the
@@ -4493,10 +4499,10 @@
 <dt> formatting of the definition line</dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $line <b>def_line</b><i> $category $name $type 
$arguments $index_label</i>
-<a name="IDX236"></a>
+<a name="IDX238"></a>
 </dt>
 <dd><p>This function formats the definition line. <var>$category</var> is the 
category
-formatted with <a name="IDX237"></a>
+formatted with <a name="IDX239"></a>
 <code>$definition_category</code>, <var>$name</var>, <var>$type</var> and 
 <var>arguments</var> are the element of the definition line. 
<var>$index_label</var> is
 the text inserted at the place where an index entry appears. 
@@ -4507,7 +4513,7 @@
 <dt> definition text</dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $definition_text <b>def_item</b><i> $text</i>
-<a name="IDX238"></a>
+<a name="IDX240"></a>
 </dt>
 <dd><p>This function formats the definition text, <var>$text</var>.
 </p></dd></dl>
@@ -4516,7 +4522,7 @@
 <dt> the whole definition</dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $definition <b>def</b><i> $text</i>
-<a name="IDX239"></a>
+<a name="IDX241"></a>
 </dt>
 <dd><p>This function formats the whole definition. The definition line and 
text 
 formatted by the above functions are in <var>$text</var>.
@@ -4550,7 +4556,7 @@
 with the corresponding function reference:
 </p><dl>
 <dt><u>Function Reference:</u> $heading_text <b>heading</b><i> 
\%element_reference</i>
-<a name="IDX240"></a>
+<a name="IDX242"></a>
 </dt>
 <dd><p>The <var>\%element_reference</var> is a reference on a hash 
corresponding
 with the sectioning element. The following keys are of interest:
@@ -4601,7 +4607,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $raw_region <b>raw</b><i> $command $text</i>
-<a name="IDX241"></a>
+<a name="IDX243"></a>
 </dt>
 <dd><p><var>$command</var> is the command name, <var>$text</var> is the raw 
text.
 </p></dd></dl>
@@ -4614,7 +4620,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $cartouche <b>cartouche</b><i> $text</i>
-<a name="IDX242"></a>
+<a name="IDX244"></a>
 </dt>
 <dd><p><var>$text</var> is the text appearing within the cartouche.
 </p></dd></dl>
@@ -4625,7 +4631,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $prepended_string 
<b>quotation_prepend_text</b><i> $text</i>
-<a name="IDX243"></a>
+<a name="IDX245"></a>
 </dt>
 <dd><p><var>$text</var> is the argument of the quotation with @-commands not 
 interpreted. This function
@@ -4637,7 +4643,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $quotation <b>quotation</b><i> $quotation_text 
$argument_text $argument_text_texi</i>
-<a name="IDX244"></a>
+<a name="IDX246"></a>
 </dt>
 <dd><p><var>$quotation_text</var> is the quotation text, formatted, with the 
text 
 prepended by the function above. <var>$argument_text</var> is the argument 
@@ -4676,7 +4682,7 @@
 part of the menu; 
 </li></ul>
 
-<p>The simple formatting is used if <a name="IDX245"></a>
+<p>The simple formatting is used if <a name="IDX247"></a>
 <code>$SIMPLE_MENU</code> is true, 
 otherwise the format with tables is used (this is the default).
 </p>
@@ -4776,7 +4782,7 @@
 different parts of a menu:
 </p><dl>
 <dt><u>Function Reference:</u> $link <b>menu_link</b><i> $section \%state 
$href $node $name $ending</i>
-<a name="IDX246"></a>
+<a name="IDX248"></a>
 </dt>
 <dd><p><var>$section</var> is the section name corresponding with the link, 
<var>$href</var>
 is the link hypertextual reference. <var>$href</var> may be absent. 
<var>\%state</var>
@@ -4790,7 +4796,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $description <b>menu_description</b><i> 
$description_text \%state</i>
-<a name="IDX247"></a>
+<a name="IDX249"></a>
 </dt>
 <dd><p><var>$description_text</var> is the text of the menu description. 
<var>\%state</var>
 should be used similarly than for the menu link.
@@ -4798,7 +4804,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $menu_comment <b>menu_comment</b><i> $text</i>
-<a name="IDX248"></a>
+<a name="IDX250"></a>
 </dt>
 <dd><p><var>$text</var> is the text of the menu comment. It is always in a 
preformatted 
 environment.
@@ -4811,7 +4817,7 @@
 specially, but treated like normal text.
 </p><dl>
 <dt><u>Function Reference:</u> $link <b>simple_menu_link</b><i> $link_text 
$href $node $name $ending</i>
-<a name="IDX249"></a>
+<a name="IDX251"></a>
 </dt>
 <dd><p><var>$link_text</var> is the text corresponding with the link name, 
<var>$href</var>
 is the link hypertextual reference.
@@ -4871,25 +4877,25 @@
 <h3 class="subsection"> 7.15.4 The formatting of the menu in a table </h3>
 
 <p>In the default case, the name of the section corresponding with the 
-node is used instead of the node name. If <a name="IDX250"></a>
+node is used instead of the node name. If <a name="IDX252"></a>
 <code>$NODE_NAME_IN_MENU</code> is 
-true, however, node names are used. If <a name="IDX251"></a>
+true, however, node names are used. If <a name="IDX253"></a>
 <code>$AVOID_MENU_REDUNDANCY</code>
 is true and menu entry equal menu description the description isn't printed.
 This is the default. Likewise, if node or section name equal entry name, 
 do not print entry name.
 </p>
-<p>A symbol, <a name="IDX252"></a>
+<p>A symbol, <a name="IDX254"></a>
 <code>$MENU_SYMBOL</code> is put at the beginning of menu entries
 when the node name is used. The default is <samp>`&amp;bull;'</samp>.
-If <a name="IDX253"></a>
+If <a name="IDX255"></a>
 <code>$UNNUMBERED_SYMBOL_IN_MENU</code> is true it is 
 also put at the beginning of unnumbered section names. This is not
 done by default.
 </p>
 <p>The menu comments are considered to be preformatted text. The style 
 associated with this preformatted text is determined by 
-<a name="IDX254"></a>
+<a name="IDX256"></a>
 <code>$MENU_PRE_STYLE</code>. Default is <samp>`font-family: serif'</samp>.
 The css class associated with menu comments is <code>menu-comments</code>.
 </p>
@@ -4898,7 +4904,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $menu <b>menu</b><i> $menu_components_text</i>
-<a name="IDX255"></a>
+<a name="IDX257"></a>
 </dt>
 <dd><p><var>$menu_components_text</var> is the formatted menu components text, 
obtained
 as explained above.
@@ -4966,7 +4972,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $target <b>index_entry_label</b><i> $identifier 
$preformatted</i>
-<a name="IDX256"></a>
+<a name="IDX258"></a>
 </dt>
 <dd><p><var>$identifier</var> should be used to create
 a target for links (typically associated with a name or id 
@@ -5004,7 +5010,7 @@
 and should be used to jump directly to a letter entry. Indices lists
 may be split across pages, thus the different letters may appear on different
 files. The number of index entries appearing on each page is determined
-by a variable <a name="IDX257"></a>
+by a variable <a name="IDX259"></a>
 <code>$SPLIT_INDEX</code> if set. The default is to split
 indices after 100 entries.
 </p>
@@ -5015,7 +5021,7 @@
 <dt> <em>formatting of a letter in a summary</em></dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $letter <b>summary_letter</b><i> $letter $file 
$identifier</i>
-<a name="IDX258"></a>
+<a name="IDX260"></a>
 </dt>
 <dd><p>This function is used to format a letter appearing in a summary, 
refering
 to a letter entry in the index list.
@@ -5030,7 +5036,7 @@
 <dt> <em>formatting of a summary</em></dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $summary <b>index_summary</b><i> address@hidden 
address@hidden</i>
-<a name="IDX259"></a>
+<a name="IDX261"></a>
 </dt>
 <dd><p><var>address@hidden</var> and <var>address@hidden</var> contain the
 formatted summary letters, formatted with the above function.
@@ -5040,7 +5046,7 @@
 <dt> <em>formatting of an index entry</em></dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $entry <b>index_entry</b><i> $entry_href 
$entry_text $section_href $section_heading</i>
-<a name="IDX260"></a>
+<a name="IDX262"></a>
 </dt>
 <dd><p><var>$entry_href</var> is a reference to the place where the index 
entry 
 appeared, <var>$entry_text</var> is the corresponding text. 
<var>$section_href</var>
@@ -5052,7 +5058,7 @@
 <dt> <em>formatting of letter entry</em></dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $letter_entry <b>index_letter</b><i> $letter 
$identifier $index_entries_text</i>
-<a name="IDX261"></a>
+<a name="IDX263"></a>
 </dt>
 <dd><p>This function formats a letter entry, consisting in all the index 
entries 
 beginning with this letter. <var>$letter</var> is the letter, 
<var>$identifier</var> 
@@ -5065,7 +5071,7 @@
 <dt> <em>formatting of whole index</em></dt>
 <dd><dl>
 <dt><u>Function Reference:</u> $index <b>print_index</b><i> $index_text 
$index_name</i>
-<a name="IDX262"></a>
+<a name="IDX264"></a>
 </dt>
 <dd><p><var>$index_text</var> is the text of all the index entries grouped by 
letter
 appearing in that page formatted as above. <var>index_name</var> is the name of
@@ -5174,7 +5180,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> (address@hidden, address@hidden) 
<b>caption_shortcaption</b><i> \%float address@hidden address@hidden</i>
-<a name="IDX263"></a>
+<a name="IDX265"></a>
 </dt>
 <dd><p><var>\%float</var> is the structure defined above. 
<var>address@hidden</var> and 
 <var>address@hidden</var> are references on arrays containing the 
@@ -5187,7 +5193,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $text <b>float</b><i> $float_text \%float 
$caption_text $shortcaption_text</i>
-<a name="IDX264"></a>
+<a name="IDX266"></a>
 </dt>
 <dd><p><var>$float_text</var> is the text appearing within the 
<code>@float</code>, formatted.
 <var>\%float</var> is still the structure defined above. 
<var>$caption_text</var> and
@@ -5222,7 +5228,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $style_texi_returned 
<b>listoffloats_style</b><i> $style_texi</i>
-<a name="IDX265"></a>
+<a name="IDX267"></a>
 </dt>
 <dd><p><var>$style_texi</var> is the <code>@listoffloats</code> argument with 
texinfo 
 @-commands kept. It is possible to make changes to the <var>$style_texi</var> 
and
@@ -5236,7 +5242,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $float_style_texi_returned 
<b>listoffloats_float_style</b><i> $style_texi \%float</i>
-<a name="IDX266"></a>
+<a name="IDX268"></a>
 </dt>
 <dd><p><var>$style_texi</var> is the style, and <var>\%float</var> is the 
structure described 
 above. This function reference returns a style to be formatted in the
@@ -5245,7 +5251,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $caption_texi_returned 
<b>listoffloats_caption</b><i> \%float</i>
-<a name="IDX267"></a>
+<a name="IDX269"></a>
 </dt>
 <dd><p><var>\%float</var> is the structure described 
 above. This function reference returns a caption to be formatted in the
@@ -5256,7 +5262,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $listoffloats_entry 
<b>listoffloats_entry</b><i> $style_texi \%float $float_style $caption $href</i>
-<a name="IDX268"></a>
+<a name="IDX270"></a>
 </dt>
 <dd><p><var>$style_texi</var> is the style with @-commands, 
<var>$float_style</var> is the
 style returned by the above function and formatted. <var>$caption</var> is the
@@ -5269,7 +5275,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $listoffloats <b>listoffloats</b><i> 
$style_texi $style address@hidden</i>
-<a name="IDX269"></a>
+<a name="IDX271"></a>
 </dt>
 <dd><p><var>$style_texi</var> is the style with @-commands, <var>$style</var> 
is the
 style returned by the above function and formatted. The array reference 
@@ -5308,7 +5314,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> (address@hidden $text_for_document) 
<b>foot_line_and_ref</b><i> $number_in_doc $number_in_page $footnote_id 
$place_id $document_file $footnote_file address@hidden \%state</i>
-<a name="IDX270"></a>
+<a name="IDX272"></a>
 </dt>
 <dd><p><var>$number_in_doc</var> is the footnote number in the whole document, 
 <var>$number_in_page</var> is the footnote number in the current page.
@@ -5341,7 +5347,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> <b>foot_section</b><i> address@hidden</i>
-<a name="IDX271"></a>
+<a name="IDX273"></a>
 </dt>
 <dd><p>This function formats a group of footnotes. <var>address@hidden</var> 
is a
 reference on an array holding the lines of all the footnote entries
@@ -5386,7 +5392,7 @@
 the interface to LaTeX2HTML 
 (see section <a href="#SEC16">Expanding <code>@tex</code> and 
<code>@math</code> regions using LaTeX2HTML</a>), and the examples are taken 
from that use.  
 </p>
-<p>The @-commands that are keys of the <a name="IDX272"></a>
+<p>The @-commands that are keys of the <a name="IDX274"></a>
 <code>%command_handler</code> hash 
 are collected in the collecting pass and expanded in the expansion
 pass using user defined functions. The associated value is a reference on
@@ -5412,7 +5418,7 @@
 </p>
 <dl>
 <dt><u>Function Reference:</u> $status 
<b>$command_handler{'$command'}</b><i>-&gt;{'init'} $command $text $count</i>
-<a name="IDX273"></a>
+<a name="IDX275"></a>
 </dt>
 <dd><p><var>$command</var> is the @-command name, <var>$text</var> is the text 
appearing 
 within the @-command. <var>$count</var> is a counter counting how many times
@@ -5423,7 +5429,7 @@
 
 <dl>
 <dt><u>Function Reference:</u> $result 
<b>$command_handler{'$command'}</b><i>-&gt;{'expand'} $command $count $state 
$text</i>
-<a name="IDX274"></a>
+<a name="IDX276"></a>
 </dt>
 <dd><p><var>$command</var> is the @-command name, <var>$count</var> is a 
counter counting 
 how many times this @-command appeared. <var>$state</var> is a reference on a 
@@ -5434,20 +5440,20 @@
 <p>There are three places for user defined functions, associated with arrays:
 </p><dl compact="compact">
 <dt> <code>@command_handler_init</code>
-<a name="IDX275"></a>
+<a name="IDX277"></a>
 </dt>
 <dd><p>The function references in that array are called before the collecting 
pass.
 At that time the information available is essentially the file names.
 </p></dd>
 <dt> <code>@command_handler_process</code> 
-<a name="IDX276"></a>
+<a name="IDX278"></a>
 </dt>
 <dd><p>The function references in that array are called between the collecting
 pass and the expansion pass. At that time all the special @-commands  
 have been collected as explained above but no output has been produced.
 </p></dd>
 <dt> <code>@command_handler_finish</code>
-<a name="IDX277"></a>
+<a name="IDX279"></a>
 </dt>
 <dd><p>he function references in that array are called after the end of the
 output generation.
@@ -5502,7 +5508,7 @@
 same function than the one used for unknown commands.
 </p>
 <p>Those special commands without braces are the key of a hash:
-<a name="IDX278"></a>
+<a name="IDX280"></a>
 <code>%misc_command</code>. The associated value is a reference on a
 hash enabling to set the properties of these commands. The
 keys of this hash reference is the name of a property, the value
@@ -5555,17 +5561,17 @@
 
 
 <p>Commands which don't appear in the hashes 
-<a name="IDX279"></a>
-<code>%simple_map</code>, <a name="IDX280"></a>
-<code>%simple_map_pre</code>,
 <a name="IDX281"></a>
+<code>%simple_map</code>, <a name="IDX282"></a>
+<code>%simple_map_pre</code>,
+<a name="IDX283"></a>
 <code>%simple_map_texi</code> and <code>%misc_command</code>, or that appear in
 <code>%misc_command</code> but with <code>keep</code> true are processed by 
the 
 following function reference:
 </p>
 <dl>
 <dt><u>Function Reference:</u> ($result_line, $result, $result_text, $message) 
<b>unknown</b><i> $command $line</i>
-<a name="IDX282"></a>
+<a name="IDX284"></a>
 </dt>
 <dd><p><var>$command</var> is the @-command, <var>$line</var> is the line 
following the 
 <var>$command</var>. <var>$result</var> is a boolean. If it is true then the 
other return
@@ -5577,16 +5583,16 @@
 </p></dd></dl>
 
 <p>Commands with braces not specified above 
-nor in <a name="IDX283"></a>
-<code>%style_map</code>, <a name="IDX284"></a>
+nor in <a name="IDX285"></a>
+<code>%style_map</code>, <a name="IDX286"></a>
 <code>%style_map_pre</code> and
-<a name="IDX285"></a>
+<a name="IDX287"></a>
 <code>%style_map_texi</code> are processed 
 by the following function reference
 </p>
 <dl>
 <dt><u>Function Reference:</u> ($result, $result_text, $message) 
<b>unknown_style</b><i> $command $text</i>
-<a name="IDX286"></a>
+<a name="IDX288"></a>
 </dt>
 <dd><p><var>$command</var> is the @-command, <var>$text</var> is the text 
appearing within 
 the braces (allready formatted). <var>$result</var> is a boolean. If it is 
true then
@@ -6098,7 +6104,7 @@
 <tr><td></td><td valign="top"><a 
href="#IDX64">l2h-l2h=<var>program</var></a></td><td valign="top"><a 
href="#SEC16">4.7 Expanding <code>@tex</code> and <code>@math</code> regions 
using LaTeX2HTML</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX66">l2h-tmp</a></td><td 
valign="top"><a href="#SEC16">4.7 Expanding <code>@tex</code> and 
<code>@math</code> regions using LaTeX2HTML</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX74">lang</a></td><td 
valign="top"><a href="#SEC17">4.8 Use initialization files for fine 
tuning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#IDX210">lang</a></td><td 
valign="top"><a href="#SEC60">7.6 Customizing strings written by 
<code>texi2html</code></a></td></tr>
+<tr><td></td><td valign="top"><a href="#IDX212">lang</a></td><td 
valign="top"><a href="#SEC60">7.6 Customizing strings written by 
<code>texi2html</code></a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX30">lang=<var>lang</var></a></td><td valign="top"><a 
href="#SEC13">4.4 Command line options related to Texinfo language 
features</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
 <tr><th><a name="SEC98_7">M</a></th><td></td><td></td></tr>
@@ -6206,153 +6212,155 @@
 <tr><td colspan="3"> <hr></td></tr>
 <tr><th><a name="SEC99_0">$</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX127"><code>$AFTER_BODY_OPEN</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX157"><code>$AFTER_OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX159"><code>$AFTER_TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX159"><code>$AFTER_OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX161"><code>$AFTER_TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX75"><code>$anchor</code></a></td><td valign="top"><a 
href="#SEC19">5.1 Redefining functions in initialization files</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX202"><code>$anchor</code></a></td><td valign="top"><a 
href="#SEC58">7.4 Formatting of special simple commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX251"><code>$AVOID_MENU_REDUNDANCY</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX156"><code>$BEFORE_OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX158"><code>$BEFORE_TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX204"><code>$anchor</code></a></td><td valign="top"><a 
href="#SEC58">7.4 Formatting of special simple commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX253"><code>$AVOID_MENU_REDUNDANCY</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX158"><code>$BEFORE_OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX160"><code>$BEFORE_TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX80"><code>$BIG_RULE</code></a></td><td valign="top"><a 
href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX114"><code>$BODYTEXT</code></a></td><td valign="top"><a 
href="#SEC36">6.5 Preparing the output</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX131"><code>$BODYTEXT</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a href="#IDX229"><code>$cell</code></a></td><td 
valign="top"><a href="#SEC70">7.11.1 Formatting individual table and list 
items</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX198"><code>$CLOSE_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC55">7.3.1 An interface for commands formatting with a hash 
reference</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX200"><code>$CLOSE_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC56">7.3.2 An interface for commands formatting with a 
string</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX221"><code>$complex_format_map</code></a></td><td valign="top"><a 
href="#SEC68">7.10 Formatting of complex formats (<code>@example</code>, 
<code>@display</code>&hellip;)</a></td></tr>
+<tr><td></td><td valign="top"><a href="#IDX231"><code>$cell</code></a></td><td 
valign="top"><a href="#SEC70">7.11.1 Formatting individual table and list 
items</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX200"><code>$CLOSE_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC55">7.3.1 An interface for commands formatting with a hash 
reference</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX202"><code>$CLOSE_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC56">7.3.2 An interface for commands formatting with a 
string</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX223"><code>$complex_format_map</code></a></td><td valign="top"><a 
href="#SEC68">7.10 Formatting of complex formats (<code>@example</code>, 
<code>@display</code>&hellip;)</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX120"><code>$CSS_LINES</code></a></td><td valign="top"><a 
href="#SEC38">6.7 Customizing the <code>texi2html</code> css lines</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX122"><code>$CSS_LINES</code></a></td><td valign="top"><a 
href="#SEC38">6.7 Customizing the <code>texi2html</code> css lines</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX124"><code>$CSS_LINES</code></a></td><td valign="top"><a 
href="#SEC38">6.7 Customizing the <code>texi2html</code> css lines</a></td></tr>
+<tr><td></td><td valign="top"><a href="#IDX144"><code>$DATE</code></a></td><td 
valign="top"><a href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX56"><code>$DEF_TABLE</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX78"><code>$DEFAULT_RULE</code></a></td><td valign="top"><a 
href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX237"><code>$definition_category</code></a></td><td valign="top"><a 
href="#SEC74">7.12.2 Customization of the definition formatting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX154"><code>$DO_CONTENTS</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX155"><code>$DO_SCONTENTS</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX239"><code>$definition_category</code></a></td><td valign="top"><a 
href="#SEC74">7.12.2 Customization of the definition formatting</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX156"><code>$DO_CONTENTS</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX157"><code>$DO_SCONTENTS</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX47"><code>$DOCTYPE</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX130"><code>$DOCUMENT_DESCRIPTION</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX128"><code>$DOCUMENT_ENCODING</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX129"><code>$ENCODING</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX179"><code>$EXTENSION</code></a></td><td valign="top"><a 
href="#SEC49">6.12 Customizing the file names</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX181"><code>$EXTENSION</code></a></td><td valign="top"><a 
href="#SEC49">6.12 Customizing the file names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX54"><code>$EXTERNAL_DIR</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX126"><code>$EXTRA_HEAD</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX39"><code>$FRAMES</code></a></td><td valign="top"><a 
href="#SEC14">4.5 Page layout related command line options</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX48"><code>$FRAMESET_DOCTYPE</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX84"><code>$ICONS</code></a></td><td 
valign="top"><a href="#SEC26">6.3.1 Controlling the navigation panel panel at a 
high level</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX183"><code>$IDX_SUMMARY</code></a></td><td valign="top"><a 
href="#SEC50">6.13 Generation of external files for index entries</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX185"><code>$IDX_SUMMARY</code></a></td><td valign="top"><a 
href="#SEC50">6.13 Generation of external files for index entries</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX82"><code>$INDEX_CHAPTER</code></a></td><td valign="top"><a 
href="#SEC24">Element labels</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX65"><code>$L2H_L2H</code></a></td><td valign="top"><a 
href="#SEC16">4.7 Expanding <code>@tex</code> and <code>@math</code> regions 
using LaTeX2HTML</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX67"><code>$L2H_TMP</code></a></td><td valign="top"><a 
href="#SEC16">4.7 Expanding <code>@tex</code> and <code>@math</code> regions 
using LaTeX2HTML</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX31"><code>$LANG</code></a></td><td 
valign="top"><a href="#SEC13">4.4 Command line options related to Texinfo 
language features</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX73"><code>$LANG</code></a></td><td 
valign="top"><a href="#SEC17">4.8 Use initialization files for fine 
tuning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#IDX211"><code>$LANG</code></a></td><td 
valign="top"><a href="#SEC60">7.6 Customizing strings written by 
<code>texi2html</code></a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX212"><code>$LANGUAGES</code></a></td><td valign="top"><a 
href="#SEC60">7.6 Customizing strings written by 
<code>texi2html</code></a></td></tr>
+<tr><td></td><td valign="top"><a href="#IDX213"><code>$LANG</code></a></td><td 
valign="top"><a href="#SEC60">7.6 Customizing strings written by 
<code>texi2html</code></a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX214"><code>$LANGUAGES</code></a></td><td valign="top"><a 
href="#SEC60">7.6 Customizing strings written by 
<code>texi2html</code></a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#SEC92"><code>$LANGUAGES</code></a></td><td valign="top"><a 
href="#SEC92">A.1 Translating strings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX254"><code>$MENU_PRE_STYLE</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX252"><code>$MENU_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX256"><code>$MENU_PRE_STYLE</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX254"><code>$MENU_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX79"><code>$MIDDLE_RULE</code></a></td><td valign="top"><a 
href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX24"><code>$NODE_FILES</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX180"><code>$NODE_FILES</code></a></td><td valign="top"><a 
href="#SEC49">6.12 Customizing the file names</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX250"><code>$NODE_NAME_IN_MENU</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX182"><code>$NODE_FILES</code></a></td><td valign="top"><a 
href="#SEC49">6.12 Customizing the file names</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX252"><code>$NODE_NAME_IN_MENU</code></a></td><td valign="top"><a 
href="#SEC81">7.15.4 The formatting of the menu in a table</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX60"><code>$NUMBER_SECTIONS</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX197"><code>$OPEN_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC55">7.3.1 An interface for commands formatting with a hash 
reference</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX199"><code>$OPEN_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC56">7.3.2 An interface for commands formatting with a 
string</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX199"><code>$OPEN_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC55">7.3.1 An interface for commands formatting with a hash 
reference</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX201"><code>$OPEN_QUOTE_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC56">7.3.2 An interface for commands formatting with a 
string</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX13"><code>$OUT</code></a></td><td 
valign="top"><a href="#SEC11">4.2 Setting output file and directory 
names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX142"><code>$PRE_BODY_CLOSE</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX16"><code>$PREFIX</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX145"><code>$print_chapter_footer</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX147"><code>$print_chapter_footer</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX135"><code>$print_chapter_header</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX143"><code>$print_foot_navigation</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX145"><code>$print_foot_navigation</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX132"><code>$print_head_navigation</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX176"><code>$print_misc</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX178"><code>$print_misc_footer</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX177"><code>$print_misc_header</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX147"><code>$print_page_foot</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX178"><code>$print_misc</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX180"><code>$print_misc_footer</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX179"><code>$print_misc_header</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX149"><code>$print_page_foot</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX134"><code>$print_page_head</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX146"><code>$print_section_footer</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX148"><code>$print_section_footer</code></a></td><td valign="top"><a 
href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX136"><code>$print_section_header</code></a></td><td valign="top"><a 
href="#SEC39">6.8 Customizing the page header</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX173"><code>$print_Top</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX175"><code>$print_Top_footer</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX174"><code>$print_Top_header</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX175"><code>$print_Top</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX177"><code>$print_Top_footer</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX176"><code>$print_Top_header</code></a></td><td valign="top"><a 
href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX41"><code>$SECTION_NAVIGATION</code></a></td><td valign="top"><a 
href="#SEC14">4.5 Page layout related command line options</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX85"><code>$SECTION_NAVIGATION</code></a></td><td valign="top"><a 
href="#SEC26">6.3.1 Controlling the navigation panel panel at a high 
level</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX43"><code>$SEPARATED_FOOTNOTES</code></a></td><td valign="top"><a 
href="#SEC14">4.5 Page layout related command line options</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX58"><code>$SHORT_REF</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX18"><code>$SHORTEXTN</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX29"><code>$SHOW_MENU</code></a></td><td valign="top"><a 
href="#SEC12">4.3 Specifying which regions get expanded</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX245"><code>$SIMPLE_MENU</code></a></td><td valign="top"><a 
href="#SEC77">7.15 Menu formatting</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX247"><code>$SIMPLE_MENU</code></a></td><td valign="top"><a 
href="#SEC77">7.15 Menu formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX77"><code>$SMALL_RULE</code></a></td><td valign="top"><a 
href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
 <tr><td></td><td valign="top"><a href="#IDX7"><code>$SPLIT</code></a></td><td 
valign="top"><a href="#SEC10">4.1 Specifying where to split the generated 
document</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX257"><code>$SPLIT_INDEX</code></a></td><td valign="top"><a 
href="#SEC84">7.16.2 Customizing the formatting of index lists</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX259"><code>$SPLIT_INDEX</code></a></td><td valign="top"><a 
href="#SEC84">7.16.2 Customizing the formatting of index lists</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#SEC92"><code>$T2H_OBSOLETE_STRINGS</code></a></td><td valign="top"><a 
href="#SEC92">A.1 Translating strings</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX93"><code>$Texi2HTML::NODE{Next}</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX108"><code>$Texi2HTML::OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC34">Section lines</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX164"><code>$Texi2HTML::OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX166"><code>$Texi2HTML::OVERVIEW</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX107"><code>$Texi2HTML::THIS_HEADER</code></a></td><td valign="top"><a 
href="#SEC34">Section lines</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX106"><code>$Texi2HTML::THIS_SECTION</code></a></td><td 
valign="top"><a href="#SEC34">Section lines</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX111"><code>$Texi2HTML::THIS_SECTION</code></a></td><td 
valign="top"><a href="#SEC35">6.4.3 Function usefull in page 
formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX109"><code>$Texi2HTML::TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC34">Section lines</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX163"><code>$Texi2HTML::TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX165"><code>$Texi2HTML::TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX22"><code>$TOC_FILE</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX62"><code>$TOC_LINKS</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX161"><code>$TOC_LIST_ATTRIBUTE</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX160"><code>$TOC_LIST_STYLE</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX163"><code>$TOC_LIST_ATTRIBUTE</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX162"><code>$TOC_LIST_STYLE</code></a></td><td valign="top"><a 
href="#SEC45">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX20"><code>$TOP_FILE</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX81"><code>$TOP_HEADING</code></a></td><td valign="top"><a 
href="#SEC24">Element labels</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX253"><code>$UNNUMBERED_SYMBOL_IN_MENU</code></a></td><td 
valign="top"><a href="#SEC81">7.15.4 The formatting of the menu in a 
table</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX255"><code>$UNNUMBERED_SYMBOL_IN_MENU</code></a></td><td 
valign="top"><a href="#SEC81">7.15.4 The formatting of the menu in a 
table</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX50"><code>$USE_ISO</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX9"><code>$USE_NODES</code></a></td><td valign="top"><a 
href="#SEC10">4.1 Specifying where to split the generated document</a></td></tr>
+<tr><td></td><td valign="top"><a href="#IDX143"><code>$USER</code></a></td><td 
valign="top"><a href="#SEC41">6.10 Customizing the page footer</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX83"><code>$VERTICAL_HEAD_NAVIGATION</code></a></td><td 
valign="top"><a href="#SEC26">6.3.1 Controlling the navigation panel panel at a 
high level</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX89"><code>$WORDS_IN_PAGE</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX90"><code>$WORDS_IN_PAGE</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX112"><code>$WORDS_IN_PAGE</code></a></td><td valign="top"><a 
href="#SEC35">6.4.3 Function usefull in page formatting</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
 <tr><th><a name="SEC99_1">%</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX196"><code>%accent_map</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX198"><code>%accent_map</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX95"><code>%ACTIVE_ICONS</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX117"><code>%BUTTONS_GOTO</code></a></td><td valign="top"><a 
href="#SEC36">6.5 Preparing the output</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX97"><code>%BUTTONS_NAME</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX116"><code>%BUTTONS_NAME</code></a></td><td valign="top"><a 
href="#SEC36">6.5 Preparing the output</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX272"><code>%command_handler</code></a></td><td valign="top"><a 
href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX274"><code>%command_handler</code></a></td><td valign="top"><a 
href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX119"><code>%css_map</code></a></td><td valign="top"><a 
href="#SEC38">6.7 Customizing the <code>texi2html</code> css lines</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX121"><code>%css_map</code></a></td><td valign="top"><a 
href="#SEC38">6.7 Customizing the <code>texi2html</code> css lines</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX234"><code>%def_map</code></a></td><td valign="top"><a 
href="#SEC73">7.12.1 Customizing the interpretation of a definition 
line</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX220"><code>%format_in_paragraph</code></a></td><td valign="top"><a 
href="#SEC67">7.9.2 Avoiding paragraphs in formats</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX230"><code>%format_map</code></a></td><td valign="top"><a 
href="#SEC71">7.11.2 Formatting of a whole table or list</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX236"><code>%def_map</code></a></td><td valign="top"><a 
href="#SEC73">7.12.1 Customizing the interpretation of a definition 
line</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX222"><code>%format_in_paragraph</code></a></td><td valign="top"><a 
href="#SEC67">7.9.2 Avoiding paragraphs in formats</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX232"><code>%format_map</code></a></td><td valign="top"><a 
href="#SEC71">7.11.2 Formatting of a whole table or list</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX234"><code>%format_map</code></a></td><td valign="top"><a 
href="#SEC71">7.11.2 Formatting of a whole table or list</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX104"><code>%main::value</code></a></td><td valign="top"><a 
href="#SEC33">Flags</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX105"><code>%main::value</code></a></td><td valign="top"><a 
href="#SEC33">Flags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX278"><code>%misc_command</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX280"><code>%misc_command</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX94"><code>%NAVIGATION_TEXT</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX115"><code>%NAVIGATION_TEXT</code></a></td><td valign="top"><a 
href="#SEC36">6.5 Preparing the output</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX216"><code>%paragraph_style</code></a></td><td valign="top"><a 
href="#SEC64">7.8 Commands used for centering and flushing of text</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX218"><code>%paragraph_style</code></a></td><td valign="top"><a 
href="#SEC64">7.8 Commands used for centering and flushing of text</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX96"><code>%PASSIVE_ICONS</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX191"><code>%pre_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX187"><code>%simple_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX279"><code>%simple_map</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX188"><code>%simple_map_pre</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX280"><code>%simple_map_pre</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX189"><code>%simple_map_texi</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX281"><code>%simple_map_texi</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX223"><code>%special_list_commands</code></a></td><td valign="top"><a 
href="#SEC70">7.11.1 Formatting individual table and list items</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX193"><code>%style_map</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX283"><code>%style_map</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX194"><code>%style_map_pre</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX284"><code>%style_map_pre</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX195"><code>%style_map_texi</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX285"><code>%style_map_texi</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX193"><code>%pre_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX189"><code>%simple_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX281"><code>%simple_map</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX190"><code>%simple_map_pre</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX282"><code>%simple_map_pre</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX191"><code>%simple_map_texi</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX283"><code>%simple_map_texi</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX225"><code>%special_list_commands</code></a></td><td valign="top"><a 
href="#SEC70">7.11.1 Formatting individual table and list items</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX195"><code>%style_map</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX285"><code>%style_map</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX196"><code>%style_map_pre</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX286"><code>%style_map_pre</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX197"><code>%style_map_texi</code></a></td><td valign="top"><a 
href="#SEC54">7.3 Customizing accent, style and other simple 
commands</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX287"><code>%style_map_texi</code></a></td><td valign="top"><a 
href="#SEC90">7.20 Customizing other commands, and unknown 
commands</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX100"><code>%Texi2HTML::HREF</code></a></td><td valign="top"><a 
href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX99"><code>%Texi2HTML::NAME</code></a></td><td valign="top"><a 
href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX102"><code>%Texi2HTML::NO_TEXI</code></a></td><td valign="top"><a 
href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX101"><code>%Texi2HTML::NODE</code></a></td><td valign="top"><a 
href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX103"><code>%Texi2HTML::THISDOC</code></a></td><td valign="top"><a 
href="#SEC32">Global strings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX192"><code>%texi_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX190"><code>%things_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX194"><code>%texi_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX192"><code>%things_map</code></a></td><td valign="top"><a 
href="#SEC53">7.2 Customizing the formatting of commands without 
argument</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
 <tr><th><a name="SEC99_2">@</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX91"><code>@CHAPTER_BUTTONS</code></a></td><td valign="top"><a 
href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX277"><code>@command_handler_finish</code></a></td><td valign="top"><a 
href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX275"><code>@command_handler_init</code></a></td><td valign="top"><a 
href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX276"><code>@command_handler_process</code></a></td><td 
valign="top"><a href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX279"><code>@command_handler_finish</code></a></td><td valign="top"><a 
href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX277"><code>@command_handler_init</code></a></td><td valign="top"><a 
href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX278"><code>@command_handler_process</code></a></td><td 
valign="top"><a href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX52"><code>@CSS_FILES</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX27"><code>@EXPAND</code></a></td><td valign="top"><a 
href="#SEC12">4.3 Specifying which regions get expanded</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX37"><code>@INCLUDE_DIRS</code></a></td><td valign="top"><a 
href="#SEC13">4.4 Command line options related to Texinfo language 
features</a></td></tr>
@@ -6686,7 +6694,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>November, 14 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.77</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>November, 29 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -6788,7 +6796,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>November, 14 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.77</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>November, 29 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
  </font>
  <br>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]