texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Fri, 8 Nov 2024 16:04:28 -0500 (EST)

branch: master
commit 39c898db42c685d22517f54a516019f8a052dacd
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 8 17:53:53 2024 +0000

    HTML Output Customization manual edit
    
    * doc/texinfo.texi (HTML Output Customization):  Edit slightly.
    (Customization of HTML Code Inserted)
    (Customization of Inserted HTML Code): Rename node.
    (Customization of Inserted HTML Code)
    (Specific Customization of HTML Formatting):
    Add introduction lines to nodes.
---
 ChangeLog        | 11 +++++++++++
 doc/texinfo.texi | 21 ++++++++++++---------
 2 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ee70b60b83..6ac082fdb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2024-11-08  Gavin Smith <gavinsmith0123@gmail.com>
+
+       HTML Output Customization manual edit
+
+       * doc/texinfo.texi (HTML Output Customization):  Edit slightly.
+       (Customization of HTML Code Inserted)
+       (Customization of Inserted HTML Code): Rename node.
+       (Customization of Inserted HTML Code)
+       (Specific Customization of HTML Formatting):
+       Add introduction lines to nodes.
+
 2024-11-08  Patrice Dumas  <pertusus@free.fr>
 
        remove unused contrib/nontests/defs.in
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 70c8d61236..e513702982 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -18050,8 +18050,8 @@ cross-references automatically.  You can get the latest 
version from
 You can use many user-definable customization variables to influence
 the HTML output.  @xref{HTML Customization Variables List} for the full list.
 The possibilities offered by the customization variables, ranging from
-overall document structure or HTML language variant to specific
-constructs formatting should cover most needs not already satisfied
+overall document structure and HTML language variant to formatting of
+specific constructs, should cover most needs not already satisfied
 by CSS customization (@pxref{HTML CSS}).
 
 If you ever need more control, you may be able to achieve this through
@@ -18063,10 +18063,10 @@ Customization}).
 If the @code{TEXI2HTML} customization variable is set, the generated HTML is as
 compatible as possible with @command{texi2html} (@pxref{@command{texi2html}}).
 The effect of this variable is quite unusual, as it does not directly modify
-the output, but sets a lot of other customization variables, some that are
-described next, some that may only be set in initialization files and are
-described in the @command{texi2any} Output Customization separate manual.
-Unset in the default case.
+the output, but sets a lot of other customization variables, including some
+that may only be set in initialization files and are described in the
+separate manual on @command{texi2any} Output Customization.  Unset in
+the default case.
 
 
 @node HTML Output Structure Customization
@@ -18485,8 +18485,11 @@ sign that appears when you hover the mouse pointer 
over the heading text.
 Unset @code{COPIABLE_LINKS} to prevent copiable links output.
 
 
-@node Customization of HTML Code Inserted
-@subsection Customization of HTML Code Inserted
+@node Customization of Inserted HTML Code
+@subsection Customization of Inserted HTML Code
+
+There are variables to set the HTML code inserted at various points
+in the output.
 
 @vindex CLOSE_QUOTE_SYMBOL @subentry @r{for HTML}
 @vindex OPEN_QUOTE_SYMBOL @subentry @r{for HTML}
@@ -18580,7 +18583,7 @@ texinfo_set_from_init_file('OUTPUT_ENCODING_NAME', 
'utf-8');
 @node Specific Customization of HTML Formatting
 @subsection Specific Customization of HTML Formatting
 
-@c The appearance of specific construct is customizable.
+The appearance of specific constructs is customizable.
 
 @c Header levels
 



reply via email to

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