[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 6 Apr 2024 06:32:05 -0400 (EDT) |
branch: master
commit fdf8cf9bff7afe247ab83a82d249ffc9431750f7
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Apr 6 12:31:54 2024 +0200
* doc/texinfo.texi (Other Formats Customization Variables): new node
for customization which apply to specific formats only, for formats
without separate customization variables description section.
---
ChangeLog | 6 ++++++
doc/texinfo.texi | 37 ++++++++++++++++++++++++-------------
2 files changed, 30 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e3b1f3890f..ef0ec1d8b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-06 Patrice Dumas <pertusus@free.fr>
+
+ * doc/texinfo.texi (Other Formats Customization Variables): new node
+ for customization which apply to specific formats only, for formats
+ without separate customization variables description section.
+
2024-04-06 Patrice Dumas <pertusus@free.fr>
* doc/texinfo.texi (Customization Variables): move 'Info and Plaintext
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index c67f855a0b..12ac0e2c17 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -15367,6 +15367,7 @@ The sections below give the details for each of these.
* Global: Global Customization Variables.
* Info: Info and Plaintext Customization Variables.
* LaTeX: @LaTeX{} Customization Variables.
+* Other: Other Formats Customization Variables.
* Formats: Customization Variables for Multiple Formats.
@end menu
@@ -15745,15 +15746,6 @@ 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.
-@item TEXI2DVI
-Name of the command used to produce PostScript, PDF, and DVI; default
-@samp{texi2dvi}. @xref{@command{texi2any} Printed Output}.
-
-@item TEXTCONTENT_COMMENT
-For stripped text content output (i.e., when
-@code{TEXINFO_OUTPUT_FORMAT} is set to @code{textcontent}). If set,
-also output comments. Default false.
-
@item TREE_TRANSFORMATIONS
The associated value is a comma separated list of transformations that
can be applied to the Texinfo tree prior to outputting the result. If
@@ -15982,6 +15974,29 @@ lists, and @code{@@float}:
@end vtable
+@node Other Formats Customization Variables
+@subsection Other Formats Customization Variables
+
+This table gives the customization which apply to specific formats only,
+for formats without separate customization variables description section.
+
+@vtable @code
+@item TEXI2DVI
+Name of the command used to produce PostScript, PDF, and DVI; default
+@samp{texi2dvi}. @xref{@command{texi2any} Printed Output}.
+
+@item TEXTCONTENT_COMMENT
+For stripped text content output (i.e., when
+@code{TEXINFO_OUTPUT_FORMAT} is set to @code{textcontent}). If set,
+also output comments. Default false.
+
+@item TEXINFO_DTD_VERSION
+For XML@. Version of the DTD used in the XML output preamble. The
+default is set based on a variable in @file{configure.ac}.
+
+@end vtable
+
+
@node Customization Variables for Multiple Formats
@subsection Customization Variables for Multiple Formats
@@ -16055,10 +16070,6 @@ accented characters in HTML, XML, DocBook and @LaTeX{}
output and special
characters in HTML and @LaTeX{} output based on the document encoding.
@xref{@code{@@documentencoding}}, and @ref{Inserting Accents}.
-@item TEXINFO_DTD_VERSION
-For XML@. Version of the DTD used in the XML output preamble. The
-default is set based on a variable in @file{configure.ac}.
-
@item TOP_NODE_UP
Up node for the Top node; default @samp{(dir)}. This node name is
supposed to be already formatted for the output format. In HTML