/[texi2html]/texi2html/doc/texi2html.html
ViewVC logotype

Diff of /texi2html/doc/texi2html.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by pertusus, Mon Nov 14 11:14:01 2005 UTC revision 1.30 by pertusus, Tue Nov 29 19:04:25 2005 UTC
# Line 31  conditions for modified versions, except Line 31  conditions for modified versions, except
31  permission notice may be stated in a translation approved  permission notice may be stated in a translation approved
32  by the Free Software Foundation.  by the Free Software Foundation.
33   -->   -->
34  <!-- Created on November, 14 2005 by texi2html 1.77 -->  <!-- Created on November, 29 2005 by texi2html @PACKAGE_VERSION@ -->
35  <!--  <!--
36  Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)  Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
37              Karl Berry  <karl@freefriends.org>              Karl Berry  <karl@freefriends.org>
# Line 48  Send bugs and suggestions to <texi2html- Line 48  Send bugs and suggestions to <texi2html-
48  <meta name="keywords" content="Texi2HTML &ndash; Texinfo to HTML v1.77: Texi2HTML">  <meta name="keywords" content="Texi2HTML &ndash; Texinfo to HTML v1.77: Texi2HTML">
49  <meta name="resource-type" content="document">  <meta name="resource-type" content="document">
50  <meta name="distribution" content="global">  <meta name="distribution" content="global">
51  <meta name="Generator" content="texi2html 1.77">  <meta name="Generator" content="texi2html @PACKAGE_VERSION@">
52  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
53  <style type="text/css">  <style type="text/css">
54  <!--  <!--
# Line 2434  element with the variable <a name="IDX14 Line 2434  element with the variable <a name="IDX14
2434  by default.  by default.
2435  </p>  </p>
2436    
2437    <p>A user name and  a date are collected to be output in the footer.
2438    You can change them by defining <a name="IDX143"></a>
2439    <code>$USER</code> and <a name="IDX144"></a>
2440    <code>$DATE</code>
2441    in the initialization file.
2442    </p>
2443  <p>The default functions call the function associated with  <p>The default functions call the function associated with
2444  <a name="IDX143"></a>  <a name="IDX145"></a>
2445  <code>$print_foot_navigation</code> to format the navigation panel for the  <code>$print_foot_navigation</code> to format the navigation panel for the
2446  page footer. Thus you can control parts of the formatting by  page footer. Thus you can control parts of the formatting by
2447  redefining the function reference.  redefining the function reference.
2448  </p>  </p>
2449  <dl>  <dl>
2450  <dt><u>Function Reference:</u> <b>print_foot_navigation</b><i> $filehandle \@buttons</i>  <dt><u>Function Reference:</u> <b>print_foot_navigation</b><i> $filehandle \@buttons</i>
2451  <a name="IDX144"></a>  <a name="IDX146"></a>
2452  </dt>  </dt>
2453  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2454  <var>\@buttons</var> is an array reference which should hold the specification of  <var>\@buttons</var> is an array reference which should hold the specification of
# Line 2451  the buttons for the navigation panel. Line 2457  the buttons for the navigation panel.
2457    
2458  <p>If you want even more control, you can have full control the page footer  <p>If you want even more control, you can have full control the page footer
2459  formatting by redefining three function references.  formatting by redefining three function references.
2460  The function associated with <a name="IDX145"></a>  The function associated with <a name="IDX147"></a>
2461  <code>$print_chapter_footer</code> is called  <code>$print_chapter_footer</code> is called
2462  if the document is split at chapters, or the function associated with  if the document is split at chapters, or the function associated with
2463  <a name="IDX146"></a>  <a name="IDX148"></a>
2464  <code>$print_section_footer</code> is called if the document is split at sections.  <code>$print_section_footer</code> is called if the document is split at sections.
2465   After that the function associated   After that the function associated
2466  with <a name="IDX147"></a>  with <a name="IDX149"></a>
2467  <code>$print_page_foot</code> is called.  <code>$print_page_foot</code> is called.
2468  </p>  </p>
2469  <dl>  <dl>
2470  <dt><u>Function Reference:</u> <b>print_page_foot</b><i> $filehandle</i>  <dt><u>Function Reference:</u> <b>print_page_foot</b><i> $filehandle</i>
2471  <a name="IDX148"></a>  <a name="IDX150"></a>
2472  </dt>  </dt>
2473  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2474  This function should print the page foot, including the <code>&lt;/body&gt;</code>  This function should print the page foot, including the <code>&lt;/body&gt;</code>
# Line 2471  element. Line 2477  element.
2477    
2478  <dl>  <dl>
2479  <dt><u>Function Reference:</u> <b>print_chapter_footer</b><i> $filehandle</i>  <dt><u>Function Reference:</u> <b>print_chapter_footer</b><i> $filehandle</i>
2480  <a name="IDX149"></a>  <a name="IDX151"></a>
2481  </dt>  </dt>
2482  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2483  This function is called if the document is split at chapters, before  This function is called if the document is split at chapters, before
# Line 2480  This function is called if the document Line 2486  This function is called if the document
2486    
2487  <dl>  <dl>
2488  <dt><u>Function Reference:</u> <b>print_section_footer</b><i> $filehandle</i>  <dt><u>Function Reference:</u> <b>print_section_footer</b><i> $filehandle</i>
2489  <a name="IDX150"></a>  <a name="IDX152"></a>
2490  </dt>  </dt>
2491  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2492  This function is called if the document is split at sections, before  This function is called if the document is split at sections, before
# Line 2577  function references are: Line 2583  function references are:
2583  </p>  </p>
2584  <dl>  <dl>
2585  <dt><u>Function Reference:</u> <b>print_Top_header</b><i> $filehandle $begin_page</i>  <dt><u>Function Reference:</u> <b>print_Top_header</b><i> $filehandle $begin_page</i>
2586  <a name="IDX151"></a>  <a name="IDX153"></a>
2587  </dt>  </dt>
2588  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2589  <var>$begin_page</var> is true if the element is the first in a page.  <var>$begin_page</var> is true if the element is the first in a page.
# Line 2587  the top element text hasn't been parsed. Line 2593  the top element text hasn't been parsed.
2593    
2594  <dl>  <dl>
2595  <dt><u>Function Reference:</u> <b>print_Top</b><i> $filehandle $has_top_heading</i>  <dt><u>Function Reference:</u> <b>print_Top</b><i> $filehandle $has_top_heading</i>
2596  <a name="IDX152"></a>  <a name="IDX154"></a>
2597  </dt>  </dt>
2598  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2599  <var>$has_top_heading</var> is true if there is a <code>@heading</code> command or  <var>$has_top_heading</var> is true if there is a <code>@heading</code> command or
# Line 2598  panel. Line 2604  panel.
2604    
2605  <dl>  <dl>
2606  <dt><u>Function Reference:</u> <b>print_Top_footer</b><i> $filehandle $end_page</i>  <dt><u>Function Reference:</u> <b>print_Top_footer</b><i> $filehandle $end_page</i>
2607  <a name="IDX153"></a>  <a name="IDX155"></a>
2608  </dt>  </dt>
2609  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.  <dd><p><var>$filehandle</var> is the opened filehandle the function should write to.
2610  <var>$end_page</var> is true if the element is the last in a page.  <var>$end_page</var> is true if the element is the last in a page.
# Line 2630  and short table of contents: Line 2636  and short table of contents:
2636  </p>  </p>
2637  <dl compact="compact">  <dl compact="compact">
2638  <dt> <code>$DO_CONTENTS</code>  <dt> <code>$DO_CONTENTS</code>
2639  <a name="IDX154"></a>  <a name="IDX156"></a>
2640  </dt>  </dt>
2641  <dd><p>If the variable is true a table of contents is done even if there is no  <dd><p>If the variable is true a table of contents is done even if there is no
2642  <code>@contents</code> command.  <code>@contents</code> command.
2643  </p></dd>  </p></dd>
2644  <dt> <code>$DO_SCONTENTS</code>  <dt> <code>$DO_SCONTENTS</code>
2645  <a name="IDX155"></a>  <a name="IDX157"></a>
2646  </dt>  </dt>
2647  <dd><p>If the variable is true a short table of contents is done even if there is no  <dd><p>If the variable is true a short table of contents is done even if there is no
2648  <code>@summarycontents</code> command.  <code>@summarycontents</code> command.
2649  </p></dd>  </p></dd>
2650  <dt> <code>$BEFORE_OVERVIEW</code>  <dt> <code>$BEFORE_OVERVIEW</code>
2651  <a name="IDX156"></a>  <a name="IDX158"></a>
2652  </dt>  </dt>
2653  <dd><p>The variable value is inserted before the short table of contents text.  <dd><p>The variable value is inserted before the short table of contents text.
2654  </p></dd>  </p></dd>
2655  <dt> <code>$AFTER_OVERVIEW</code>  <dt> <code>$AFTER_OVERVIEW</code>
2656  <a name="IDX157"></a>  <a name="IDX159"></a>
2657  </dt>  </dt>
2658  <dd><p>The variable value is inserted after the short table of contents text.  <dd><p>The variable value is inserted after the short table of contents text.
2659  </p></dd>  </p></dd>
2660  <dt> <code>$BEFORE_TOC_LINES</code>  <dt> <code>$BEFORE_TOC_LINES</code>
2661  <a name="IDX158"></a>  <a name="IDX160"></a>
2662  </dt>  </dt>
2663  <dd><p>The variable value is inserted before the table of contents text.  <dd><p>The variable value is inserted before the table of contents text.
2664  </p></dd>  </p></dd>
2665  <dt> <code>$AFTER_TOC_LINES</code>  <dt> <code>$AFTER_TOC_LINES</code>
2666  <a name="IDX159"></a>  <a name="IDX161"></a>
2667  </dt>  </dt>
2668  <dd><p>The variable value is inserted after the table of contents text.  <dd><p>The variable value is inserted after the table of contents text.
2669  </p></dd>  </p></dd>
2670  <dt> <code>$TOC_LIST_STYLE</code>  <dt> <code>$TOC_LIST_STYLE</code>
2671  <a name="IDX160"></a>  <a name="IDX162"></a>
2672  </dt>  </dt>
2673  <dd><p>This should contain a css style used for the list style if the tables of  <dd><p>This should contain a css style used for the list style if the tables of
2674  content are formatted with a list.  content are formatted with a list.
2675  </p></dd>  </p></dd>
2676  <dt> <code>$TOC_LIST_ATTRIBUTE</code>  <dt> <code>$TOC_LIST_ATTRIBUTE</code>
2677  <a name="IDX161"></a>  <a name="IDX163"></a>
2678  </dt>  </dt>
2679  <dd><p>This should contain an attribute text used for the list element if the tables of  <dd><p>This should contain an attribute text used for the list element if the tables of
2680  content are formatted with a list.  content are formatted with a list.
# Line 2681  function reference: Line 2687  function reference:
2687  </p>  </p>
2688  <dl>  <dl>
2689  <dt><u>Function Reference:</u> <b>toc_body</b><i> \@elements </i>  <dt><u>Function Reference:</u> <b>toc_body</b><i> \@elements </i>
2690  <a name="IDX162"></a>  <a name="IDX164"></a>
2691  </dt>  </dt>
2692  <dd><p><var>\@elements</var> is an array reference contining informations about  <dd><p><var>\@elements</var> is an array reference contining informations about
2693  all the elements of the document. Each of the entry of this array is an hash  all the elements of the document. Each of the entry of this array is an hash
# Line 2718  in case the document is split, Line 2724  in case the document is split,
2724    
2725  <p>This function doesn't return anything but should fill the array corresponding  <p>This function doesn't return anything but should fill the array corresponding
2726  with the  with the
2727  <a name="IDX163"></a>  <a name="IDX165"></a>
2728  <code>$Texi2HTML::TOC_LINES</code> and  <code>$Texi2HTML::TOC_LINES</code> and
2729  <a name="IDX164"></a>  <a name="IDX166"></a>
2730  <code>$Texi2HTML::OVERVIEW</code> references with the table of contents and short  <code>$Texi2HTML::OVERVIEW</code> references with the table of contents and short
2731  table of contents.  table of contents.
2732  </p>  </p>
# Line 2810  function reference: Line 2816  function reference:
2816  </p>  </p>
2817  <dl>  <dl>
2818  <dt><u>Function Reference:</u> $about_text <b>print_about</b>  <dt><u>Function Reference:</u> $about_text <b>print_about</b>
2819  <a name="IDX165"></a>  <a name="IDX167"></a>
2820  </dt>  </dt>
2821  <dd><p>This function should return the about text.  <dd><p>This function should return the about text.
2822  </p></dd></dl>  </p></dd></dl>
# Line 2842  The associated function reference is cal Line 2848  The associated function reference is cal
2848  </p>  </p>
2849  <dl compact="compact">  <dl compact="compact">
2850  <dt> <code>print_Top</code>  <dt> <code>print_Top</code>
2851  <a name="IDX166"></a>  <a name="IDX168"></a>
2852  </dt>  </dt>
2853  <dt> <code>print_Top_header</code>  <dt> <code>print_Top_header</code>
2854  <a name="IDX167"></a>  <a name="IDX169"></a>
2855  </dt>  </dt>
2856  <dt> <code>print_Top_footer</code>  <dt> <code>print_Top_footer</code>
2857  <a name="IDX168"></a>  <a name="IDX170"></a>
2858  </dt>  </dt>
2859  <dd><p>Formatting of top element page or section. It is also used for the formatting  <dd><p>Formatting of top element page or section. It is also used for the formatting
2860  of the top element text (see section <a href="#SEC44">Top element text formatting</a>).  of the top element text (see section <a href="#SEC44">Top element text formatting</a>).
2861  </p></dd>  </p></dd>
2862  <dt> <code>print_Toc</code>  <dt> <code>print_Toc</code>
2863  <a name="IDX169"></a>  <a name="IDX171"></a>
2864  </dt>  </dt>
2865  <dd><p>Formatting of table of contents page or section  <dd><p>Formatting of table of contents page or section
2866  </p></dd>  </p></dd>
2867  <dt> <code>print_Overview</code>  <dt> <code>print_Overview</code>
2868  <a name="IDX170"></a>  <a name="IDX172"></a>
2869  </dt>  </dt>
2870  <dd><p>Formatting of short table of contents page or section  <dd><p>Formatting of short table of contents page or section
2871  </p></dd>  </p></dd>
2872  <dt> <code>print_About</code>  <dt> <code>print_About</code>
2873  <a name="IDX171"></a>  <a name="IDX173"></a>
2874  </dt>  </dt>
2875  <dd><p>Formatting of about (help) page or section  <dd><p>Formatting of about (help) page or section
2876  </p></dd>  </p></dd>
2877  <dt> <code>print_Footnotes</code>  <dt> <code>print_Footnotes</code>
2878  <a name="IDX172"></a>  <a name="IDX174"></a>
2879  </dt>  </dt>
2880  <dd><p>Formatting of footnotes section or page in case footnotes are on a  <dd><p>Formatting of footnotes section or page in case footnotes are on a
2881  separated page or the document isn't split.  separated page or the document isn't split.
2882  </p></dd>  </p></dd>
2883  </dl>  </dl>
2884    
2885  <p>In the default case, <a name="IDX173"></a>  <p>In the default case, <a name="IDX175"></a>
2886  <code>$print_Top</code> calls <a name="IDX174"></a>  <code>$print_Top</code> calls <a name="IDX176"></a>
2887  <code>$print_Top_header</code> for  <code>$print_Top_header</code> for
2888  the header and <a name="IDX175"></a>  the header and <a name="IDX177"></a>
2889  <code>$print_Top_footer</code> for the footer of top element.  <code>$print_Top_footer</code> for the footer of top element.
2890  All the other function call <a name="IDX176"></a>  All the other function call <a name="IDX178"></a>
2891  <code>$print_misc</code> which in turn calls  <code>$print_misc</code> which in turn calls
2892  <a name="IDX177"></a>  <a name="IDX179"></a>
2893  <code>$print_misc_header</code> for the headers and  <a name="IDX178"></a>  <code>$print_misc_header</code> for the headers and  <a name="IDX180"></a>
2894  <code>$print_misc_footer</code>  <code>$print_misc_footer</code>
2895  for the footers.  for the footers.
2896  </p>  </p>
# Line 2911  for the footers. Line 2917  for the footers.
2917    
2918  <p>It is possible to specify the file names with more control than with the  <p>It is possible to specify the file names with more control than with the
2919  command line options (see section <a href="#SEC11">Setting output file and directory names</a>).  command line options (see section <a href="#SEC11">Setting output file and directory names</a>).
2920  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>
2921  <code>$EXTENSION</code>  <code>$EXTENSION</code>
2922  value.  value.
2923  Two function references enable  Two function references enable
2924  further customization. One is usefull in case <a name="IDX180"></a>  further customization. One is usefull in case <a name="IDX182"></a>
2925  <code>$NODE_FILES</code> is true  <code>$NODE_FILES</code> is true
2926  and it is used to customize the node file name itself and is also used  and it is used to customize the node file name itself and is also used
2927  to produce a file name with a redirection leading to the node file.  to produce a file name with a redirection leading to the node file.
2928  </p>  </p>
2929  <dl>  <dl>
2930  <dt><u>Function Reference:</u> ($node_file $redirection_node_file) <b>node_file_name</b><i> $node</i>  <dt><u>Function Reference:</u> ($node_file $redirection_node_file) <b>node_file_name</b><i> $node</i>
2931  <a name="IDX181"></a>  <a name="IDX183"></a>
2932  </dt>  </dt>
2933  <dd><p><var>$node</var> is a hash reference with the following interesting keys (there  <dd><p><var>$node</var> is a hash reference with the following interesting keys (there
2934  are much more keys):  are much more keys):
# Line 2943  customize the file names associated with Line 2949  customize the file names associated with
2949  name of the file associated with the special elements.  name of the file associated with the special elements.
2950  </p><dl>  </p><dl>
2951  <dt><u>Function Reference:</u> $file <b>element_file_name</b><i> $element $type $docu_name</i>  <dt><u>Function Reference:</u> $file <b>element_file_name</b><i> $element $type $docu_name</i>
2952  <a name="IDX182"></a>  <a name="IDX184"></a>
2953  </dt>  </dt>
2954  <dd><p><var>$element</var> is undefined for the special elements (about, overview,  <dd><p><var>$element</var> is undefined for the special elements (about, overview,
2955  table of contents, footnotes).  table of contents, footnotes).
# Line 2999  The result is the element or special ele Line 3005  The result is the element or special ele
3005  <p>Within the document, <code>@printindex</code> commands are expanded as explained  <p>Within the document, <code>@printindex</code> commands are expanded as explained
3006  in <a href="#SEC84">Customizing the formatting of index lists</a>. In case you want to do something special with index  in <a href="#SEC84">Customizing the formatting of index lists</a>. In case you want to do something special with index
3007  entries, outside of the document, you should first set the variable  entries, outside of the document, you should first set the variable
3008  <a name="IDX183"></a>  <a name="IDX185"></a>
3009  <code>$IDX_SUMMARY</code> true. After that some function reference will be called  <code>$IDX_SUMMARY</code> true. After that some function reference will be called
3010  for each non empty index. For each index there are 3 function  for each non empty index. For each index there are 3 function
3011  references, one called for initialization, one called for each index entry  references, one called for initialization, one called for each index entry
# Line 3007  and the last one called for finalazation Line 3013  and the last one called for finalazation
3013  </p>  </p>
3014  <dl>  <dl>
3015  <dt><u>Function Reference:</u> <b>index_summary_file_begin</b><i> $index_name $is_printed</i>  <dt><u>Function Reference:</u> <b>index_summary_file_begin</b><i> $index_name $is_printed</i>
3016  <a name="IDX184"></a>  <a name="IDX186"></a>
3017  </dt>  </dt>
3018  <dd><p><var>$index_name</var> is the two letters name for the index.  <dd><p><var>$index_name</var> is the two letters name for the index.
3019  This function  This function
# Line 3019  appearing in the document, before Line 3025  appearing in the document, before
3025    
3026  <dl>  <dl>
3027  <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>  <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>
3028  <a name="IDX185"></a>  <a name="IDX187"></a>
3029  </dt>  </dt>
3030  <dd><p>This function is called for each entry of an index. <var>index_name</var> is the  <dd><p>This function is called for each entry of an index. <var>index_name</var> is the
3031  name of the index. <var>$entry_text</var> is the entry in plain text,  name of the index. <var>$entry_text</var> is the entry in plain text,
# Line 3035  beginning of the element containing the Line 3041  beginning of the element containing the
3041    
3042  <dl>  <dl>
3043  <dt><u>Function Reference:</u> <b>index_summary_file_end</b><i> $index_name $is_printed</i>  <dt><u>Function Reference:</u> <b>index_summary_file_end</b><i> $index_name $is_printed</i>
3044  <a name="IDX186"></a>  <a name="IDX188"></a>
3045  </dt>  </dt>
3046  <dd><p><var>$index_name</var> is the two letters name for the index. This function  <dd><p><var>$index_name</var> is the two letters name for the index. This function
3047  is called for each index appearing in the document, after  is called for each index appearing in the document, after
# Line 3193  command names, the associated value is t Line 3199  command names, the associated value is t
3199  </p><table>  </p><table>
3200  <tr><td><p> command type </p></td><td><p> normal text </p></td><td><p> preformatted text </p></td><td><p> string  <tr><td><p> command type </p></td><td><p> normal text </p></td><td><p> preformatted text </p></td><td><p> string
3201  </p></td></tr>  </p></td></tr>
3202  <tr><td><p> one nonlettered character </p></td><td> <a name="IDX187"></a>  <tr><td><p> one nonlettered character </p></td><td> <a name="IDX189"></a>
3203  <p><code>%simple_map</code> </p></td><td> <a name="IDX188"></a>  <p><code>%simple_map</code> </p></td><td> <a name="IDX190"></a>
3204  <p><code>%simple_map_pre</code> </p></td><td> <a name="IDX189"></a>  <p><code>%simple_map_pre</code> </p></td><td> <a name="IDX191"></a>
3205  <p><code>%simple_map_texi</code>  <p><code>%simple_map_texi</code>
3206  </p></td></tr>  </p></td></tr>
3207  <tr><td><p> nothing in braces </p></td><td> <a name="IDX190"></a>  <tr><td><p> nothing in braces </p></td><td> <a name="IDX192"></a>
3208  <p><code>%things_map</code> </p></td><td> <a name="IDX191"></a>  <p><code>%things_map</code> </p></td><td> <a name="IDX193"></a>
3209  <p><code>%pre_map</code> </p></td><td> <a name="IDX192"></a>  <p><code>%pre_map</code> </p></td><td> <a name="IDX194"></a>
3210  <p><code>%texi_map</code>  <p><code>%texi_map</code>
3211  </p></td></tr>  </p></td></tr>
3212  </table>  </table>
# Line 3240  commands taking argument (<code>@'</code Line 3246  commands taking argument (<code>@'</code
3246  and miscalleneous commands (<code>@email</code>, <code>@verb</code>, <code>@w</code>,  and miscalleneous commands (<code>@email</code>, <code>@verb</code>, <code>@w</code>,
3247  <code>@uref</code>, <code>@math</code>, <code>@asis</code>) is controlled by two hash in the  <code>@uref</code>, <code>@math</code>, <code>@asis</code>) is controlled by two hash in the
3248  default case,  default case,
3249  <a name="IDX193"></a>  <a name="IDX195"></a>
3250  <code>%style_map</code> for normal context, <a name="IDX194"></a>  <code>%style_map</code> for normal context, <a name="IDX196"></a>
3251  <code>%style_map_pre</code> for  <code>%style_map_pre</code> for
3252  preformatted context and <a name="IDX195"></a>  preformatted context and <a name="IDX197"></a>
3253  <code>%style_map_texi</code> in string context.  <code>%style_map_texi</code> in string context.
3254  </p>  </p>
3255  <p>The key of the hashes are the command names. There are two possibilities for  <p>The key of the hashes are the command names. There are two possibilities for
# Line 3259  can define your own. Line 3265  can define your own.
3265  <li>  <li>
3266  The nonlettered accent commands which following character is considered  The nonlettered accent commands which following character is considered
3267  to be the argument (like in <code>@`a</code>) should be keys of the  to be the argument (like in <code>@`a</code>) should be keys of the
3268  hash <a name="IDX196"></a>  hash <a name="IDX198"></a>
3269  <code>%accent_map</code> hash, even if no value is associated.  <code>%accent_map</code> hash, even if no value is associated.
3270  </li><li>  </li><li>
3271  <code>@math</code> is handled differently if LaTeX2HTML is used.  <code>@math</code> is handled differently if LaTeX2HTML is used.
# Line 3366  Thus <code>elem class=&quot;elem&quot;</ Line 3372  Thus <code>elem class=&quot;elem&quot;</
3372  <dt> <samp>`quotes'</samp></dt>  <dt> <samp>`quotes'</samp></dt>
3373  <dd>  <dd>
3374  <p>If the corresponding value is true, the result is  <p>If the corresponding value is true, the result is
3375  enclosed in quotes <a name="IDX197"></a>  enclosed in quotes <a name="IDX199"></a>
3376  <code>$OPEN_QUOTE_SYMBOL</code> and  <code>$OPEN_QUOTE_SYMBOL</code> and
3377  <a name="IDX198"></a>  <a name="IDX200"></a>
3378  <code>$CLOSE_QUOTE_SYMBOL</code>, with defaults  <code>$CLOSE_QUOTE_SYMBOL</code>, with defaults
3379  <samp>``'</samp> and <samp>`''</samp>.  <samp>``'</samp> and <samp>`''</samp>.
3380  </p>  </p>
# Line 3427  of the @-command. Line 3433  of the @-command.
3433  <p>The keys of the hashes are the command names. The value determine  <p>The keys of the hashes are the command names. The value determine
3434  how the command argument  how the command argument
3435  is formatted. If the value begins with <samp>`&quot;'</samp>, the result is  is formatted. If the value begins with <samp>`&quot;'</samp>, the result is
3436  enclosed in quotes <a name="IDX199"></a>  enclosed in quotes <a name="IDX201"></a>
3437  <code>$OPEN_QUOTE_SYMBOL</code> and  <code>$OPEN_QUOTE_SYMBOL</code> and
3438  <a name="IDX200"></a>  <a name="IDX202"></a>
3439  <code>$CLOSE_QUOTE_SYMBOL</code>, with defaults  <code>$CLOSE_QUOTE_SYMBOL</code>, with defaults
3440  <samp>``'</samp> and <samp>`''</samp>.  <samp>``'</samp> and <samp>`''</samp>.
3441  </p>  </p>
# Line 3504  are processed by redefining the followin Line 3510  are processed by redefining the followin
3510  </p>  </p>
3511  <dl>  <dl>
3512  <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>  <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>
3513  <a name="IDX201"></a>  <a name="IDX203"></a>
3514  </dt>  </dt>
3515  <dd><p><var>$command</var> is the @-command, <var>$style</var> is the value associated with  <dd><p><var>$command</var> is the @-command, <var>$style</var> is the value associated with
3516  the <var>$command</var> in the <code>%style_map</code>, <code>%style_map_pre</code>  the <var>$command</var> in the <code>%style_map</code>, <code>%style_map_pre</code>
# Line 3556  the @-command being formatted. Line 3562  the @-command being formatted.
3562  customize the output, the corresponding function references should be  customize the output, the corresponding function references should be
3563  redefined. All these functions return a formatted text.  redefined. All these functions return a formatted text.
3564  </p>  </p>
3565  <p>The formatting of anchors is controlled by <a name="IDX202"></a>  <p>The formatting of anchors is controlled by <a name="IDX204"></a>
3566  <code>$anchor</code>, but the function  <code>$anchor</code>, but the function
3567  associated with the function reference does more, it is usefull  associated with the function reference does more, it is usefull
3568  to produce a reference target or link.  to produce a reference target or link.
3569  </p><dl>  </p><dl>
3570  <dt><u>Function Reference:</u> $anchor <b>anchor</b><i> $identifier $href $text $attributes</i>  <dt><u>Function Reference:</u> $anchor <b>anchor</b><i> $identifier $href $text $attributes</i>
3571  <a name="IDX203"></a>  <a name="IDX205"></a>
3572  </dt>  </dt>
3573  <dd><p>If <var>$identifier</var> is not empty, this value should be used to create  <dd><p>If <var>$identifier</var> is not empty, this value should be used to create
3574  a target for links (typically associated with a name or id  a target for links (typically associated with a name or id
# Line 3580  It should be reasonable to assume that t Line 3586  It should be reasonable to assume that t
3586  <p>The formatting of <code>@image</code> is controlled by:  <p>The formatting of <code>@image</code> is controlled by:
3587  </p><dl>  </p><dl>
3588  <dt><u>Function Reference:</u> $image <b>image</b><i> $file_path $basename $preformatted $file_name $alt_text</i>  <dt><u>Function Reference:</u> $image <b>image</b><i> $file_path $basename $preformatted $file_name $alt_text</i>
3589  <a name="IDX204"></a>  <a name="IDX206"></a>
3590  </dt>  </dt>
3591  <dd><p><var>$file_path</var> is the image file name with the path, <var>$basename</var>    <dd><p><var>$file_path</var> is the image file name with the path, <var>$basename</var>  
3592  the file name without extension. <var>$preformatted</var> is true if the image  the file name without extension. <var>$preformatted</var> is true if the image
# Line 3591  but with extension. <var>$alt_text</var> Line 3597  but with extension. <var>$alt_text</var>
3597  <p>The formatting of <code>@sp</code> is controlled by:  <p>The formatting of <code>@sp</code> is controlled by:
3598  </p><dl>  </p><dl>
3599  <dt><u>Function Reference:</u> $sp <b>sp</b><i> $number $preformatted</i>  <dt><u>Function Reference:</u> $sp <b>sp</b><i> $number $preformatted</i>
3600  <a name="IDX205"></a>  <a name="IDX207"></a>
3601  </dt>  </dt>
3602  <dd><p><var>$number</var> is the numeric argument of <code>@sp</code>.  <dd><p><var>$number</var> is the numeric argument of <code>@sp</code>.
3603  <var>$preformatted</var> is true if the <code>@sp</code> appears in preformatted text.  <var>$preformatted</var> is true if the <code>@sp</code> appears in preformatted text.
# Line 3600  but with extension. <var>$alt_text</var> Line 3606  but with extension. <var>$alt_text</var>
3606  <p>The formatting of <code>@acronym</code> and <code>@abbr</code> is controlled by:  <p>The formatting of <code>@acronym</code> and <code>@abbr</code> is controlled by:
3607  </p><dl>  </p><dl>
3608  <dt><u>Function Reference:</u> $acronym <b>acronym_like</b><i> $acronym_texi $acronym_text $with_explanation \@explanation_lines $explanation_text $explanation_simply_formatted</i>  <dt><u>Function Reference:</u> $acronym <b>acronym_like</b><i> $acronym_texi $acronym_text $with_explanation \@explanation_lines $explanation_text $explanation_simply_formatted</i>
3609  <a name="IDX206"></a>  <a name="IDX208"></a>
3610  </dt>  </dt>
3611  <dd><p><var>$acronym_texi</var> is the acronym argument with texinfo @-commands,  <dd><p><var>$acronym_texi</var> is the acronym argument with texinfo @-commands,
3612  <var>$acronym_text</var> is formatted.  <var>$acronym_text</var> is formatted.
# Line 3649  of protecting special characters Line 3655  of protecting special characters
3655    
3656  <dl>  <dl>
3657  <dt><u>Function Reference:</u> $processed_text <b>normal_text</b><i> $text $in_raw_text $in_preformatted $in_code $style_stack </i>  <dt><u>Function Reference:</u> $processed_text <b>normal_text</b><i> $text $in_raw_text $in_preformatted $in_code $style_stack </i>
3658  <a name="IDX207"></a>  <a name="IDX209"></a>
3659  </dt>  </dt>
3660  <dd><p>The function processes <var>$text</var> and returns <var>$processed_text</var>.  <dd><p>The function processes <var>$text</var> and returns <var>$processed_text</var>.
3661  The other arguments give some information about the context of the text.  The other arguments give some information about the context of the text.
# Line 3675  This is done by the function associated Line 3681  This is done by the function associated
3681  </p>  </p>
3682  <dl>  <dl>
3683  <dt><u>Function Reference:</u> $protected_text <b>protect_text</b><i> $text</i>  <dt><u>Function Reference:</u> $protected_text <b>protect_text</b><i> $text</i>
3684  <a name="IDX208"></a>  <a name="IDX210"></a>
3685  </dt>  </dt>
3686  <dd><p>The function processes the unprotected text <var>$text</var> and returns  <dd><p>The function processes the unprotected text <var>$text</var> and returns
3687  the resulting protected text <var>$protected_text</var>.  the resulting protected text <var>$protected_text</var>.
# Line 3686  be usefull if empty lines are to be remo Line 3692  be usefull if empty lines are to be remo
3692  </p>  </p>
3693  <dl>  <dl>
3694  <dt><u>Function Reference:</u> $resulting_text <b>empty_line</b><i> $empty_line</i>  <dt><u>Function Reference:</u> $resulting_text <b>empty_line</b><i> $empty_line</i>
3695  <a name="IDX209"></a>  <a name="IDX211"></a>
3696  </dt>  </dt>
3697  <dd><p>This function processes an <var>$empty_line</var> and returns the resulting  <dd><p>This function processes an <var>$empty_line</var> and returns the resulting
3698  text <var>$resulting_text</var>. Empty lines are left as is by default.  text <var>$resulting_text</var>. Empty lines are left as is by default.
# Line 3718  text <var>$resulting_text</var>. Empty l Line 3724  text <var>$resulting_text</var>. Empty l
3724  various places, at the page footers, on the help page, for special  various places, at the page footers, on the help page, for special
3725  section headings, buttons alt text and so on. These strings are  section headings, buttons alt text and so on. These strings are
3726  customizable. The string chosen depends on the language of the  customizable. The string chosen depends on the language of the
3727  document (set by <a name="IDX210"></a>  document (set by <a name="IDX212"></a>
3728  <samp>`--lang'</samp>, <a name="IDX211"></a>  <samp>`--lang'</samp>, <a name="IDX213"></a>
3729  <code>$LANG</code> or  <code>$LANG</code> or
3730  <code>@documentlanguage</code>). This is the basis for internationalization  <code>@documentlanguage</code>). This is the basis for internationalization
3731  as it allows for strings translations.  as it allows for strings translations.
3732  </p>  </p>
3733  <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>
3734  <code>$LANGUAGES</code>.  <code>$LANGUAGES</code>.
3735  Each key is a language code. The associated value is also a hash  Each key is a language code. The associated value is also a hash
3736  reference. The key is an english string and the associated value  reference. The key is an english string and the associated value
# Line 3808  external manual. Line 3814  external manual.
3814  </p>  </p>
3815  <dl>  <dl>
3816  <dt><u>Function Reference:</u> $href <b>external_href</b><i> $node $node_identifier $xml_node_identifier $manual_file_name</i>  <dt><u>Function Reference:</u> $href <b>external_href</b><i> $node $node_identifier $xml_node_identifier $manual_file_name</i>
3817  <a name="IDX213"></a>  <a name="IDX215"></a>
3818  </dt>  </dt>
3819  <dd><p><var>$node</var> is the node name, with @-commands. <var>$node_identifer</var> is the  <dd><p><var>$node</var> is the node name, with @-commands. <var>$node_identifer</var> is the
3820  node name mapped to an identifier acceptable as a file name.  node name mapped to an identifier acceptable as a file name.
# Line 3825  href leading to the external manual. Line 3831  href leading to the external manual.
3831    
3832  <dl>  <dl>
3833  <dt><u>Function Reference:</u> $text <b>external_ref</b><i> $command $section $book $node_and_file $href $cross_ref_name</i>  <dt><u>Function Reference:</u> $text <b>external_ref</b><i> $command $section $book $node_and_file $href $cross_ref_name</i>
3834  <a name="IDX214"></a>  <a name="IDX216"></a>
3835  </dt>  </dt>
3836  <dd><p>This function formats a reference to an external texinfo manual.  <dd><p>This function formats a reference to an external texinfo manual.
3837  The <var>$command</var> is the ref command (<code>ref</code>, <code>xref</code> or  The <var>$command</var> is the ref command (<code>ref</code>, <code>xref</code> or
# Line 3866  This function returns the full formatted Line 3872  This function returns the full formatted
3872  </p>  </p>
3873  <dl>  <dl>
3874  <dt><u>Function Reference:</u> $text <b>internal_ref</b><i> $command $href $short_name $name $is_section</i>  <dt><u>Function Reference:</u> $text <b>internal_ref</b><i> $command $href $short_name $name $is_section</i>
3875  <a name="IDX215"></a>  <a name="IDX217"></a>
3876  </dt>  </dt>
3877  <dd><p>This function formats a reference to a node in the current manual.  <dd><p>This function formats a reference to a node in the current manual.
3878  The <var>$command</var> is the ref command (<code>ref</code>, <code>xref</code> or  The <var>$command</var> is the ref command (<code>ref</code>, <code>xref</code> or
# Line 3906  reference. Line 3912  reference.
3912  <p>When a command controlling the alignement of text is used (<code>@center</code>,  <p>When a command controlling the alignement of text is used (<code>@center</code>,
3913  <code>@flushleft</code> and <code>@flushright</code>), the main program takes  <code>@flushleft</code> and <code>@flushright</code>), the main program takes
3914  care of opening and closing paragraphs. The alignement commands are the  care of opening and closing paragraphs. The alignement commands are the
3915  key of the <a name="IDX216"></a>  key of the <a name="IDX218"></a>
3916  <code>%paragraph_style</code> hash.  <code>%paragraph_style</code> hash.
3917  The value is used in the function doing the formatting of the paragraphs.  The value is used in the function doing the formatting of the paragraphs.
3918  See section <a href="#SEC65">Formatting or not a paragraph or a preformatted region</a>.  See section <a href="#SEC65">Formatting or not a paragraph or a preformatted region</a>.
# Line 3916  appearing in the command block. Line 3922  appearing in the command block.
3922  </p>  </p>
3923  <dl>  <dl>
3924  <dt><u>Function Reference:</u> $result <b>paragraph_style_command</b><i> $command $text</i>  <dt><u>Function Reference:</u> $result <b>paragraph_style_command</b><i> $command $text</i>
3925  <a name="IDX217"></a>  <a name="IDX219"></a>
3926  </dt>  </dt>
3927  <dd><p><var>$command</var> is the command name, <var>$text</var> is the text appearing within  <dd><p><var>$command</var> is the command name, <var>$text</var> is the text appearing within
3928  the command. This function returns a formatted text.  the command. This function returns a formatted text.
# Line 3979  by function references: Line 3985  by function references:
3985  </p>  </p>
3986  <dl>  <dl>
3987  <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>  <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>
3988  <a name="IDX218"></a>  <a name="IDX220"></a>
3989  </dt>  </dt>
3990  <dd><p>This function formats a paragraph. <var>$text</var> is the text of the paragraph,  <dd><p>This function formats a paragraph. <var>$text</var> is the text of the paragraph,
3991  <var>$alignement</var> is the empty string when no alignement command has  <var>$alignement</var> is the empty string when no alignement command has
# Line 4009  the item in the list, <var>$enumerate_st Line 4015  the item in the list, <var>$enumerate_st
4015    
4016  <dl>  <dl>
4017  <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>  <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>
4018  <a name="IDX219"></a>  <a name="IDX221"></a>
4019  </dt>  </dt>
4020  <dd><p>This function formats a preformatted region. <var>$text</var> is the text of the  <dd><p>This function formats a preformatted region. <var>$text</var> is the text of the
4021  preformatted region, <var>$style</var> is the css style associated with that  preformatted region, <var>$style</var> is the css style associated with that
# Line 4068  the item in the list, <var>$enumerate_st Line 4074  the item in the list, <var>$enumerate_st
4074    
4075  <p>It is possible to avoid that a format closes the previous paragraph or  <p>It is possible to avoid that a format closes the previous paragraph or
4076  preformatted region and reopens one, by putting the format command in a  preformatted region and reopens one, by putting the format command in a
4077  hash, <a name="IDX220"></a>  hash, <a name="IDX222"></a>
4078  <code>%format_in_paragraph</code> with a true value.  <code>%format_in_paragraph</code> with a true value.
4079  </p>  </p>
4080  <hr size="6">  <hr size="6">
# Line 4099  of the text, see <a href="#SEC65">Format Line 4105  of the text, see <a href="#SEC65">Format
4105  <p>The formatting of the complex formats is ultimately controlled by a  <p>The formatting of the complex formats is ultimately controlled by a
4106  function, however the default for this function uses a hash reference and  function, however the default for this function uses a hash reference and
4107  changing the hash reference values should be enough in most cases. This  changing the hash reference values should be enough in most cases. This
4108  hash reference is called <a name="IDX221"></a>  hash reference is called <a name="IDX223"></a>
4109  <code>$complex_format_map</code>. It has a key for each  <code>$complex_format_map</code>. It has a key for each
4110  of the complex format commands (<code>example</code>, <code>smallexample</code>,  of the complex format commands (<code>example</code>, <code>smallexample</code>,
4111  <code>lisp</code>, <code>smalllisp</code>, <code>display</code>, <code>smalldisplay</code>,  <code>lisp</code>, <code>smalllisp</code>, <code>display</code>, <code>smalldisplay</code>,
# Line 4134  function reference for a better control Line 4140  function reference for a better control
4140  </p>  </p>
4141  <dl>  <dl>
4142  <dt><u>Function Reference:</u> $complex_format_text <b>complex_format</b><i> $format_name $preformatted_text</i>  <dt><u>Function Reference:</u> $complex_format_text <b>complex_format</b><i> $format_name $preformatted_text</i>
4143  <a name="IDX222"></a>  <a name="IDX224"></a>
4144  </dt>  </dt>
4145  <dd><p><var>$format_name</var> is the complex format name, <var>$preformatted_text</var> is the  <dd><p><var>$format_name</var> is the complex format name, <var>$preformatted_text</var> is the
4146  text allready formatted as described in <a href="#SEC65">Formatting or not a paragraph or a preformatted region</a>.  text allready formatted as described in <a href="#SEC65">Formatting or not a paragraph or a preformatted region</a>.
# Line 4205  For example <code>@minus</code> is the f Line 4211  For example <code>@minus</code> is the f
4211  </pre></td></tr></table>  </pre></td></tr></table>
4212  <p>The default is to apply the command to the text item, however it is possible  <p>The default is to apply the command to the text item, however it is possible
4213  to avoid it.  to avoid it.
4214  The hash <a name="IDX223"></a>  The hash <a name="IDX225"></a>
4215  <code>%special_list_commands</code> has an entry for each of the  <code>%special_list_commands</code> has an entry for each of the
4216  format command. Each of these entries is a hash reference. If a formatting  format command. Each of these entries is a hash reference. If a formatting
4217  command is a key of the hash reference, then the formatting command is not  command is a key of the hash reference, then the formatting command is not
# Line 4225  applied to the text item for that format Line 4231  applied to the text item for that format
4231  <dd><p>The items of lists are formatted using the following function reference:  <dd><p>The items of lists are formatted using the following function reference:
4232  </p><dl>  </p><dl>
4233  <dt><u>Function Reference:</u> $list_item <b>list_item</b><i> $text $format $command $formatted_command $item_number $enumerate_style $number</i>  <dt><u>Function Reference:</u> $list_item <b>list_item</b><i> $text $format $command $formatted_command $item_number $enumerate_style $number</i>
4234  <a name="IDX224"></a>  <a name="IDX226"></a>
4235  </dt>  </dt>
4236  <dd><p>This function formats the text between <code>@item</code> commands. <var>$text</var>  <dd><p>This function formats the text between <code>@item</code> commands. <var>$text</var>
4237  is the text corresponding with the item. <var>$format</var> is the type of format,  is the text corresponding with the item. <var>$format</var> is the type of format,
# Line 4248  following lines, corresponding with the Line 4254  following lines, corresponding with the
4254  </p>  </p>
4255  <dl>  <dl>
4256  <dt><u>Function Reference:</u> $table_item <b>table_item</b><i> $item_text $index_label_text $format $command $formatted_command</i>  <dt><u>Function Reference:</u> $table_item <b>table_item</b><i> $item_text $index_label_text $format $command $formatted_command</i>
4257  <a name="IDX225"></a>  <a name="IDX227"></a>
4258  </dt>  </dt>
4259  <dd><p>This function is used to format the text on the <code>@item</code> line.  <dd><p>This function is used to format the text on the <code>@item</code> line.
4260  <var>$text_item</var> is the text line. In case there is an index entry  <var>$text_item</var> is the text line. In case there is an index entry
# Line 4263  this command formatted if it is a leadin Line 4269  this command formatted if it is a leadin
4269    
4270  <dl>  <dl>
4271  <dt><u>Function Reference:</u> $table_line <b>table_line</b><i> $text</i>  <dt><u>Function Reference:</u> $table_line <b>table_line</b><i> $text</i>
4272  <a name="IDX226"></a>  <a name="IDX228"></a>
4273  </dt>  </dt>
4274  <dd><p>This function is used to format the text on the lines following  <dd><p>This function is used to format the text on the lines following
4275  the <code>@item</code> line. <var>$text</var> is the corresponding text.  the <code>@item</code> line. <var>$text</var> is the corresponding text.
# Line 4276  with two function references. One for a Line 4282  with two function references. One for a
4282  </p>  </p>
4283  <dl>  <dl>
4284  <dt><u>Function Reference:</u> $multitable_cell <b>cell</b><i> $text</i>  <dt><u>Function Reference:</u> $multitable_cell <b>cell</b><i> $text</i>
4285  <a name="IDX227"></a>  <a name="IDX229"></a>
4286  </dt>  </dt>
4287  <dd><p>This function is used to format the text of a multitable cell, the text  <dd><p>This function is used to format the text of a multitable cell, the text
4288  following a <code>@item</code> or a <code>@tab</code>.  following a <code>@item</code> or a <code>@tab</code>.
# Line 4285  following a <code>@item</code> or a <cod Line 4291  following a <code>@item</code> or a <cod
4291    
4292  <dl>  <dl>
4293  <dt><u>Function Reference:</u> $multitable_row <b>row</b><i> $text $item_command</i>  <dt><u>Function Reference:</u> $multitable_row <b>row</b><i> $text $item_command</i>
4294  <a name="IDX228"></a>  <a name="IDX230"></a>
4295  </dt>  </dt>
4296  <dd><p>This function is used to format a multitable row. <var>$text</var> is  <dd><p>This function is used to format a multitable row. <var>$text</var> is
4297  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>
4298  <code>$cell</code>  <code>$cell</code>
4299  function reference. <var>$item_command</var> is the command used to introduce  function reference. <var>$item_command</var> is the command used to introduce
4300  the row, such that it is possible to distinguish between <code>@item</code> and  the row, such that it is possible to distinguish between <code>@item</code> and
# Line 4318  the row, such that it is possible to dis Line 4324  the row, such that it is possible to dis
4324  </tr></table>  </tr></table>
4325  <h3 class="subsection"> 7.11.2 Formatting of a whole table or list </h3>  <h3 class="subsection"> 7.11.2 Formatting of a whole table or list </h3>
4326    
4327  <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>
4328  <code>%format_map</code>, the associated  <code>%format_map</code>, the associated
4329  value is used to specify the formatting of the construct, otherwise a function  value is used to specify the formatting of the construct, otherwise a function
4330  is called.  is called.
# Line 4345  a command isn't found in <code>%format_m Line 4351  a command isn't found in <code>%format_m
4351  </p>  </p>
4352  <dl>  <dl>
4353  <dt><u>Function Reference:</u> $whole_table_list <b>table_list</b><i> $command $text</i>  <dt><u>Function Reference:</u> $whole_table_list <b>table_list</b><i> $command $text</i>
4354  <a name="IDX231"></a>  <a name="IDX233"></a>
4355  </dt>  </dt>
4356  <dd><p><var>$command</var> is the Texinfo command name, <var>$text</var> is the formatted  <dd><p><var>$command</var> is the Texinfo command name, <var>$text</var> is the formatted
4357  items.  items.
4358  </p></dd></dl>  </p></dd></dl>
4359    
4360  <p>If you still want to use <a name="IDX232"></a>  <p>If you still want to use <a name="IDX234"></a>
4361  <code>%format_map</code> but differently from  <code>%format_map</code> but differently from
4362  the default, it is possible to redefine the following function reference:  the default, it is possible to redefine the following function reference:
4363  </p>  </p>
4364  <dl>  <dl>
4365  <dt><u>Function Reference:</u> $whole_table_list <b>format</b><i> $command $format $text</i>  <dt><u>Function Reference:</u> $whole_table_list <b>format</b><i> $command $format $text</i>
4366  <a name="IDX233"></a>  <a name="IDX235"></a>
4367  </dt>  </dt>
4368  <dd><p><var>$command</var> is the @-command, <var>$format</var> is the entry associated with  <dd><p><var>$command</var> is the @-command, <var>$format</var> is the entry associated with
4369  <var>$command</var> in <code>%format_map</code>. <var>$text</var> is the formatted items.  <var>$command</var> in <code>%format_map</code>. <var>$text</var> is the formatted items.
# Line 4417  and the definition function text. Line 4423  and the definition function text.
4423  </tr></table>  </tr></table>
4424  <h3 class="subsection"> 7.12.1 Customizing the interpretation of a definition line </h3>  <h3 class="subsection"> 7.12.1 Customizing the interpretation of a definition line </h3>
4425    
4426  <p>The keys of the hash <a name="IDX234"></a>  <p>The keys of the hash <a name="IDX236"></a>
4427  <code>%def_map</code> are definition command names.  <code>%def_map</code> are definition command names.
4428  There are two types of entries:  There are two types of entries:
4429  </p>  </p>
# Line 4482  with the definition line is the variable Line 4488  with the definition line is the variable
4488  <dt> category name</dt>  <dt> category name</dt>
4489  <dd><dl>  <dd><dl>
4490  <dt><u>Function Reference:</u> $category <b>definition_category</b><i> $category_or_name $class $style</i>  <dt><u>Function Reference:</u> $category <b>definition_category</b><i> $category_or_name $class $style</i>
4491  <a name="IDX235"></a>  <a name="IDX237"></a>
4492  </dt>  </dt>
4493  <dd><p>This function precise a category or an index entry name associating a class  <dd><p>This function precise a category or an index entry name associating a class
4494  <var>$class</var> (if given) with <var>$category_or_name</var>. The <var>$style</var> of the  <var>$class</var> (if given) with <var>$category_or_name</var>. The <var>$style</var> of the
# Line 4493  for type. Line 4499  for type.
4499  <dt> formatting of the definition line</dt>  <dt> formatting of the definition line</dt>
4500  <dd><dl>  <dd><dl>
4501  <dt><u>Function Reference:</u> $line <b>def_line</b><i> $category $name $type $arguments $index_label</i>  <dt><u>Function Reference:</u> $line <b>def_line</b><i> $category $name $type $arguments $index_label</i>
4502  <a name="IDX236"></a>  <a name="IDX238"></a>
4503  </dt>  </dt>
4504  <dd><p>This function formats the definition line. <var>$category</var> is the category  <dd><p>This function formats the definition line. <var>$category</var> is the category
4505  formatted with <a name="IDX237"></a>  formatted with <a name="IDX239"></a>
4506  <code>$definition_category</code>, <var>$name</var>, <var>$type</var> and  <code>$definition_category</code>, <var>$name</var>, <var>$type</var> and
4507  <var>arguments</var> are the element of the definition line. <var>$index_label</var> is  <var>arguments</var> are the element of the definition line. <var>$index_label</var> is
4508  the text inserted at the place where an index entry appears.  the text inserted at the place where an index entry appears.
# Line 4507  See section <a href="#SEC83">Formatting Line 4513  See section <a href="#SEC83">Formatting
4513  <dt> definition text</dt>  <dt> definition text</dt>
4514  <dd><dl>  <dd><dl>
4515  <dt><u>Function Reference:</u> $definition_text <b>def_item</b><i> $text</i>  <dt><u>Function Reference:</u> $definition_text <b>def_item</b><i> $text</i>
4516  <a name="IDX238"></a>  <a name="IDX240"></a>
4517  </dt>  </dt>
4518  <dd><p>This function formats the definition text, <var>$text</var>.  <dd><p>This function formats the definition text, <var>$text</var>.
4519  </p></dd></dl>  </p></dd></dl>
# Line 4516  See section <a href="#SEC83">Formatting Line 4522  See section <a href="#SEC83">Formatting
4522  <dt> the whole definition</dt>  <dt> the whole definition</dt>
4523  <dd><dl>  <dd><dl>
4524  <dt><u>Function Reference:</u> $definition <b>def</b><i> $text</i>  <dt><u>Function Reference:</u> $definition <b>def</b><i> $text</i>
4525  <a name="IDX239"></a>  <a name="IDX241"></a>
4526  </dt>  </dt>
4527  <dd><p>This function formats the whole definition. The definition line and text  <dd><p>This function formats the whole definition. The definition line and text
4528  formatted by the above functions are in <var>$text</var>.  formatted by the above functions are in <var>$text</var>.
# Line 4550  formatted by the above functions are in Line 4556  formatted by the above functions are in
4556  with the corresponding function reference:  with the corresponding function reference:
4557  </p><dl>  </p><dl>
4558  <dt><u>Function Reference:</u> $heading_text <b>heading</b><i> \%element_reference</i>  <dt><u>Function Reference:</u> $heading_text <b>heading</b><i> \%element_reference</i>
4559  <a name="IDX240"></a>  <a name="IDX242"></a>
4560  </dt>  </dt>
4561  <dd><p>The <var>\%element_reference</var> is a reference on a hash corresponding  <dd><p>The <var>\%element_reference</var> is a reference on a hash corresponding
4562  with the sectioning element. The following keys are of interest:  with the sectioning element. The following keys are of interest:
# Line 4601  or <code>@tex</code> are formatted accor Line 4607  or <code>@tex</code> are formatted accor
4607  </p>  </p>
4608  <dl>  <dl>
4609  <dt><u>Function Reference:</u> $raw_region <b>raw</b><i> $command $text</i>  <dt><u>Function Reference:</u> $raw_region <b>raw</b><i> $command $text</i>
4610  <a name="IDX241"></a>  <a name="IDX243"></a>
4611  </dt>  </dt>
4612  <dd><p><var>$command</var> is the command name, <var>$text</var> is the raw text.  <dd><p><var>$command</var> is the command name, <var>$text</var> is the raw text.
4613  </p></dd></dl>  </p></dd></dl>
# Line 4614  function reference: Line 4620  function reference:
4620  </p>  </p>
4621  <dl>  <dl>
4622  <dt><u>Function Reference:</u> $cartouche <b>cartouche</b><i> $text</i>  <dt><u>Function Reference:</u> $cartouche <b>cartouche</b><i> $text</i>
4623  <a name="IDX242"></a>  <a name="IDX244"></a>
4624  </dt>  </dt>
4625  <dd><p><var>$text</var> is the text appearing within the cartouche.  <dd><p><var>$text</var> is the text appearing within the cartouche.
4626  </p></dd></dl>  </p></dd></dl>
# Line 4625  it allows to prepend a string to the quo Line 4631  it allows to prepend a string to the quo
4631  </p>  </p>
4632  <dl>  <dl>
4633  <dt><u>Function Reference:</u> $prepended_string <b>quotation_prepend_text</b><i> $text</i>  <dt><u>Function Reference:</u> $prepended_string <b>quotation_prepend_text</b><i> $text</i>
4634  <a name="IDX243"></a>  <a name="IDX245"></a>
4635  </dt>  </dt>
4636  <dd><p><var>$text</var> is the argument of the quotation with @-commands not  <dd><p><var>$text</var> is the argument of the quotation with @-commands not
4637  interpreted. This function  interpreted. This function
# Line 4637  can return a string which will be prepen Line 4643  can return a string which will be prepen
4643  </p>  </p>
4644  <dl>  <dl>
4645  <dt><u>Function Reference:</u> $quotation <b>quotation</b><i> $quotation_text $argument_text $argument_text_texi</i>  <dt><u>Function Reference:</u> $quotation <b>quotation</b><i> $quotation_text $argument_text $argument_text_texi</i>
4646  <a name="IDX244"></a>  <a name="IDX246"></a>
4647  </dt>  </dt>
4648  <dd><p><var>$quotation_text</var> is the quotation text, formatted, with the text  <dd><p><var>$quotation_text</var> is the quotation text, formatted, with the text
4649  prepended by the function above. <var>$argument_text</var> is the argument  prepended by the function above. <var>$argument_text</var> is the argument
# Line 4676  in <a href="#SEC68">Formatting of comple Line 4682  in <a href="#SEC68">Formatting of comple
4682  part of the menu;  part of the menu;
4683  </li></ul>  </li></ul>
4684    
4685  <p>The simple formatting is used if <a name="IDX245"></a>  <p>The simple formatting is used if <a name="IDX247"></a>
4686  <code>$SIMPLE_MENU</code> is true,  <code>$SIMPLE_MENU</code> is true,
4687  otherwise the format with tables is used (this is the default).  otherwise the format with tables is used (this is the default).
4688  </p>  </p>
# Line 4776  because we are in @emph}. Line 4782  because we are in @emph}.
4782  different parts of a menu:  different parts of a menu:
4783  </p><dl>  </p><dl>
4784  <dt><u>Function Reference:</u> $link <b>menu_link</b><i> $section \%state $href $node $name $ending</i>  <dt><u>Function Reference:</u> $link <b>menu_link</b><i> $section \%state $href $node $name $ending</i>
4785  <a name="IDX246"></a>  <a name="IDX248"></a>
4786  </dt>  </dt>
4787  <dd><p><var>$section</var> is the section name corresponding with the link, <var>$href</var>  <dd><p><var>$section</var> is the section name corresponding with the link, <var>$href</var>
4788  is the link hypertextual reference. <var>$href</var> may be absent. <var>\%state</var>  is the link hypertextual reference. <var>$href</var> may be absent. <var>\%state</var>
# Line 4790  in general <samp>`::'</samp> followed by Line 4796  in general <samp>`::'</samp> followed by
4796    
4797  <dl>  <dl>
4798  <dt><u>Function Reference:</u> $description <b>menu_description</b><i> $description_text \%state</i>  <dt><u>Function Reference:</u> $description <b>menu_description</b><i> $description_text \%state</i>
4799  <a name="IDX247"></a>  <a name="IDX249"></a>
4800  </dt>  </dt>
4801  <dd><p><var>$description_text</var> is the text of the menu description. <var>\%state</var>  <dd><p><var>$description_text</var> is the text of the menu description. <var>\%state</var>
4802  should be used similarly than for the menu link.  should be used similarly than for the menu link.
# Line 4798  should be used similarly than for the me Line 4804  should be used similarly than for the me
4804    
4805  <dl>  <dl>
4806  <dt><u>Function Reference:</u> $menu_comment <b>menu_comment</b><i> $text</i>  <dt><u>Function Reference:</u> $menu_comment <b>menu_comment</b><i> $text</i>
4807  <a name="IDX248"></a>  <a name="IDX250"></a>
4808  </dt>  </dt>
4809  <dd><p><var>$text</var> is the text of the menu comment. It is always in a preformatted  <dd><p><var>$text</var> is the text of the menu comment. It is always in a preformatted
4810  environment.  environment.
# Line 4811  In that case the menu description and me Line 4817  In that case the menu description and me
4817  specially, but treated like normal text.  specially, but treated like normal text.
4818  </p><dl>  </p><dl>
4819  <dt><u>Function Reference:</u> $link <b>simple_menu_link</b><i> $link_text $href $node $name $ending</i>  <dt><u>Function Reference:</u> $link <b>simple_menu_link</b><i> $link_text $href $node $name $ending</i>
4820  <a name="IDX249"></a>  <a name="IDX251"></a>
4821  </dt>  </dt>
4822  <dd><p><var>$link_text</var> is the text corresponding with the link name, <var>$href</var>  <dd><p><var>$link_text</var> is the text corresponding with the link name, <var>$href</var>
4823  is the link hypertextual reference.  is the link hypertextual reference.
# Line 4871  entry is used, with: Line 4877  entry is used, with:
4877  <h3 class="subsection"> 7.15.4 The formatting of the menu in a table </h3>  <h3 class="subsection"> 7.15.4 The formatting of the menu in a table </h3>
4878    
4879  <p>In the default case, the name of the section corresponding with the  <p>In the default case, the name of the section corresponding with the
4880  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>
4881  <code>$NODE_NAME_IN_MENU</code> is  <code>$NODE_NAME_IN_MENU</code> is
4882  true, however, node names are used. If <a name="IDX251"></a>  true, however, node names are used. If <a name="IDX253"></a>
4883  <code>$AVOID_MENU_REDUNDANCY</code>  <code>$AVOID_MENU_REDUNDANCY</code>
4884  is true and menu entry equal menu description the description isn't printed.  is true and menu entry equal menu description the description isn't printed.
4885  This is the default. Likewise, if node or section name equal entry name,  This is the default. Likewise, if node or section name equal entry name,
4886  do not print entry name.  do not print entry name.
4887  </p>  </p>
4888  <p>A symbol, <a name="IDX252"></a>  <p>A symbol, <a name="IDX254"></a>
4889  <code>$MENU_SYMBOL</code> is put at the beginning of menu entries  <code>$MENU_SYMBOL</code> is put at the beginning of menu entries
4890  when the node name is used. The default is <samp>`&amp;bull;'</samp>.  when the node name is used. The default is <samp>`&amp;bull;'</samp>.
4891  If <a name="IDX253"></a>  If <a name="IDX255"></a>
4892  <code>$UNNUMBERED_SYMBOL_IN_MENU</code> is true it is  <code>$UNNUMBERED_SYMBOL_IN_MENU</code> is true it is
4893  also put at the beginning of unnumbered section names. This is not  also put at the beginning of unnumbered section names. This is not
4894  done by default.  done by default.
4895  </p>  </p>
4896  <p>The menu comments are considered to be preformatted text. The style  <p>The menu comments are considered to be preformatted text. The style
4897  associated with this preformatted text is determined by  associated with this preformatted text is determined by
4898  <a name="IDX254"></a>  <a name="IDX256"></a>
4899  <code>$MENU_PRE_STYLE</code>. Default is <samp>`font-family: serif'</samp>.  <code>$MENU_PRE_STYLE</code>. Default is <samp>`font-family: serif'</samp>.
4900  The css class associated with menu comments is <code>menu-comments</code>.  The css class associated with menu comments is <code>menu-comments</code>.
4901  </p>  </p>
# Line 4898  in that case: Line 4904  in that case:
4904  </p>  </p>
4905  <dl>  <dl>
4906  <dt><u>Function Reference:</u> $menu <b>menu</b><i> $menu_components_text</i>  <dt><u>Function Reference:</u> $menu <b>menu</b><i> $menu_components_text</i>
4907  <a name="IDX255"></a>  <a name="IDX257"></a>
4908  </dt>  </dt>
4909  <dd><p><var>$menu_components_text</var> is the formatted menu components text, obtained  <dd><p><var>$menu_components_text</var> is the formatted menu components text, obtained
4910  as explained above.  as explained above.
# Line 4966  reference: Line 4972  reference:
4972  </p>  </p>
4973  <dl>  <dl>
4974  <dt><u>Function Reference:</u> $target <b>index_entry_label</b><i> $identifier $preformatted</i>  <dt><u>Function Reference:</u> $target <b>index_entry_label</b><i> $identifier $preformatted</i>
4975  <a name="IDX256"></a>  <a name="IDX258"></a>
4976  </dt>  </dt>
4977  <dd><p><var>$identifier</var> should be used to create  <dd><p><var>$identifier</var> should be used to create
4978  a target for links (typically associated with a name or id  a target for links (typically associated with a name or id
# Line 5004  be a non alphabetical character, but we Line 5010  be a non alphabetical character, but we
5010  and should be used to jump directly to a letter entry. Indices lists  and should be used to jump directly to a letter entry. Indices lists
5011  may be split across pages, thus the different letters may appear on different  may be split across pages, thus the different letters may appear on different
5012  files. The number of index entries appearing on each page is determined  files. The number of index entries appearing on each page is determined
5013  by a variable <a name="IDX257"></a>  by a variable <a name="IDX259"></a>
5014  <code>$SPLIT_INDEX</code> if set. The default is to split  <code>$SPLIT_INDEX</code> if set. The default is to split
5015  indices after 100 entries.  indices after 100 entries.
5016  </p>  </p>
# Line 5015  function references: Line 5021  function references:
5021  <dt> <em>formatting of a letter in a summary</em></dt>  <dt> <em>formatting of a letter in a summary</em></dt>
5022  <dd><dl>  <dd><dl>
5023  <dt><u>Function Reference:</u> $letter <b>summary_letter</b><i> $letter $file $identifier</i>  <dt><u>Function Reference:</u> $letter <b>summary_letter</b><i> $letter $file $identifier</i>
5024  <a name="IDX258"></a>  <a name="IDX260"></a>
5025  </dt>  </dt>
5026  <dd><p>This function is used to format a letter appearing in a summary, refering  <dd><p>This function is used to format a letter appearing in a summary, refering
5027  to a letter entry in the index list.  to a letter entry in the index list.
# Line 5030  letter entry. Line 5036  letter entry.
5036  <dt> <em>formatting of a summary</em></dt>  <dt> <em>formatting of a summary</em></dt>
5037  <dd><dl>  <dd><dl>
5038  <dt><u>Function Reference:</u> $summary <b>index_summary</b><i> \@alphabetical_letters \@nonalphabetical_letters</i>  <dt><u>Function Reference:</u> $summary <b>index_summary</b><i> \@alphabetical_letters \@nonalphabetical_letters</i>
5039  <a name="IDX259"></a>  <a name="IDX261"></a>
5040  </dt>  </dt>
5041  <dd><p><var>\@alphabetical_letters</var> and <var>\@nonalphabetical_letters</var> contain the  <dd><p><var>\@alphabetical_letters</var> and <var>\@nonalphabetical_letters</var> contain the
5042  formatted summary letters, formatted with the above function.  formatted summary letters, formatted with the above function.
# Line 5040  formatted summary letters, formatted wit Line 5046  formatted summary letters, formatted wit
5046  <dt> <em>formatting of an index entry</em></dt>  <dt> <em>formatting of an index entry</em></dt>
5047  <dd><dl>  <dd><dl>
5048  <dt><u>Function Reference:</u> $entry <b>index_entry</b><i> $entry_href $entry_text $section_href $section_heading</i>  <dt><u>Function Reference:</u> $entry <b>index_entry</b><i> $entry_href $entry_text $section_href $section_heading</i>
5049  <a name="IDX260"></a>  <a name="IDX262"></a>
5050  </dt>  </dt>
5051  <dd><p><var>$entry_href</var> is a reference to the place where the index entry  <dd><p><var>$entry_href</var> is a reference to the place where the index entry
5052  appeared, <var>$entry_text</var> is the corresponding text. <var>$section_href</var>  appeared, <var>$entry_text</var> is the corresponding text. <var>$section_href</var>
# Line 5052  the index entry, <var>$section_heading</ Line 5058  the index entry, <var>$section_heading</
5058  <dt> <em>formatting of letter entry</em></dt>  <dt> <em>formatting of letter entry</em></dt>
5059  <dd><dl>  <dd><dl>
5060  <dt><u>Function Reference:</u> $letter_entry <b>index_letter</b><i> $letter $identifier $index_entries_text</i>  <dt><u>Function Reference:</u> $letter_entry <b>index_letter</b><i> $letter $identifier $index_entries_text</i>
5061  <a name="IDX261"></a>  <a name="IDX263"></a>
5062  </dt>  </dt>
5063  <dd><p>This function formats a letter entry, consisting in all the index entries  <dd><p>This function formats a letter entry, consisting in all the index entries
5064  beginning with this letter. <var>$letter</var> is the letter, <var>$identifier</var>  beginning with this letter. <var>$letter</var> is the letter, <var>$identifier</var>
# Line 5065  described above. Line 5071  described above.
5071  <dt> <em>formatting of whole index</em></dt>  <dt> <em>formatting of whole index</em></dt>
5072  <dd><dl>  <dd><dl>
5073  <dt><u>Function Reference:</u> $index <b>print_index</b><i> $index_text $index_name</i>  <dt><u>Function Reference:</u> $index <b>print_index</b><i> $index_text $index_name</i>
5074  <a name="IDX262"></a>  <a name="IDX264"></a>
5075  </dt>  </dt>
5076  <dd><p><var>$index_text</var> is the text of all the index entries grouped by letter  <dd><p><var>$index_text</var> is the text of all the index entries grouped by letter
5077  appearing in that page formatted as above. <var>index_name</var> is the name of  appearing in that page formatted as above. <var>index_name</var> is the name of
# Line 5174  is used here: Line 5180  is used here:
5180  </p>  </p>
5181  <dl>  <dl>
5182  <dt><u>Function Reference:</u> (\@caption_lines_returned, \@shortcaption_lines_returned) <b>caption_shortcaption</b><i> \%float \@caption_lines \@shortcaption_lines</i>  <dt><u>Function Reference:</u> (\@caption_lines_returned, \@shortcaption_lines_returned) <b>caption_shortcaption</b><i> \%float \@caption_lines \@shortcaption_lines</i>
5183  <a name="IDX263"></a>  <a name="IDX265"></a>
5184  </dt>  </dt>
5185  <dd><p><var>\%float</var> is the structure defined above. <var>\@caption_lines</var> and  <dd><p><var>\%float</var> is the structure defined above. <var>\@caption_lines</var> and
5186  <var>\@shortcaption_lines</var> are references on arrays containing the  <var>\@shortcaption_lines</var> are references on arrays containing the
# Line 5187  containing the texinfo lines for the cap Line 5193  containing the texinfo lines for the cap
5193  </p>  </p>
5194  <dl>  <dl>
5195  <dt><u>Function Reference:</u> $text <b>float</b><i> $float_text \%float $caption_text $shortcaption_text</i>  <dt><u>Function Reference:</u> $text <b>float</b><i> $float_text \%float $caption_text $shortcaption_text</i>
5196  <a name="IDX264"></a>  <a name="IDX266"></a>
5197  </dt>  </dt>
5198  <dd><p><var>$float_text</var> is the text appearing within the <code>@float</code>, formatted.  <dd><p><var>$float_text</var> is the text appearing within the <code>@float</code>, formatted.
5199  <var>\%float</var> is still the structure defined above. <var>$caption_text</var> and  <var>\%float</var> is still the structure defined above. <var>$caption_text</var> and
# Line 5222  modified with the following function ref Line 5228  modified with the following function ref
5228  </p>  </p>
5229  <dl>  <dl>
5230  <dt><u>Function Reference:</u> $style_texi_returned <b>listoffloats_style</b><i> $style_texi</i>  <dt><u>Function Reference:</u> $style_texi_returned <b>listoffloats_style</b><i> $style_texi</i>
5231  <a name="IDX265"></a>  <a name="IDX267"></a>
5232  </dt>  </dt>
5233  <dd><p><var>$style_texi</var> is the <code>@listoffloats</code> argument with texinfo  <dd><p><var>$style_texi</var> is the <code>@listoffloats</code> argument with texinfo
5234  @-commands kept. It is possible to make changes to the <var>$style_texi</var> and  @-commands kept. It is possible to make changes to the <var>$style_texi</var> and
# Line 5236  are formatted in the main program, with Line 5242  are formatted in the main program, with
5242  </p>  </p>
5243  <dl>  <dl>
5244  <dt><u>Function Reference:</u> $float_style_texi_returned <b>listoffloats_float_style</b><i> $style_texi \%float</i>  <dt><u>Function Reference:</u> $float_style_texi_returned <b>listoffloats_float_style</b><i> $style_texi \%float</i>
5245  <a name="IDX266"></a>  <a name="IDX268"></a>
5246  </dt>  </dt>
5247  <dd><p><var>$style_texi</var> is the style, and <var>\%float</var> is the structure described  <dd><p><var>$style_texi</var> is the style, and <var>\%float</var> is the structure described
5248  above. This function reference returns a style to be formatted in the  above. This function reference returns a style to be formatted in the
# Line 5245  main program. Line 5251  main program.
5251    
5252  <dl>  <dl>
5253  <dt><u>Function Reference:</u> $caption_texi_returned <b>listoffloats_caption</b><i> \%float</i>  <dt><u>Function Reference:</u> $caption_texi_returned <b>listoffloats_caption</b><i> \%float</i>
5254  <a name="IDX267"></a>  <a name="IDX269"></a>
5255  </dt>  </dt>
5256  <dd><p><var>\%float</var> is the structure described  <dd><p><var>\%float</var> is the structure described
5257  above. This function reference returns a caption to be formatted in the  above. This function reference returns a caption to be formatted in the
# Line 5256  main program. Line 5262  main program.
5262  </p>  </p>
5263  <dl>  <dl>
5264  <dt><u>Function Reference:</u> $listoffloats_entry <b>listoffloats_entry</b><i> $style_texi \%float $float_style $caption $href</i>  <dt><u>Function Reference:</u> $listoffloats_entry <b>listoffloats_entry</b><i> $style_texi \%float $float_style $caption $href</i>
5265  <a name="IDX268"></a>  <a name="IDX270"></a>
5266  </dt>  </dt>
5267  <dd><p><var>$style_texi</var> is the style with @-commands, <var>$float_style</var> is the  <dd><p><var>$style_texi</var> is the style with @-commands, <var>$float_style</var> is the
5268  style returned by the above function and formatted. <var>$caption</var> is the  style returned by the above function and formatted. <var>$caption</var> is the
# Line 5269  the float location. Line 5275  the float location.
5275  </p>  </p>
5276  <dl>  <dl>
5277  <dt><u>Function Reference:</u> $listoffloats <b>listoffloats</b><i> $style_texi $style \@listoffloats_entries</i>  <dt><u>Function Reference:</u> $listoffloats <b>listoffloats</b><i> $style_texi $style \@listoffloats_entries</i>
5278  <a name="IDX269"></a>  <a name="IDX271"></a>
5279  </dt>  </dt>
5280  <dd><p><var>$style_texi</var> is the style with @-commands, <var>$style</var> is the  <dd><p><var>$style_texi</var> is the style with @-commands, <var>$style</var> is the
5281  style returned by the above function and formatted. The array reference  style returned by the above function and formatted. The array reference
# Line 5308  of the footnotes: Line 5314  of the footnotes:
5314  </p>  </p>
5315  <dl>  <dl>
5316  <dt><u>Function Reference:</u> (\@lines $text_for_document) <b>foot_line_and_ref</b><i> $number_in_doc $number_in_page $footnote_id $place_id $document_file $footnote_file \@lines \%state</i>  <dt><u>Function Reference:</u> (\@lines $text_for_document) <b>foot_line_and_ref</b><i> $number_in_doc $number_in_page $footnote_id $place_id $document_file $footnote_file \@lines \%state</i>
5317  <a name="IDX270"></a>  <a name="IDX272"></a>
5318  </dt>  </dt>
5319  <dd><p><var>$number_in_doc</var> is the footnote number in the whole document,  <dd><p><var>$number_in_doc</var> is the footnote number in the whole document,
5320  <var>$number_in_page</var> is the footnote number in the current page.  <var>$number_in_page</var> is the footnote number in the current page.
# Line 5341  the determination of the footnote locati Line 5347  the determination of the footnote locati
5347  </p>  </p>
5348  <dl>  <dl>
5349  <dt><u>Function Reference:</u> <b>foot_section</b><i> \@footnotes_lines</i>  <dt><u>Function Reference:</u> <b>foot_section</b><i> \@footnotes_lines</i>
5350  <a name="IDX271"></a>  <a name="IDX273"></a>
5351  </dt>  </dt>
5352  <dd><p>This function formats a group of footnotes. <var>\@footnotes_lines</var> is a  <dd><p>This function formats a group of footnotes. <var>\@footnotes_lines</var> is a
5353  reference on an array holding the lines of all the footnote entries  reference on an array holding the lines of all the footnote entries
# Line 5386  some cleaning after the expansion pass. Line 5392  some cleaning after the expansion pass.
5392  the interface to LaTeX2HTML  the interface to LaTeX2HTML
5393  (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.    (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.  
5394  </p>  </p>
5395  <p>The @-commands that are keys of the <a name="IDX272"></a>  <p>The @-commands that are keys of the <a name="IDX274"></a>
5396  <code>%command_handler</code> hash  <code>%command_handler</code> hash
5397  are collected in the collecting pass and expanded in the expansion  are collected in the collecting pass and expanded in the expansion
5398  pass using user defined functions. The associated value is a reference on  pass using user defined functions. The associated value is a reference on
# Line 5412  braces: Line 5418  braces:
5418  </p>  </p>
5419  <dl>  <dl>
5420  <dt><u>Function Reference:</u> $status <b>$command_handler{'$command'}</b><i>-&gt;{'init'} $command $text $count</i>  <dt><u>Function Reference:</u> $status <b>$command_handler{'$command'}</b><i>-&gt;{'init'} $command $text $count</i>
5421  <a name="IDX273"></a>  <a name="IDX275"></a>
5422  </dt>  </dt>
5423  <dd><p><var>$command</var> is the @-command name, <var>$text</var> is the text appearing  <dd><p><var>$command</var> is the @-command name, <var>$text</var> is the text appearing
5424  within the @-command. <var>$count</var> is a counter counting how many times  within the @-command. <var>$count</var> is a counter counting how many times
# Line 5423  discarded. Line 5429  discarded.
5429    
5430  <dl>  <dl>
5431  <dt><u>Function Reference:</u> $result <b>$command_handler{'$command'}</b><i>-&gt;{'expand'} $command $count $state $text</i>  <dt><u>Function Reference:</u> $result <b>$command_handler{'$command'}</b><i>-&gt;{'expand'} $command $count $state $text</i>
5432  <a name="IDX274"></a>  <a name="IDX276"></a>
5433  </dt>  </dt>
5434  <dd><p><var>$command</var> is the @-command name, <var>$count</var> is a counter counting  <dd><p><var>$command</var> is the @-command name, <var>$count</var> is a counter counting
5435  how many times this @-command appeared. <var>$state</var> is a reference on a  how many times this @-command appeared. <var>$state</var> is a reference on a
# Line 5434  empty. <var>$result</var> is the expande Line 5440  empty. <var>$result</var> is the expande
5440  <p>There are three places for user defined functions, associated with arrays:  <p>There are three places for user defined functions, associated with arrays:
5441  </p><dl compact="compact">  </p><dl compact="compact">
5442  <dt> <code>@command_handler_init</code>  <dt> <code>@command_handler_init</code>
5443  <a name="IDX275"></a>  <a name="IDX277"></a>
5444  </dt>  </dt>
5445  <dd><p>The function references in that array are called before the collecting pass.  <dd><p>The function references in that array are called before the collecting pass.
5446  At that time the information available is essentially the file names.  At that time the information available is essentially the file names.
5447  </p></dd>  </p></dd>
5448  <dt> <code>@command_handler_process</code>  <dt> <code>@command_handler_process</code>
5449  <a name="IDX276"></a>  <a name="IDX278"></a>
5450  </dt>  </dt>
5451  <dd><p>The function references in that array are called between the collecting  <dd><p>The function references in that array are called between the collecting
5452  pass and the expansion pass. At that time all the special @-commands    pass and the expansion pass. At that time all the special @-commands  
5453  have been collected as explained above but no output has been produced.  have been collected as explained above but no output has been produced.
5454  </p></dd>  </p></dd>
5455  <dt> <code>@command_handler_finish</code>  <dt> <code>@command_handler_finish</code>
5456  <a name="IDX277"></a>  <a name="IDX279"></a>
5457  </dt>  </dt>
5458  <dd><p>he function references in that array are called after the end of the  <dd><p>he function references in that array are called after the end of the
5459  output generation.  output generation.
# Line 5502  them such that it is possible to handle Line 5508  them such that it is possible to handle
5508  same function than the one used for unknown commands.  same function than the one used for unknown commands.
5509  </p>  </p>
5510  <p>Those special commands without braces are the key of a hash:  <p>Those special commands without braces are the key of a hash:
5511  <a name="IDX278"></a>  <a name="IDX280"></a>
5512  <code>%misc_command</code>. The associated value is a reference on a  <code>%misc_command</code>. The associated value is a reference on a
5513  hash enabling to set the properties of these commands. The  hash enabling to set the properties of these commands. The
5514  keys of this hash reference is the name of a property, the value  keys of this hash reference is the name of a property, the value
# Line 5555  action for this macro isn't done. Line 5561  action for this macro isn't done.
5561    
5562    
5563  <p>Commands which don't appear in the hashes  <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>,  
5564  <a name="IDX281"></a>  <a name="IDX281"></a>
5565    <code>%simple_map</code>, <a name="IDX282"></a>
5566    <code>%simple_map_pre</code>,
5567    <a name="IDX283"></a>
5568  <code>%simple_map_texi</code> and <code>%misc_command</code>, or that appear in  <code>%simple_map_texi</code> and <code>%misc_command</code>, or that appear in
5569  <code>%misc_command</code> but with <code>keep</code> true are processed by the  <code>%misc_command</code> but with <code>keep</code> true are processed by the
5570  following function reference:  following function reference:
5571  </p>  </p>
5572  <dl>  <dl>
5573  <dt><u>Function Reference:</u> ($result_line, $result, $result_text, $message) <b>unknown</b><i> $command $line</i>  <dt><u>Function Reference:</u> ($result_line, $result, $result_text, $message) <b>unknown</b><i> $command $line</i>
5574  <a name="IDX282"></a>  <a name="IDX284"></a>
5575  </dt>  </dt>
5576  <dd><p><var>$command</var> is the @-command, <var>$line</var> is the line following the  <dd><p><var>$command</var> is the @-command, <var>$line</var> is the line following the
5577  <var>$command</var>. <var>$result</var> is a boolean. If it is true then the other return  <var>$command</var>. <var>$result</var> is a boolean. If it is true then the other return
# Line 5577  with line number added by <code>texi2htm Line 5583  with line number added by <code>texi2htm
5583  </p></dd></dl>  </p></dd></dl>
5584    
5585  <p>Commands with braces not specified above  <p>Commands with braces not specified above
5586  nor in <a name="IDX283"></a>  nor in <a name="IDX285"></a>
5587  <code>%style_map</code>, <a name="IDX284"></a>  <code>%style_map</code>, <a name="IDX286"></a>
5588  <code>%style_map_pre</code> and  <code>%style_map_pre</code> and
5589  <a name="IDX285"></a>  <a name="IDX287"></a>
5590  <code>%style_map_texi</code> are processed  <code>%style_map_texi</code> are processed
5591  by the following function reference  by the following function reference
5592  </p>  </p>
5593  <dl>  <dl>
5594  <dt><u>Function Reference:</u> ($result, $result_text, $message) <b>unknown_style</b><i> $command $text</i>  <dt><u>Function Reference:</u> ($result, $result_text, $message) <b>unknown_style</b><i> $command $text</i>
5595  <a name="IDX286"></a>  <a name="IDX288"></a>
5596  </dt>  </dt>
5597  <dd><p><var>$command</var> is the @-command, <var>$text</var> is the text appearing within  <dd><p><var>$command</var> is the @-command, <var>$text</var> is the text appearing within
5598  the braces (allready formatted). <var>$result</var> is a boolean. If it is true then  the braces (allready formatted). <var>$result</var> is a boolean. If it is true then
# Line 6098  text Line 6104  text
6104  <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="#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>
6105  <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="#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>
6106  <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="#IDX74">lang</a></td><td valign="top"><a href="#SEC17">4.8 Use initialization files for fine tuning</a></td></tr>
6107  <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>
6108  <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></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>
6109  <tr><td colspan="3"> <hr></td></tr>  <tr><td colspan="3"> <hr></td></tr>
6110  <tr><th><a name="SEC98_7">M</a></th><td></td><td></td></tr>  <tr><th><a name="SEC98_7">M</a></th><td></td><td></td></tr>
# Line 6206  text Line 6212  text
6212  <tr><td colspan="3"> <hr></td></tr>  <tr><td colspan="3"> <hr></td></tr>
6213  <tr><th><a name="SEC99_0">$</a></th><td></td><td></td></tr>  <tr><th><a name="SEC99_0">$</a></th><td></td><td></td></tr>
6214  <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="#IDX127"><code>$AFTER_BODY_OPEN</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6215  <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_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>
6216  <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="#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>
6217  <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="#IDX75"><code>$anchor</code></a></td><td valign="top"><a href="#SEC19">5.1 Redefining functions in initialization files</a></td></tr>
6218  <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="#IDX204"><code>$anchor</code></a></td><td valign="top"><a href="#SEC58">7.4 Formatting of special simple commands</a></td></tr>
6219  <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="#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>
6220  <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_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>
6221  <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="#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>
6222  <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="#IDX80"><code>$BIG_RULE</code></a></td><td valign="top"><a href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
6223  <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="#IDX114"><code>$BODYTEXT</code></a></td><td valign="top"><a href="#SEC36">6.5 Preparing the output</a></td></tr>
6224  <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="#IDX131"><code>$BODYTEXT</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6225  <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="#IDX231"><code>$cell</code></a></td><td valign="top"><a href="#SEC70">7.11.1 Formatting individual table and list items</a></td></tr>
6226  <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="#SEC55">7.3.1 An interface for commands formatting with a hash reference</a></td></tr>
6227  <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="#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>
6228  <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="#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>
6229  <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="#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>
6230  <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="#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>
6231  <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="#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>
6232    <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>
6233  <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="#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>
6234  <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="#IDX78"><code>$DEFAULT_RULE</code></a></td><td valign="top"><a href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
6235  <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="#IDX239"><code>$definition_category</code></a></td><td valign="top"><a href="#SEC74">7.12.2 Customization of the definition formatting</a></td></tr>
6236  <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="#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>
6237  <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="#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>
6238  <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="#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>
6239  <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="#IDX130"><code>$DOCUMENT_DESCRIPTION</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6240  <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="#IDX128"><code>$DOCUMENT_ENCODING</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6241  <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="#IDX129"><code>$ENCODING</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6242  <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>
6243  <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="#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>
6244  <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="#IDX126"><code>$EXTRA_HEAD</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6245  <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="#IDX39"><code>$FRAMES</code></a></td><td valign="top"><a href="#SEC14">4.5 Page layout related command line options</a></td></tr>
6246  <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="#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>
6247  <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="#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>
6248  <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>
6249  <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="#IDX82"><code>$INDEX_CHAPTER</code></a></td><td valign="top"><a href="#SEC24">Element labels</a></td></tr>
6250  <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="#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>
6251  <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="#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>
6252  <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="#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>
6253  <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="#IDX73"><code>$LANG</code></a></td><td valign="top"><a href="#SEC17">4.8 Use initialization files for fine tuning</a></td></tr>
6254  <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="#IDX213"><code>$LANG</code></a></td><td valign="top"><a href="#SEC60">7.6 Customizing strings written by <code>texi2html</code></a></td></tr>
6255  <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="#IDX214"><code>$LANGUAGES</code></a></td><td valign="top"><a href="#SEC60">7.6 Customizing strings written by <code>texi2html</code></a></td></tr>
6256  <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="#SEC92"><code>$LANGUAGES</code></a></td><td valign="top"><a href="#SEC92">A.1 Translating strings</a></td></tr>
6257  <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="#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>
6258  <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="#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>
6259  <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="#IDX79"><code>$MIDDLE_RULE</code></a></td><td valign="top"><a href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
6260  <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="#IDX24"><code>$NODE_FILES</code></a></td><td valign="top"><a href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
6261  <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="#IDX182"><code>$NODE_FILES</code></a></td><td valign="top"><a href="#SEC49">6.12 Customizing the file names</a></td></tr>
6262  <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="#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>
6263  <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="#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>
6264  <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="#SEC55">7.3.1 An interface for commands formatting with a hash reference</a></td></tr>
6265  <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="#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>
6266  <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="#IDX13"><code>$OUT</code></a></td><td valign="top"><a href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
6267  <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="#IDX142"><code>$PRE_BODY_CLOSE</code></a></td><td valign="top"><a href="#SEC41">6.10 Customizing the page footer</a></td></tr>
6268  <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="#IDX16"><code>$PREFIX</code></a></td><td valign="top"><a href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
6269  <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>
6270  <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="#IDX135"><code>$print_chapter_header</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6271  <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>
6272  <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="#IDX132"><code>$print_head_navigation</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6273  <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</code></a></td><td valign="top"><a href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
6274  <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="#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>
6275  <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="#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>
6276  <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="#IDX149"><code>$print_page_foot</code></a></td><td valign="top"><a href="#SEC41">6.10 Customizing the page footer</a></td></tr>
6277  <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="#IDX134"><code>$print_page_head</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6278  <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>
6279  <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="#IDX136"><code>$print_section_header</code></a></td><td valign="top"><a href="#SEC39">6.8 Customizing the page header</a></td></tr>
6280  <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</code></a></td><td valign="top"><a href="#SEC48">6.11.2 Customizing the layout of the special pages</a></td></tr>
6281  <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="#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>
6282  <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="#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>
6283  <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="#IDX41"><code>$SECTION_NAVIGATION</code></a></td><td valign="top"><a href="#SEC14">4.5 Page layout related command line options</a></td></tr>
6284  <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="#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>
6285  <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="#IDX43"><code>$SEPARATED_FOOTNOTES</code></a></td><td valign="top"><a href="#SEC14">4.5 Page layout related command line options</a></td></tr>
6286  <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="#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>
6287  <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="#IDX18"><code>$SHORTEXTN</code></a></td><td valign="top"><a href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
6288  <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="#IDX29"><code>$SHOW_MENU</code></a></td><td valign="top"><a href="#SEC12">4.3 Specifying which regions get expanded</a></td></tr>
6289  <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>
6290  <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="#IDX77"><code>$SMALL_RULE</code></a></td><td valign="top"><a href="#SEC23">6.2 Page layout and navigation panel overview</a></td></tr>
6291  <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="#IDX7"><code>$SPLIT</code></a></td><td valign="top"><a href="#SEC10">4.1 Specifying where to split the generated document</a></td></tr>
6292  <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>
6293  <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="#SEC92"><code>$T2H_OBSOLETE_STRINGS</code></a></td><td valign="top"><a href="#SEC92">A.1 Translating strings</a></td></tr>
6294  <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="#IDX93"><code>$Texi2HTML::NODE{Next}</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6295  <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="#IDX108"><code>$Texi2HTML::OVERVIEW</code></a></td><td valign="top"><a href="#SEC34">Section lines</a></td></tr>
6296  <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>
6297  <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="#IDX107"><code>$Texi2HTML::THIS_HEADER</code></a></td><td valign="top"><a href="#SEC34">Section lines</a></td></tr>
6298  <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="#IDX106"><code>$Texi2HTML::THIS_SECTION</code></a></td><td valign="top"><a href="#SEC34">Section lines</a></td></tr>
6299  <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="#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>
6300  <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="#IDX109"><code>$Texi2HTML::TOC_LINES</code></a></td><td valign="top"><a href="#SEC34">Section lines</a></td></tr>
6301  <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>
6302  <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="#IDX22"><code>$TOC_FILE</code></a></td><td valign="top"><a href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
6303  <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="#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>
6304  <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="#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>
6305  <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="#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>
6306  <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="#IDX20"><code>$TOP_FILE</code></a></td><td valign="top"><a href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
6307  <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="#IDX81"><code>$TOP_HEADING</code></a></td><td valign="top"><a href="#SEC24">Element labels</a></td></tr>
6308  <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>
6309  <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="#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>
6310  <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="#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>
6311    <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>
6312  <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="#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>
6313  <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="#IDX89"><code>$WORDS_IN_PAGE</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6314  <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="#IDX90"><code>$WORDS_IN_PAGE</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6315  <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></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>
6316  <tr><td colspan="3"> <hr></td></tr>  <tr><td colspan="3"> <hr></td></tr>
6317  <tr><th><a name="SEC99_1">%</a></th><td></td><td></td></tr>  <tr><th><a name="SEC99_1">%</a></th><td></td><td></td></tr>
6318  <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>
6319  <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="#IDX95"><code>%ACTIVE_ICONS</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6320  <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="#IDX117"><code>%BUTTONS_GOTO</code></a></td><td valign="top"><a href="#SEC36">6.5 Preparing the output</a></td></tr>
6321  <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="#IDX97"><code>%BUTTONS_NAME</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6322  <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="#IDX116"><code>%BUTTONS_NAME</code></a></td><td valign="top"><a href="#SEC36">6.5 Preparing the output</a></td></tr>
6323  <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>
6324  <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="#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>
6325  <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="#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>
6326  <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="#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>
6327  <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="#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="#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>  
6328  <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="#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>
6329    <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>
6330  <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="#IDX104"><code>%main::value</code></a></td><td valign="top"><a href="#SEC33">Flags</a></td></tr>
6331  <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="#IDX105"><code>%main::value</code></a></td><td valign="top"><a href="#SEC33">Flags</a></td></tr>
6332  <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>
6333  <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="#IDX94"><code>%NAVIGATION_TEXT</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6334  <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="#IDX115"><code>%NAVIGATION_TEXT</code></a></td><td valign="top"><a href="#SEC36">6.5 Preparing the output</a></td></tr>
6335  <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>
6336  <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="#IDX96"><code>%PASSIVE_ICONS</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6337  <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="#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>
6338  <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="#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>
6339  <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="#IDX281"><code>%simple_map</code></a></td><td valign="top"><a href="#SEC90">7.20 Customizing other commands, and unknown commands</a></td></tr>
6340  <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="#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>
6341  <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="#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>
6342  <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="#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>
6343  <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="#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>
6344  <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="#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>
6345  <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="#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>
6346  <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="#IDX285"><code>%style_map</code></a></td><td valign="top"><a href="#SEC90">7.20 Customizing other commands, and unknown commands</a></td></tr>
6347  <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="#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>
6348  <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="#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>
6349  <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="#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>
6350  <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="#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>
6351  <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="#IDX100"><code>%Texi2HTML::HREF</code></a></td><td valign="top"><a href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
6352  <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="#IDX99"><code>%Texi2HTML::NAME</code></a></td><td valign="top"><a href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
6353  <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="#IDX102"><code>%Texi2HTML::NO_TEXI</code></a></td><td valign="top"><a href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
6354  <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="#IDX101"><code>%Texi2HTML::NODE</code></a></td><td valign="top"><a href="#SEC30">6.4.1 Accessing elements informations</a></td></tr>
6355  <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="#IDX103"><code>%Texi2HTML::THISDOC</code></a></td><td valign="top"><a href="#SEC32">Global strings</a></td></tr>
6356  <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="#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>
6357  <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="#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>
6358  <tr><td colspan="3"> <hr></td></tr>  <tr><td colspan="3"> <hr></td></tr>
6359  <tr><th><a name="SEC99_2">@</a></th><td></td><td></td></tr>  <tr><th><a name="SEC99_2">@</a></th><td></td><td></td></tr>
6360  <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="#IDX91"><code>@CHAPTER_BUTTONS</code></a></td><td valign="top"><a href="#SEC27">6.3.2 Specifying the buttons formatting</a></td></tr>
6361  <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="#IDX279"><code>@command_handler_finish</code></a></td><td valign="top"><a href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
6362  <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="#IDX277"><code>@command_handler_init</code></a></td><td valign="top"><a href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
6363  <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="#IDX278"><code>@command_handler_process</code></a></td><td valign="top"><a href="#SEC89">7.19 Bypassing normal formatting</a></td></tr>
6364  <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="#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>
6365  <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="#IDX27"><code>@EXPAND</code></a></td><td valign="top"><a href="#SEC12">4.3 Specifying which regions get expanded</a></td></tr>
6366  <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>  <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>
# Line 6686  text Line 6694  text
6694  </tr></table>  </tr></table>
6695  <h1>About This Document</h1>  <h1>About This Document</h1>
6696  <p>  <p>
6697    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>.
6698  </p>  </p>
6699  <p>  <p>
6700    The buttons in the navigation panels have the following meaning:    The buttons in the navigation panels have the following meaning:
# Line 6788  text Line 6796  text
6796  <hr size="1">  <hr size="1">
6797  <p>  <p>
6798   <font size="-1">   <font size="-1">
6799    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>.
6800   </font>   </font>
6801   <br>   <br>
6802    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26