[tex4ht-commits] [SCM] tex4ht updated: r1134 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed May 18 15:57:59 CEST 2022


Author: michal_h21
Date: 2022-05-18 13:57:59 +0000 (Wed, 18 May 2022)
New Revision: 1134

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathml.tex
Log:
fixed support for over left and right arrows

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-05-13 13:41:16 UTC (rev 1133)
+++ trunk/lit/ChangeLog	2022-05-18 13:57:59 UTC (rev 1134)
@@ -1,3 +1,9 @@
+2022-05-18  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-mathml.tex (mathml.4ht): fixed support for \overrightarrow
+	and \overleftarrow.
+	https://github.com/michal-h21/make4ht/issues/76
+
 2022-05-13  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): added option "cut-fullname", to

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2022-05-13 13:41:16 UTC (rev 1133)
+++ trunk/lit/tex4ht-mathml.tex	2022-05-18 13:57:59 UTC (rev 1134)
@@ -2248,14 +2248,14 @@
 
 \<mathml plain,fontmath\><<<
 \Configure{overrightarrow}
-  {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overrightarrow">%
+  {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overrightarrow">%
    \Tg<\a:mathml mrow\Hnewline>\:gobble}
-  {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D7;}}%
+  {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2192;</\a:mathml mo>}%
    \Tg</\a:mathml mover>$\egroup}
 \Configure{overleftarrow}
-  {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overleftarrow">%
+  {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overleftarrow">%
    \Tg<\a:mathml mrow\Hnewline>\:gobble}
-  {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D6;}}%
+  {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2190;</\a:mathml mo>}%
    \Tg</\a:mathml mover>$\egroup}
 >>>
 



More information about the tex4ht-commits mailing list.