summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-mathml.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-18 03:04:57 +0000
committerNorbert Preining <norbert@preining.info>2022-11-18 03:04:57 +0000
commit8141bb63ac908014fe5b6bc7ebed4d2889c014d4 (patch)
treed3edba26deeb1d57bb2414e11ed566181a8f1dcb /support/TeX4ht/source/tex4ht-mathml.tex
parent3692808268baf9f2c56b28f61c266ef0efbb0fe6 (diff)
CTAN sync 202211180304
Diffstat (limited to 'support/TeX4ht/source/tex4ht-mathml.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 2b498005a7..ea2fafd283 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1234 2022-11-02 22:09:27Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1238 2022-11-16 15:55:23Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -86,7 +86,7 @@
\<amsmath mathml\><<<
\Configure{equation}
{\Configure{gather}
- {\HCode{<\a:mathml mtable\Hnewline
+ {\HCode{<\a:mathml mtable\Hnewline \a:mathml displaystyle="true"
\mml:class="equation"><\a:mathml mtr><\a:mathml mtd>}\IgnorePar }
{\HCode{</\a:mathml mtd></\a:mathml mtr></\a:mathml mtable>}}
{}
@@ -205,7 +205,7 @@ We check for empty parameter, and don't execute configurations when it is empty.
\<amsmath equation july 2000\><<<
\Configure{gather}
- {\HCode{<\a:mathml mtable\Hnewline
+ {\HCode{<\a:mathml mtable\Hnewline
\mml:class="equation"><\a:mathml mtr><\a:mathml mtd>}\IgnorePar
|<math display in equation|>}
{\HCode{</\a:mathml mtd></\a:mathml mtr></\a:mathml mtable>}}
@@ -2067,7 +2067,7 @@ POP
\<amsmath mathml\><<<
\Configure{multline}
- {\HCode{<\a:mathml mtable\Hnewline \mml:class="multline">}}
+ {\HCode{<\a:mathml mtable\Hnewline \a:mathml displaystyle="true" \mml:class="multline">}}
{\HCode{</\a:mathml mtable>}}
{\HCode{<\a:mathml mtr>%
<\a:mathml mtd\Hnewline \mml:class="multline">}}
@@ -2075,18 +2075,18 @@ POP
{\HCode{</\a:mathml mtd><\a:mathml mtd>}}
{}
\Configure{multline*}
- {\HCode{<\a:mathml mtable\Hnewline \mml:class="multline-star">}}
+ {\HCode{<\a:mathml mtable\Hnewline \a:mathml displaystyle="true" \mml:class="multline-star">}}
{\HCode{</\a:mathml mtable>}}
{\HCode{<\a:mathml mtr><\a:mathml mtd\Hnewline
\mml:class="multline-star">}}
{\HCode{</\a:mathml mtd></\a:mathml mtr>}}
\Configure{gather}
- {\HCode{<\a:mathml mtable\Hnewline \mml:class="gather">}}
+ {\HCode{<\a:mathml mtable\Hnewline \a:mathml displaystyle="true" \mml:class="gather">}}
{\HCode{</\a:mathml mtable>}}
{\HCode{<\a:mathml mtr>}} {\HCode{</\a:mathml mtr>}}
{\HCode{\Hnewline<\a:mathml mtd>}} {\HCode{</\a:mathml mtd>}}
\Configure{gather*}
- {\HCode{<\a:mathml mtable\Hnewline \mml:class="gather-star">}}
+ {\HCode{<\a:mathml mtable\Hnewline \a:mathml displaystyle="true" \mml:class="gather-star">}}
{\HCode{</\a:mathml mtable>}}
{\HCode{<\a:mathml mtr>}} {\HCode{</\a:mathml mtr>}}
{\HCode{\Hnewline<\a:mathml mtd>}} {\HCode{</\a:mathml mtd>}}