[tex4ht-commits] [SCM] tex4ht updated: r1266 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed Dec 14 10:36:45 CET 2022
Author: michal_h21
Date: 2022-12-14 09:36:45 +0000 (Wed, 14 Dec 2022)
New Revision: 1266
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
Disable stretch for relative math operators
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-12-12 10:25:54 UTC (rev 1265)
+++ trunk/lit/ChangeLog 2022-12-14 09:36:45 UTC (rev 1266)
@@ -1,3 +1,9 @@
+2022-12-14 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): disable stretchy attribute for
+ MathClass-rel operators.
+ https://github.com/michal-h21/make4ht/issues/97
+
2022-12-12 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathml.tex (mathml.4ht): added support for the \bf command.
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2022-12-12 10:25:54 UTC (rev 1265)
+++ trunk/lit/tex4ht-mathml.tex 2022-12-14 09:36:45 UTC (rev 1266)
@@ -3190,12 +3190,12 @@
\Configure{MathClass}{2}{*}{<\a:mathml mo\Hnewline
\mml:class="MathClass-bin">}{</\a:mathml mo>}{}
\Configure{MathClass}{3}{*}{<\a:mathml mo\Hnewline
- \mml:class="MathClass-rel">}{</\a:mathml mo>}{}
+ \mml:class="MathClass-rel" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
\Configure{MathClass}{4}{*}{<\a:mathml mo\Hnewline
- \mml:class="MathClass-open" stretchy="false">}
+ \mml:class="MathClass-open" \a:mathml stretchy="false">}
{</\a:mathml mo>}{}
\Configure{MathClass}{5}{*}{<\a:mathml mo\Hnewline
- \mml:class="MathClass-close" stretchy="false">}
+ \mml:class="MathClass-close" \a:mathml stretchy="false">}
{</\a:mathml mo>}{}
\Configure{MathClass}{6}{*}{<\a:mathml mo\Hnewline
\mml:class="MathClass-punc">}{</\a:mathml mo>}{}
More information about the tex4ht-commits
mailing list.