[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.texi (Other Customization Variables
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.texi (Other Customization Variables) (EPUB Output File and Directory, EPUB HTML): Change EPUB to EPUB@. at ends of sentences. |
Date: |
Thu, 19 Oct 2023 11:58:13 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new a978c51b8c * doc/texinfo.texi (Other Customization Variables) (EPUB
Output File and Directory, EPUB HTML): Change EPUB to EPUB@. at ends of
sentences.
a978c51b8c is described below
commit a978c51b8cfbb2eea84afcc30ac80871fc893eb8
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 19 16:58:05 2023 +0100
* doc/texinfo.texi (Other Customization Variables)
(EPUB Output File and Directory, EPUB HTML):
Change EPUB to EPUB@. at ends of sentences.
---
ChangeLog | 6 ++++++
doc/texinfo.texi | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6ac57a50df..e452690bfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.texi (Other Customization Variables)
+ (EPUB Output File and Directory, EPUB HTML):
+ Change EPUB to EPUB@. at ends of sentences.
+
2023-10-19 Gavin Smith <gavinsmith0123@gmail.com>
* README-hacking: Remove superseded note.
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 205dc5fb08..30a4439b17 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -16231,7 +16231,7 @@ to 1.
@item EPUB_KEEP_CONTAINER_FOLDER
If set, keep the directory containing the directories and files
-needed for EPUB. The EPUB output file is a ZIP archive of this
+needed for EPUB@. The EPUB output file is a ZIP archive of this
directory. Default is not defined. Set if not defined and @code{TEST} or
@code{DEBUG} is set. @xref{EPUB Output File and Directory}.
@@ -17787,7 +17787,7 @@ the files and directories needed for the EPUB file by
setting the
@cindex Container directory for EPUB
@cindex EPUB Container directory
A directory containing the files and directories needed for the
-EPUB format is created when outputting EPUB. The name of this
+EPUB format is created when outputting EPUB@. The name of this
container directory is derived from the base name of the input file (that
is, any extension is removed), with @code{_epub_package} postpended.
If an output directory is specified, with @option{--output},
@@ -17841,7 +17841,7 @@ The HTML generated for EPUB is XHTML conformant, UTF-8
encoded, and
formatted without the usual HTML navigation headers and footers.
Most of these features are enabled with customization variables, such as
@code{USE_XML_SYNTAX} or @code{OUTPUT_FILE_NAME_ENCODING}. Some
-features of printed output are used in EPUB. In particular, the Top
+features of printed output are used in EPUB@. In particular, the Top
node does not appear in the EPUB output, while a title page is
generated. This is obtained by setting @code{NO_TOP_NODE_OUTPUT}.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.texi (Other Customization Variables) (EPUB Output File and Directory, EPUB HTML): Change EPUB to EPUB@. at ends of sentences.,
Gavin D. Smith <=