[tex4ht-commits] [SCM] tex4ht updated: r1231 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Oct 31 13:34:12 CET 2022
Author: michal_h21
Date: 2022-10-31 12:34:12 +0000 (Mon, 31 Oct 2022)
New Revision: 1231
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
fixed handling of the \boxed command
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-10-31 12:01:20 UTC (rev 1230)
+++ trunk/lit/ChangeLog 2022-10-31 12:34:12 UTC (rev 1231)
@@ -1,7 +1,12 @@
2022-10-31 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-mathml.tex (mathml.4ht, html-mml.4ht): fixed output of the
+ \boxed command.
+ https://github.com/michal-h21/make4ht/issues/94
+
* tex4ht-unicode.tex (unicode.4ht): fixed Unicode characters for
more long arrow commands.
+ https://github.com/michal-h21/make4ht/issues/86
* tex4ht-4ht.tex (minted.4ht): don't insert comments in
\mintedinline, it can cause removal of HTML tags.
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2022-10-31 12:01:20 UTC (rev 1230)
+++ trunk/lit/tex4ht-mathml.tex 2022-10-31 12:34:12 UTC (rev 1231)
@@ -4936,11 +4936,11 @@
\section{Boxed}
%%%%%%%%%%%%%%%%%%
-\<configure html-mml amsmath\><<<
+\<configure mathml amsmath\><<<
\Configure{boxed}
- {\ifmathml \Tg<\a:mathml mrow \mml:class="boxed">%
+ {\ifmathml \Tg<\a:mathml menclose \a:mathml notation="box">\Tg<\a:mathml mrow>%
\else \HCode{<span class="boxed">}\IgnorePar\fi}
- {\ifmathml \Tg</\a:mathml mrow>%
+ {\ifmathml \Tg</\a:mathml mrow>\Tg</\a:mathml menclose>%
\else \HCode{</span>}\fi}
\Css{.boxed{border: 1px solid black; padding-left:2px;
padding-right:2px;}}
More information about the tex4ht-commits
mailing list.