summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-06 03:01:09 +0000
committerNorbert Preining <norbert@preining.info>2022-10-06 03:01:09 +0000
commit678708e90ffe138885ed8c06b6780d491b80fae5 (patch)
treea01d1002c3e6eaf2fffd64dfd4726e9d3d5f3820 /support/TeX4ht/source
parent6925a15396a955498e1d1663204e7fa7da3d1728 (diff)
CTAN sync 202210060301
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex4
2 files changed, 8 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index e24fd6afd1..ea11301dec 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2022-10-05 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): use displaystyle attribute also in
+ array.
+ https://tex.stackexchange.com/a/660509/2891
+
2022-10-04 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-mathml.tex (mathml.4ht): use displaystyle attribute in
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 0773227cd9..23c6aacbaf 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1208 2022-10-04 15:40:58Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1209 2022-10-05 21:12:23Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -1169,7 +1169,7 @@ space, without having them ignored, must use &nbsp; or other
\Configure{halignTB<>}{array}{\HCode{\Hnewline
\a:mathml equalrows="false"
\ifx\columnlines\empty\else\a:mathml columnlines="\columnlines" \fi
- \a:mathml equalcolumns="false" \a:mathml class="array"}<>\HAlign}
+ \a:mathml equalcolumns="false" \a:mathml class="array" \a:mathml displaystyle="true"}<>\HAlign}
\Configure{array}
{\halignTB{array}}
{\ifvmode \IgnorePar\fi |<insert Clr|>\Tg</\a:mathml mtable>}