texlive[65285] Master/texmf-dist: disable stretch for rest of

commits+karl at tug.org commits+karl at tug.org
Thu Dec 15 22:46:47 CET 2022


Revision: 65285
          http://tug.org/svn/texlive?view=revision&revision=65285
Author:   karl
Date:     2022-12-15 22:46:47 +0100 (Thu, 15 Dec 2022)
Log Message:
-----------
disable stretch for rest of MathClass operators, tex4ht r1267

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1267

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-15 20:44:59 UTC (rev 65284)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-15 21:46:47 UTC (rev 65285)
@@ -1,3 +1,9 @@
+2022-12-15  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-mathml.tex (mathml.4ht): disable stretchy attribute for
+	the rest of <mo> elements produced by MathClass.
+	https://github.com/michal-h21/make4ht/issues/101
+
 2022-12-14  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht): disable stretchy attribute for

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2022-12-15 20:44:59 UTC (rev 65284)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2022-12-15 21:46:47 UTC (rev 65285)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1266 2022-12-14 09:36:45Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1267 2022-12-15 21:43:11Z michal_h21 $$
 % compile 3 times: latex tex4ht-mathltx
 %           or   xhlatex tex4ht-mathltx "html,3,sections+"
 %
@@ -3188,7 +3188,7 @@
 \Configure{MathClass}{1}{*}{<\a:mathml mi\Hnewline
              \mml:class="MathClass-op">}{</\a:mathml mi><mo> &\#x2061;<!--FUNCTION APPLICATION--></mo>}{}
 \Configure{MathClass}{2}{*}{<\a:mathml mo\Hnewline
-             \mml:class="MathClass-bin">}{</\a:mathml mo>}{}
+             \mml:class="MathClass-bin" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{3}{*}{<\a:mathml mo\Hnewline
              \mml:class="MathClass-rel" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{4}{*}{<\a:mathml mo\Hnewline
@@ -3198,7 +3198,7 @@
           \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>}{}
+             \mml:class="MathClass-punc" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{7}{*}{<\a:mathml mn>}{</\a:mathml mn>}
                            {0123456789}     
 \ifx \mathordMathClass\:UnDef

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2022-12-15 20:44:59 UTC (rev 65284)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2022-12-15 21:46:47 UTC (rev 65285)
@@ -1,4 +1,4 @@
-% mathml.4ht (2022-12-14-13:31), generated from tex4ht-mathml.tex
+% mathml.4ht (2022-12-15-13:46), generated from tex4ht-mathml.tex
 % Copyright 2009-2022 TeX Users Group
 % Copyright 1999-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2022-12-14-13:31}
+\immediate\write-1{version 2022-12-15-13:46}
 
 \exit:ifnot{Preamble,% 
 accents,% 
@@ -1625,7 +1625,7 @@
 \Configure{MathClass}{1}{*}{<\a:mathml mi\Hnewline
              \mml:class="MathClass-op">}{</\a:mathml mi><mo> &\#x2061;<!--FUNCTION APPLICATION--></mo>}{}
 \Configure{MathClass}{2}{*}{<\a:mathml mo\Hnewline
-             \mml:class="MathClass-bin">}{</\a:mathml mo>}{}
+             \mml:class="MathClass-bin" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{3}{*}{<\a:mathml mo\Hnewline
              \mml:class="MathClass-rel" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{4}{*}{<\a:mathml mo\Hnewline
@@ -1635,7 +1635,7 @@
           \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>}{}
+             \mml:class="MathClass-punc" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{7}{*}{<\a:mathml mn>}{</\a:mathml mn>}
                            {0123456789}
 \ifx \mathordMathClass\:UnDef
@@ -2627,7 +2627,7 @@
 \Configure{MathClass}{1}{*}{<\a:mathml mi\Hnewline
              \mml:class="MathClass-op">}{</\a:mathml mi><mo> &\#x2061;<!--FUNCTION APPLICATION--></mo>}{}
 \Configure{MathClass}{2}{*}{<\a:mathml mo\Hnewline
-             \mml:class="MathClass-bin">}{</\a:mathml mo>}{}
+             \mml:class="MathClass-bin" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{3}{*}{<\a:mathml mo\Hnewline
              \mml:class="MathClass-rel" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{4}{*}{<\a:mathml mo\Hnewline
@@ -2637,7 +2637,7 @@
           \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>}{}
+             \mml:class="MathClass-punc" \a:mathml stretchy="false">}{</\a:mathml mo>}{}
 \Configure{MathClass}{7}{*}{<\a:mathml mn>}{</\a:mathml mn>}
                            {0123456789}
 \ifx \mathordMathClass\:UnDef



More information about the tex-live-commits mailing list.