diff options
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 6 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-mathml.tex | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index df6a756f2f..b5b43b93d7 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,9 @@ +2022-12-14 Michal Hoftich <michal.h21@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@gmail.com> * tex4ht-mathml.tex (mathml.4ht): added support for the \bf command. diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex index 08675b614f..6861a09a7f 100644 --- a/support/TeX4ht/source/tex4ht-mathml.tex +++ b/support/TeX4ht/source/tex4ht-mathml.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathml.tex 1265 2022-12-12 10:25:54Z michal_h21 $$ +% $Id: tex4ht-mathml.tex 1266 2022-12-14 09:36:45Z michal_h21 $$ % compile 3 times: latex tex4ht-mathltx % or xhlatex tex4ht-mathltx "html,3,sections+" % @@ -3190,12 +3190,12 @@ Accent versus underscript: \verb=\underbrace{x+y+z}= \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>}{} |