summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-15 21:46:47 +0000
committerKarl Berry <karl@freefriends.org>2022-12-15 21:46:47 +0000
commit9e9e79ccd985b3f98a4db0be0d33116efb7403a9 (patch)
tree8a40c636fa2cf17f3e4cfe969293a3ce9b423ff8 /Master/texmf-dist/source/generic
parent26d381e99af71a84dd0b7bf4b35eb5c2aa14aaad (diff)
disable stretch for rest of MathClass operators, tex4ht r1267
git-svn-id: svn://tug.org/texlive/trunk@65285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index b5b43b93d73..451438c022c 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2022-12-15 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-mathml.tex (mathml.4ht): disable stretchy attribute for
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
index 6861a09a7f8..adef32e00b8 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
@@ -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 @@ Accent versus underscript: \verb=\underbrace{x+y+z}=
\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 @@ Accent versus underscript: \verb=\underbrace{x+y+z}=
\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