summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
commitf07aa0a2368abb30efa4b434b345413c68fcab3a (patch)
tree6b3941ef9ec8c0c9e563240377a2b52f974af2fe /support/TeX4ht
parent5a0f1ae73dc99fa5e9279c3ac3612137c55e86b6 (diff)
CTAN sync 202306170301
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex10
2 files changed, 10 insertions, 5 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 956f99129d..7375c0dc04 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-16 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): fixed \TeX used in \text.
+ https://github.com/michal-h21/tex4ebook/issues/108
+
2023-06-12 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-fonts-cjk.tex (
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 98e02e637d..a85b327f21 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,8 +1,8 @@
-% $Id: tex4ht-mathml.tex 1273 2022-12-21 17:00:19Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1342 2023-06-16 21:46:57Z karl $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 TeX Users Group
% Copyright 1999-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -536,7 +536,7 @@ xmlns="http://www.w3.org/1999/xhtml"
\<mathml\><<<
% mathml.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 TeX Users Group
% Copyright |CopyYear.1999. Eitan M. Gurari
|<TeX4ht copywrite|>
>>>
@@ -848,9 +848,9 @@ The special replaces the `x' character.
\<plain,latex mathml\><<<
\let\mml:TeX|=\TeX
-\def\TeX{\ifmathml
+\def\TeX{\ifmathml\ifmtext TeX\else
\HCode{<\a:mathml mtext
- \mml:class="TeX">TeX</\a:mathml mtext>}\else \mml:TeX\fi}
+ \mml:class="TeX">TeX</\a:mathml mtext>}\fi\else \mml:TeX\fi}
>>>
%%%%%%%%%%%%%%%%%%%%%%%%%