[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:30 -0500 (EST) |
branch: master
commit 714e2827dff02cf7a6bb537618035a1647398fc4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 8 18:57:59 2024 +0000
* doc/texinfo.texi (HTML Customization for Math): Edit.
---
ChangeLog | 4 ++++
doc/texinfo.texi | 18 +++++++++---------
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 45fcf70e0a..953ce0cf0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-11-08 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.texi (HTML Customization for Math): Edit.
+
2024-11-08 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.texi (JavaScript Interface and Licenses): Edit.
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index be61087d4b..a6c98f57fa 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -18624,11 +18624,11 @@ default false.
@vindex HTML_MATH
@cindex HTML output @subentry math @subentry customization
-You can select diverse methods to render math in HTML (@pxref{Inserting Math}).
-This is controlled by the @code{HTML_MATH} customization variable
-value. By default, the customization variable is unset
-and the HTML output is only emphasized. You may select better options for
-displaying properly formatted mathematics. For some of those options, if you
+You can select various methods to render math in HTML (@pxref{Inserting Math}).
+This is controlled by the @code{HTML_MATH} customization variable.
+By default, the customization variable is unset and the HTML output
+is only emphasized. You may select other options in order to display
+properly formatted mathematics. For some of these options, if you
set @option{--iftex}, @code{@@tex} sections are converted to HTML, and if you
set @option{--iflatex} @code{@@latex} sections are converted to HTML.
@@ -18639,7 +18639,7 @@ image files for mathematical material.
@command{latex2html} will process @LaTeX{} math in math commands,
including @TeX{} math compatible with @LaTeX{}.
-@command{latex2html} is used to translates @code{@@tex}
+@command{latex2html} is used to translate @code{@@tex}
and @code{@@latex} sections to HTML if the corresponding sections
are not ignored. Note that @command{latex2html} can only process @LaTeX{},
including when processing @code{@@tex} sections.
@@ -18656,8 +18656,8 @@ Inserts references in the output files to MathJax
scripts to format
mathematics. The MathJax option requires JavaScript to be enabled in the
browser to work.
-MathJax handles @LaTeX{} math, including @TeX{}
-math compatible with @LaTeX{} commonly used. Some specific constructs
+MathJax handles @LaTeX{} math, including commonly used @TeX{}
+math compatible with @LaTeX{}. Some specific constructs
(for example some uses of @code{\text}) are not supported, but this should
not be a practical issue.
@@ -18671,7 +18671,7 @@ Use the @command{tex4ht} program to produce HTML for
mathematical material.
@command{tex4ht} will process @LaTeX{} math in math commands,
including @TeX{} math compatible with @LaTeX{}.
-@command{tex4ht} is used to translates @code{@@tex} and @code{@@latex}
+@command{tex4ht} is used to translate @code{@@tex} and @code{@@latex}
sections to HTML if the sections are not ignored. The @code{@@tex} sections
are processed in @TeX{} mode, while the @code{@@latex} sections are
processed as @LaTeX{}.
- master updated (a526af3498 -> 31221d75f7), Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08
- [no subject], Gavin D. Smith, 2024/11/08