diff options
author | Norbert Preining <norbert@preining.info> | 2022-12-17 03:01:08 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-12-17 03:01:08 +0000 |
commit | 7b88c25271448cb717bea52abc52e2c8ec033dd9 (patch) | |
tree | a7426f0f4c86b506e536350fd35f8bd9e36f59fa /support | |
parent | 14c4ab52b25f4384f6db7938c2666fdd0f75a723 (diff) |
CTAN sync 202212170301
Diffstat (limited to 'support')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 6 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-mathml.tex | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index b5b43b93d7..451438c022 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex index 6861a09a7f..adef32e00b 100644 --- a/support/TeX4ht/source/tex4ht-mathml.tex +++ b/support/TeX4ht/source/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 |