[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 1 Apr 2024 17:59:17 -0400 (EDT) |
branch: master
commit d50500eca9c855bf51e5aa503d6524593a9463b9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Apr 1 23:12:30 2024 +0200
* doc/texinfo.texi (Other Customization Variables): fix
OPEN_QUOTE_SYMBOL numeric entity for HTML.
* doc/texinfo.texi (General Customization of HTML Code): add
CLOSE_QUOTE_SYMBOL and OPEN_QUOTE_SYMBOL for HTML customization
description.
---
ChangeLog | 9 +++++++++
doc/texinfo.texi | 13 ++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 25db4bfec9..2df44c2665 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,15 @@
Refer to the user of the program as "you" in many places in order
to be clearer as to semantic agency.
+2024-04-01 Patrice Dumas <pertusus@free.fr>
+
+ * doc/texinfo.texi (Other Customization Variables): fix
+ OPEN_QUOTE_SYMBOL numeric entity for HTML.
+
+ * doc/texinfo.texi (General Customization of HTML Code): add
+ CLOSE_QUOTE_SYMBOL and OPEN_QUOTE_SYMBOL for HTML customization
+ description.
+
2024-04-01 Patrice Dumas <pertusus@free.fr>
* doc/texinfo.texi: update internal references to use more the new
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 39a3ef5e06..9134932c2c 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -16375,7 +16375,7 @@ default true.
When an opening quote is needed, e.g., for @samp{@@samp} output, use
the specified character; default @code{‘} for DocBook.
Undefined in the default case in HTML and set to @code{‘}
-if @code{USE_NUMERIC_ENTITY} is not set, to @code{’} if set, and
+if @code{USE_NUMERIC_ENTITY} is not set, to @code{‘} if set, and
to a quote character if @code{OUTPUT_CHARACTERS} is set and the output
encoding includes that character.
@@ -18826,6 +18826,17 @@ If it is not desirable, for example to generate strict
XHTML, you can
set @code{NO_CUSTOM_HTML_ATTRIBUTE} to prevent custom attributes being
output.
+@vindex CLOSE_QUOTE_SYMBOL
+@vindex OPEN_QUOTE_SYMBOL
+In the default case, opening quote and closing quotes needed, e.g. for
+@code{@@samp} output are set to @code{‘} and @code{’} if
+@code{USE_NUMERIC_ENTITY} is not set, to @code{‘} and @code{’} if
+set, and to a quote character if @code{OUTPUT_CHARACTERS} is set and the output
+encoding includes that character. This default case corresponds to
+@code{OPEN_QUOTE_SYMBOL} and @code{CLOSE_QUOTE_SYMBOL} undefined. Set those
+variables to the opening quote and to the closing quote respectively to
+override the default behaviour.
+
@vindex DEFAULT_RULE
@vindex BIG_RULE
To change the HTML code for breaks (horizontal rule) inserted in various