[tex4ht-commits] [SCM] tex4ht updated: r1355 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sun Aug 13 20:09:48 CEST 2023
Author: michal_h21
Date: 2023-08-13 18:09:47 +0000 (Sun, 13 Aug 2023)
New Revision: 1355
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
Fixed wrong markup for primes
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-08-13 17:55:27 UTC (rev 1354)
+++ trunk/lit/ChangeLog 2023-08-13 18:09:47 UTC (rev 1355)
@@ -1,5 +1,8 @@
2023-08-13 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-mathml.tex (mathml.4ht): fixed wrong markup for primes.
+ https://github.com/michal-h21/make4ht/issues/130
+
* tex4ht-docbook.tex (docbook.4ht): added formatting for the Ulem
package configurations.
https://github.com/michal-h21/make4ht/issues/131
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2023-08-13 17:55:27 UTC (rev 1354)
+++ trunk/lit/tex4ht-mathml.tex 2023-08-13 18:09:47 UTC (rev 1355)
@@ -1847,9 +1847,9 @@
{\relax \csname SUB:prime\endcsname\sp{%
\global\let\SUB:prime=\:UnDef
\def\:tempa{\prime\prime}\ifx \:tempa\:primes
- \mathop{\HCode{\string&\#x2033;}}\else
+ \mathop{\HCode{<\a:mathml mi>\string&\#x2033;</\a:mathml mi>}}\else
\def\:tempa{\prime\prime\prime}\ifx \:tempa\:primes
- \mathop{\HCode{\string&\#x2034;}}\else
+ \mathop{\HCode{<\a:mathml mi>\string&\#x2034;</\a:mathml mi>}}\else
\:primes \fi\fi}%
}
{\let\prime=\relax \xdef\:primes{\:primes\prime}}
More information about the tex4ht-commits
mailing list.