JezK
Edit File: Other-Customization-Variables.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- This manual is for GNU Texinfo (version 6.8, 8 June 2021), a documentation system that can produce both online information and a printed manual from a single source using semantic markup. Copyright (C) 1988, 1990-1993, 1995-1999, 2001-2021 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". --> <title>Other Customization Variables (GNU Texinfo 6.8)</title> <meta name="description" content="Other Customization Variables (GNU Texinfo 6.8)"> <meta name="keywords" content="Other Customization Variables (GNU Texinfo 6.8)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2any"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="index.html" rel="start" title="Top"> <link href="Command-and-Variable-Index.html" rel="index" title="Command and Variable Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Customization-Variables.html" rel="up" title="Customization Variables"> <link href="latex2html-Customization-Variables.html" rel="prev" title="latex2html Customization Variables"> <style type="text/css"> <!-- a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em} a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} span:hover a.copiable-anchor {visibility: visible} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en"> <div class="subsection" id="Other-Customization-Variables"> <div class="header"> <p> Previous: <a href="latex2html-Customization-Variables.html" accesskey="p" rel="prev"><code>latex2html</code> Customization Variables</a>, Up: <a href="Customization-Variables.html" accesskey="u" rel="up">Customization Variables</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Command-and-Variable-Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> <span id="Other-Customization-Variables-1"></span><h4 class="subsection">19.4.6 Other Customization Variables</h4> <p>This table gives the remaining customization variables, which apply to multiple formats, or affect global behavior, or otherwise don’t fit into the categories of the previous sections. </p> <dl compact="compact"> <dt id='index-CHECK_005fNORMAL_005fMENU_005fSTRUCTURE'><span><code>CHECK_NORMAL_MENU_STRUCTURE</code><a href='#index-CHECK_005fNORMAL_005fMENU_005fSTRUCTURE' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Warn if the nodes pointers (either explicitly or automatically set) are not consistent with the order of node menu entries. </p> </dd> <dt id='index-CLOSE_005fQUOTE_005fSYMBOL'><span><code>CLOSE_QUOTE_SYMBOL</code><a href='#index-CLOSE_005fQUOTE_005fSYMBOL' class='copiable-anchor'> ¶</a></span></dt> <dd><p>When a closing quote is needed, use this character; default <code>&rsquo;</code> in HTML, <code>&#8217;</code> in DocBook. The default for Info is the same as <code>OPEN_QUOTE_SYMBOL</code> (see below). </p> </dd> <dt id='index-CPP_005fLINE_005fDIRECTIVES-1'><span><code>CPP_LINE_DIRECTIVES</code><a href='#index-CPP_005fLINE_005fDIRECTIVES-1' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Recognize <code>#line</code> directives in a “preprocessing” pass (see <a href="External-Macro-Processors.html">External Macro Processors: Line Directives</a>); on by default. </p> </dd> <dt id='index-DEBUG'><span><code>DEBUG</code><a href='#index-DEBUG' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, debugging output is generated; default is off (zero). </p> </dd> <dt id='index-DOCTYPE'><span><code>DOCTYPE</code><a href='#index-DOCTYPE' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-SystemLiteral"></span> <p>For DocBook, HTML, XML. Specifies the <code>SystemLiteral</code>, the entity’s system identifier. This is a URI which may be used to retrieve the entity, and identifies the canonical DTD for the document. The default value is different for each of HTML, DocBook and Texinfo XML. </p> </dd> <dt id='index-DUMP_005fTEXI'><span><code>DUMP_TEXI</code><a href='#index-DUMP_005fTEXI' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For debugging. If set, no conversion is done, only parsing and macro expansion. If the option <samp>--macro-expand</samp> is set, the Texinfo source is also expanded to the corresponding file. Default false. </p> </dd> <dt id='index-DUMP_005fTREE'><span><code>DUMP_TREE</code><a href='#index-DUMP_005fTREE' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For debugging. If set, the tree constructed upon parsing a Texinfo document is output to standard error; default false. </p> </dd> <dt id='index-ENABLE_005fENCODING_005fUSE_005fENTITY'><span><code>ENABLE_ENCODING_USE_ENTITY</code><a href='#index-ENABLE_005fENCODING_005fUSE_005fENTITY' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For HTML, XML. If <samp>--enable-encoding</samp> is set, and there is an entity corresponding with the letter or the symbol being output, prefer the entity. Set by default for HTML, but not XML. </p> </dd> <dt id='index-EXTERNAL_005fCROSSREF_005fSPLIT'><span><code>EXTERNAL_CROSSREF_SPLIT</code><a href='#index-EXTERNAL_005fCROSSREF_005fSPLIT' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For cross-references to other manuals, this determines if the other manual is considered to be split or monolithic. By default, it is set based on the value of <code>SPLIT</code>. See <a href="HTML-Xref.html">HTML Cross-references</a>, and see <a href="HTML-Xref-Configuration.html">HTML Cross-reference Configuration: <samp>htmlxref.cnf</samp></a>. </p> </dd> <dt id='index-EXTENSION'><span><code>EXTENSION</code><a href='#index-EXTENSION' class='copiable-anchor'> ¶</a></span></dt> <dd><p>The extension added to the output file name. The default is different for each output format. </p> </dd> <dt id='index-FORMAT_005fMENU'><span><code>FORMAT_MENU</code><a href='#index-FORMAT_005fMENU' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-_002d_002dno_002dheaders-1"></span> <p>If set to ‘<samp>menu</samp>’, output Texinfo menus. This is the default for Info. ‘<samp>sectiontoc</samp>’ is the default setting for HTML, where instead of the contents of <code>@menu</code> blocks being output, a list of subordinate sections is output in each node. If set to ‘<samp>nomenu</samp>’, do not output menus. </p> <p>This variable is set to ‘<samp>nomenu</samp>’ when generating DocBook, or when <samp>--no-headers</samp> is specified. </p> </dd> <dt id='index-IGNORE_005fBEFORE_005fSETFILENAME'><span><code>IGNORE_BEFORE_SETFILENAME</code><a href='#index-IGNORE_005fBEFORE_005fSETFILENAME' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, begin outputting at <code>@setfilename</code>, if <code>@setfilename</code> is present; default true. </p> </dd> <dt id='index-IGNORE_005fSPACE_005fAFTER_005fBRACED_005fCOMMAND_005fNAME'><span><code>IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME</code><a href='#index-IGNORE_005fSPACE_005fAFTER_005fBRACED_005fCOMMAND_005fNAME' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, spaces are ignored after an @-command that takes braces. Default true, matching the TeX behavior. </p> </dd> <dt id='index-INDEX_005fSPECIAL_005fCHARS_005fWARNING'><span><code>INDEX_SPECIAL_CHARS_WARNING</code><a href='#index-INDEX_005fSPECIAL_005fCHARS_005fWARNING' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, warn about ‘<samp>:</samp>’ in index entry, as it leads to invalid entries in index menus in output Info files. For Info and plaintext only. </p> <span id="INFO_005fSPECIAL_005fCHARS_005fQUOTE"></span></dd> <dt id='index-INFO_005fSPECIAL_005fCHARS_005fQUOTE'><span><code>INFO_SPECIAL_CHARS_QUOTE</code><a href='#index-INFO_005fSPECIAL_005fCHARS_005fQUOTE' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, whenever there are problematic characters for Info output in places such as node names or menu items, surround the part of the construct where they appear with quoting characters, as described in <a href="Info-Format-Specification.html">Info Format Specification</a>. See <a href="Node-Line-Requirements.html"><code>@node</code> Line Requirements</a>. </p> </dd> <dt id='index-INFO_005fSPECIAL_005fCHARS_005fWARNING'><span><code>INFO_SPECIAL_CHARS_WARNING</code><a href='#index-INFO_005fSPECIAL_005fCHARS_005fWARNING' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, warn about problematic constructs for Info output (such as the string ‘<samp>::</samp>’) in node names, menu items, and cross-references; default true. Do not warn about index entries, since parsing problems there don’t prevent navigation; readers can still relatively easily find their way to the node in question. </p> </dd> <dt id='index-MAX_005fMACRO_005fCALL_005fNESTING'><span><code>MAX_MACRO_CALL_NESTING</code><a href='#index-MAX_005fMACRO_005fCALL_005fNESTING' class='copiable-anchor'> ¶</a></span></dt> <dd><p>The maximal number of recursive calls of @-commands defined through <code>@rmacro</code>; default 100000. The purpose of this variable is to avoid infinite recursions. </p> </dd> <dt id='index-NO_005fUSE_005fSETFILENAME'><span><code>NO_USE_SETFILENAME</code><a href='#index-NO_005fUSE_005fSETFILENAME' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, do not use <code>@setfilename</code> to set the document name; instead, base the output document name only on the input file name. The default is false. </p> </dd> <dt id='index-NODE_005fNAME_005fIN_005fINDEX'><span><code>NODE_NAME_IN_INDEX</code><a href='#index-NODE_005fNAME_005fIN_005fINDEX' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, use node names in index entries, otherwise prefer section names; default true. </p> </dd> <dt id='index-NODE_005fNAME_005fIN_005fMENU'><span><code>NODE_NAME_IN_MENU</code><a href='#index-NODE_005fNAME_005fIN_005fMENU' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, use node names in menu entries, otherwise prefer section names; default true. </p> </dd> <dt id='index-OPEN_005fQUOTE_005fSYMBOL'><span><code>OPEN_QUOTE_SYMBOL</code><a href='#index-OPEN_005fQUOTE_005fSYMBOL' class='copiable-anchor'> ¶</a></span></dt> <dd><p>When an opening quote is needed, e.g., for ‘<samp>@samp</samp>’ output, use the specified character; default <code>&lsquo;</code> for HTML, <code>&#8216;</code> for DocBook. For Info, the default depends on the enabled document encoding (see <a href="_0040documentencoding.html"><code>@documentencoding <var>enc</var></code>: Set Input Encoding</a>); if no document encoding is set, or the encoding is US-ASCII, etc., ‘<samp>'</samp>’ is used. This character usually appears as an undirected single quote on modern systems. If the document encoding is Unicode, the Info output uses a Unicode left quote. </p> </dd> <dt id='index-OUTPUT_005fENCODING_005fNAME'><span><code>OUTPUT_ENCODING_NAME</code><a href='#index-OUTPUT_005fENCODING_005fNAME' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Normalized encoding name used for output files. Should be a usable charset name in HTML, typically one of the preferred IANA encoding names. By default, if an input encoding is set (typically through <code>@documentencoding</code>), this information is used to set the output encoding name. If no input encoding is specified, the default output encoding name may be set by the output format. In particular, the XML-based formats use <code>utf-8</code> for <code>OUTPUT_ENCODING_NAME</code> if the encoding is not otherwise specified. See <a href="_0040documentencoding.html"><code>@documentencoding <var>enc</var></code>: Set Input Encoding</a>. </p> </dd> <dt id='index-OVERVIEW_005fLINK_005fTO_005fTOC'><span><code>OVERVIEW_LINK_TO_TOC</code><a href='#index-OVERVIEW_005fLINK_005fTO_005fTOC' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set, the cross-references in the Overview link to the corresponding Table of Contents entries; default true. </p> </dd> <dt id='index-PACKAGE'><span><code>PACKAGE</code><a href='#index-PACKAGE' class='copiable-anchor'> ¶</a></span></dt> <dt id='index-PACKAGE_005fVERSION'><span><code>PACKAGE_VERSION</code><a href='#index-PACKAGE_005fVERSION' class='copiable-anchor'> ¶</a></span></dt> <dt id='index-PACKAGE_005fAND_005fVERSION'><span><code>PACKAGE_AND_VERSION</code><a href='#index-PACKAGE_005fAND_005fVERSION' class='copiable-anchor'> ¶</a></span></dt> <dt id='index-PACKAGE_005fURL'><span><code>PACKAGE_URL</code><a href='#index-PACKAGE_005fURL' class='copiable-anchor'> ¶</a></span></dt> <dt id='index-PACKAGE_005fNAME'><span><code>PACKAGE_NAME</code><a href='#index-PACKAGE_005fNAME' class='copiable-anchor'> ¶</a></span></dt> <dd><p>The implementation’s short package name, package version, package name and version concatenated, package url, and full package name, respectively. By default, these variables are all set through Autoconf, Automake, and <code>configure</code>. </p> </dd> <dt id='index-PREFIX'><span><code>PREFIX</code><a href='#index-PREFIX' class='copiable-anchor'> ¶</a></span></dt> <dd><p>The output file prefix, which is prepended to some output file names. By default it is set by <code>@setfilename</code> or from the input file (see <a href="_0040setfilename.html"><code>@setfilename</code>: Set the Output File Name</a>). How this value is used depends on the value of other customization variables or command line options, such as whether the output is split. The default is unset. </p> </dd> <dt id='index-PROGRAM'><span><code>PROGRAM</code><a href='#index-PROGRAM' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Name of the program used. By default, it is set to the name of the program launched, with a trailing ‘<samp>.pl</samp>’ removed. </p> </dd> <dt id='index-SORT_005fELEMENT_005fCOUNT'><span><code>SORT_ELEMENT_COUNT</code><a href='#index-SORT_005fELEMENT_005fCOUNT' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-texi_002delements_002dby_002dsize"></span> <span id="index-Longest-nodes_002c-finding"></span> <span id="index-Sorting-nodes-by-size"></span> <p>If set, the name of a file to which a list of elements (nodes or sections, depending on the output format) is dumped, sorted by the number of lines they contain after removal of @-commands; default unset. This is used by the program <code>texi-elements-by-size</code> in the <samp>util/</samp> directory of the Texinfo source distribution (see <a href="Tips.html#texi_002delements_002dby_002dsize">texi-elements-by-size</a>). </p> </dd> <dt id='index-SORT_005fELEMENT_005fCOUNT_005fWORDS'><span><code>SORT_ELEMENT_COUNT_WORDS</code><a href='#index-SORT_005fELEMENT_005fCOUNT_005fWORDS' class='copiable-anchor'> ¶</a></span></dt> <dd><p>When dumping the elements-by-size file (see preceding item), use word counts instead of line counts; default false. </p> </dd> <dt id='index-TEST'><span><code>TEST</code><a href='#index-TEST' class='copiable-anchor'> ¶</a></span></dt> <dd><p>If set to true, some variables which are normally dynamically generated anew for each run (date, program name, version) are set to fixed and given values. This is useful to compare the output to a reference file, as is done for the tests. The default is false. </p> </dd> <dt id='index-TEXI2DVI'><span><code>TEXI2DVI</code><a href='#index-TEXI2DVI' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Name of the command used to produce PostScript, PDF, and DVI; default ‘<samp>texi2dvi</samp>’. See <a href="texi2any-Printed-Output.html"><code>texi2any</code> Printed Output</a>. </p> </dd> <dt id='index-TEXI2HTML'><span><code>TEXI2HTML</code><a href='#index-TEXI2HTML' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-compatibility_002c-with-texi2html"></span> <p>Generate HTML and try to be as compatible as possible with <code>texi2html</code>; default false. </p> </dd> <dt id='index-TEXINFO_005fDTD_005fVERSION'><span><code>TEXINFO_DTD_VERSION</code><a href='#index-TEXINFO_005fDTD_005fVERSION' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For XML. Version of the DTD used in the XML output preamble. The default is set based on a variable in <samp>configure.ac</samp>. </p> </dd> <dt id='index-TEXTCONTENT_005fCOMMENT'><span><code>TEXTCONTENT_COMMENT</code><a href='#index-TEXTCONTENT_005fCOMMENT' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For stripped text content output (i.e., when <code>TEXINFO_OUTPUT_FORMAT</code> is set to <code>textcontent</code>). If set, also output comments. Default false. </p> </dd> <dt id='index-TOP_005fNODE_005fUP'><span><code>TOP_NODE_UP</code><a href='#index-TOP_005fNODE_005fUP' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Up node for the Top node; default ‘<samp>(dir)</samp>’. This node name is supposed to be already formatted for the output format. In HTML can be used in attribute, so should not contain any element. Used for HTML output only if <code>TOP_NODE_UP_URL</code> is set to override the url, see <code>TOP_NODE_UP_URL</code> in <a href="HTML-Customization-Variables.html">HTML Customization Variables</a>. </p> </dd> <dt id='index-TREE_005fTRANSFORMATIONS'><span><code>TREE_TRANSFORMATIONS</code><a href='#index-TREE_005fTRANSFORMATIONS' class='copiable-anchor'> ¶</a></span></dt> <dd><p>The associated value is a comma separated list of transformations that can be applied to the Texinfo tree prior to outputting the result. If more than one is specified, the ordering is irrelevant; each is always applied at the necessary point during processing. </p> <p>The only one executed by default is ‘<samp>move_index_entries_after_items</samp>’ for HTML and DocBook output. Here’s an example of updating the master menu in a document: </p> <div class="example"> <pre class="example">makeinfo \ -c TREE_TRANSFORMATIONS=regenerate_master_menu \ -c TEXINFO_OUTPUT_FORMAT=plaintexinfo \ mydoc.texi \ -o /tmp/out </pre></div> <p>(Caveat: Since ‘<samp>plaintexinfo</samp>’ output expands Texinfo macros and conditionals, it’s necessary to remove any such differences before installing the updates in the original document. This may be remedied in a future release.) </p> <p>The following transformations are currently supported (many are used in the <code>pod2texi</code> utility distributed with Texinfo; see <a href="Invoking-pod2texi.html">Invoking <code>pod2texi</code>: Convert POD to Texinfo</a>): </p> <dl compact="compact"> <dt id='index-complete_005ftree_005fnodes_005fmenus'><span>‘<samp>complete_tree_nodes_menus</samp>’<a href='#index-complete_005ftree_005fnodes_005fmenus' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Add menu entries or whole menus for nodes associated with sections of any level, based on the sectioning tree. </p> </dd> <dt id='index-complete_005ftree_005fnodes_005fmissing_005fmenu'><span>‘<samp>complete_tree_nodes_missing_menu</samp>’<a href='#index-complete_005ftree_005fnodes_005fmissing_005fmenu' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Add whole menus for nodes associated with sections without menu. The menus are based on the sectioning tree. </p> </dd> <dt id='index-fill_005fgaps_005fin_005fsectioning'><span>‘<samp>fill_gaps_in_sectioning</samp>’<a href='#index-fill_005fgaps_005fin_005fsectioning' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Adds empty <code>@unnumbered...</code> sections in a tree to fill gaps in sectioning. For example, an <code>@unnumberedsec</code> will be inserted if a <code>@chapter</code> is followed by a <code>@subsection</code>. </p> </dd> <dt id='index-insert_005fnodes_005ffor_005fsectioning_005fcommands'><span>‘<samp>insert_nodes_for_sectioning_commands</samp>’<a href='#index-insert_005fnodes_005ffor_005fsectioning_005fcommands' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Insert nodes for sectioning commands lacking a corresponding node. </p> </dd> <dt id='index-move_005findex_005fentries_005fafter_005fitems'><span>‘<samp>move_index_entries_after_items</samp>’<a href='#index-move_005findex_005fentries_005fafter_005fitems' class='copiable-anchor'> ¶</a></span></dt> <dd><p>In <code>@enumerate</code> and <code>@itemize</code>, move index entries appearing just before an <code>@item</code> to just after the <code>@item</code>. Comment lines between index entries are moved too. As mentioned, this is always done for HTML and DocBook output. </p> </dd> <dt id='index-regenerate_005fmaster_005fmenu'><span>‘<samp>regenerate_master_menu</samp>’<a href='#index-regenerate_005fmaster_005fmenu' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Update the Top node master menu, either replacing the (first) <code>@detailmenu</code> in the Top node menu, or creating it at the end of the Top node menu. </p> </dd> <dt id='index-simple_005fmenu'><span>‘<samp>simple_menu</samp>’<a href='#index-simple_005fmenu' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Mostly the same as <code>SIMPLE_MENU</code>: use a simple preformatted style for the menu. It differs from setting <code>SIMPLE_MENU</code> in that <code>SIMPLE_MENU</code> only has an effect in HTML output. </p> </dd> </dl> </dd> <dt id='index-USE_005fNODES'><span><code>USE_NODES</code><a href='#index-USE_005fNODES' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Preferentially use nodes to decide where elements are separated. If set to false, preferentially use sectioning to decide where elements are separated. The default is true. </p> </dd> <dt id='index-USE_005fNUMERIC_005fENTITY'><span><code>USE_NUMERIC_ENTITY</code><a href='#index-USE_005fNUMERIC_005fENTITY' class='copiable-anchor'> ¶</a></span></dt> <dd><p>For HTML and XML. If set, use numeric entities instead of ASCII characters when there is no named entity. By default, set to true for HTML. </p> </dd> <dt id='index-USE_005fUP_005fNODE_005fFOR_005fELEMENT_005fUP'><span><code>USE_UP_NODE_FOR_ELEMENT_UP</code><a href='#index-USE_005fUP_005fNODE_005fFOR_005fELEMENT_005fUP' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Fill in up sectioning direction with node direction when there is no sectioning up direction. In practice this can only happen when there is no @top section. Not set by default. </p> </dd> <dt id='index-USE_005fSETFILENAME_005fEXTENSION'><span><code>USE_SETFILENAME_EXTENSION</code><a href='#index-USE_005fSETFILENAME_005fEXTENSION' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Default is on for Info, off for other output. If set, use exactly what <code>@setfilename</code> gives for the output file name, including the extension. You should not need to explicitly set this variable. </p> </dd> <dt id='index-USE_005fTITLEPAGE_005fFOR_005fTITLE'><span><code>USE_TITLEPAGE_FOR_TITLE</code><a href='#index-USE_005fTITLEPAGE_005fFOR_005fTITLE' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Use the full <code>@titlepage</code> as the title, not a simple title string; default false. </p> </dd> <dt id='index-USE_005fUNIDECODE'><span><code>USE_UNIDECODE</code><a href='#index-USE_005fUNIDECODE' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-Text_003a_003aUnidecode"></span> <p>If set to false, do not use the <code>Text::Unidecode</code> Perl module to transliterate more characters; default true. </p> </dd> </dl> </div> <hr> <div class="header"> <p> Previous: <a href="latex2html-Customization-Variables.html"><code>latex2html</code> Customization Variables</a>, Up: <a href="Customization-Variables.html">Customization Variables</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Command-and-Variable-Index.html" title="Index" rel="index">Index</a>]</p> </div> </body> </html>