[tex4ht-commits] [SCM] tex4ht updated: r753 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Jul 2 16:45:28 CEST 2020
Author: michal_h21
Date: 2020-07-02 17:45:28 +0300 (Thu, 02 Jul 2020)
New Revision: 753
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
Don't use deprecated <mfence> element for \left and \right
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-07-01 21:00:51 UTC (rev 752)
+++ trunk/lit/ChangeLog 2020-07-02 14:45:28 UTC (rev 753)
@@ -1,3 +1,8 @@
+2020-07-02 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): don't use deprecated <mfence> element for
+ \left and \right.
+
2020-07-01 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): fixed spacing after \LaTeX and \TeX.
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2020-07-01 21:00:51 UTC (rev 752)
+++ trunk/lit/tex4ht-mathml.tex 2020-07-02 14:45:28 UTC (rev 753)
@@ -1856,12 +1856,12 @@
\def\:temp#1{\a:right{#1}\o:right:.\b:right{#1}}\HLet\right|=\:temp
\Configure{left}
{}
- {\HCode{<\a:mathml mfenced \a:mathml separators=""\Hnewline
- \a:mathml open="|<lr del 1|>"\space }\bgroup
- \HCode{><\a:mathml mrow>}\bgroup}
+ {\HCode{<\a:mathml mo \a:mathml fence="true" \a:mathml form="prefix">
+ |<lr del 1|></\a:mathml mo>}\bgroup
+ \HCode{<\a:mathml mrow>}\bgroup}
\Configure{right}
- {\egroup\Send{GROUP}{0}{ \a:mathml close="|<lr del 1|>"\space}\egroup}
- {\HCode{</\a:mathml mrow></\a:mathml mfenced>}}
+{\egroup\egroup}%{\egroup\Send{GROUP}{0}{ \a:mathml close=""\space}\egroup}
+ {\HCode{</\a:mathml mrow><\a:mathml mo \a:mathml fence="true" \a:mathml form="postfix">|<lr del 1|></\a:mathml mo>}}
\def\def:DEL#1{\def\:DEL{#1}}
\def\check:DEL#1#2{\def\:tempa{#1}\ifx \:tempa\:DEL \def\:DEL{#2}\fi}
\NewConfigure{mfenced}[2]{\append:defI\def:DEL{\check:DEL{#1}{#2}}}
More information about the tex4ht-commits
mailing list.