[tex4ht-commits] [SCM] tex4ht updated: r1347 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Jul 11 22:48:44 CEST 2023
Author: michal_h21
Date: 2023-07-11 20:48:44 +0000 (Tue, 11 Jul 2023)
New Revision: 1347
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
fixed \tilde accent in mathml
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-07-06 12:55:30 UTC (rev 1346)
+++ trunk/lit/ChangeLog 2023-07-11 20:48:44 UTC (rev 1347)
@@ -1,3 +1,8 @@
+2023-07-11 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): fixed \tilde accent in MathML.
+ https://github.com/michal-h21/make4ht/issues/125
+
2023-07-06 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-fonts-noncjk.tex (
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2023-07-06 12:55:30 UTC (rev 1346)
+++ trunk/lit/tex4ht-mathml.tex 2023-07-11 20:48:44 UTC (rev 1347)
@@ -783,11 +783,15 @@
\:CheckOption{new-accents} \if:Option \else
\Configure{accent}\widetilde\widetilde{{}{}}
{}
- {\HCode{<\a:mathml mover\Hnewline accent="false"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
+ {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
\:widetilde:over \HCode{</\a:mathml mover>}}
+ \Configure{accent}\tilde\tilde{{}{}}
+ {}
+ {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
+ \:tilde:over \HCode{</\a:mathml mover>}}
\Configure{accent}\widehat\widehat{{}{}}
{}
- {\HCode{<\a:mathml mover\Hnewline accent="false"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
+ {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
\:widehat:over \HCode{</\a:mathml mover>}}
\fi
>>>
More information about the tex4ht-commits
mailing list.