diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 5 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-mathml.tex | 10 |
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} >>> %%%%%%%%%%%%%%%%%%%%%%%%% |