[tex4ht-commits] [SCM] tex4ht updated: r1579 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Oct 10 23:25:46 CEST 2024


Author: michal_h21
Date: 2024-10-10 21:25:46 +0000 (Thu, 10 Oct 2024)
New Revision: 1579

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-mathml.tex
Log:
Added support for the Stmaryrd pacakge

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-10-10 09:20:51 UTC (rev 1578)
+++ trunk/lit/ChangeLog	2024-10-10 21:25:46 UTC (rev 1579)
@@ -1,5 +1,10 @@
 2024-10-10  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (stmaryrd.4ht),
+	* tex4ht-mathjax.tex (mathml.4ht): added support for \llbracket and
+	\rrbracket in MathML.
+	https://tex.stackexchange.com/a/728351/2891
+
 	* tex4ht-html4.tex (html4.4ht): added support for colored \cline.
 	https://tug.org/pipermail/tex4ht/2024q4/003598.html
 

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2024-10-10 09:20:51 UTC (rev 1578)
+++ trunk/lit/mktex4ht-cnf.tex	2024-10-10 21:25:46 UTC (rev 1579)
@@ -329,6 +329,7 @@
 \AddFile{9}{hyperxmp}
 \AddFile{9}{breqn}
 \AddFile{9}{nicefrac}
+\AddFile{9}{stmaryrd}
 \AddFile{9}{multicol}
 \AddFile{2}{lettrine}
 \AddFile{9}{osudeG}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-10-10 09:20:51 UTC (rev 1578)
+++ trunk/lit/tex4ht-4ht.tex	2024-10-10 21:25:46 UTC (rev 1579)
@@ -35362,6 +35362,21 @@
 \Configure{nicefrac}{}{/}{}
 >>>
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{stmaryrd}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<stmaryrd.4ht\><<< 
+% stmaryrd.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|> 
+
+
+\Hinput{stmaryrd} 
+\endinput
+>>> \AddFile{9}{stmaryrd}
+
 \Section{fontmath.ltx}
 
 \<config fontmath.ltx utilities\><<<

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2024-10-10 09:20:51 UTC (rev 1578)
+++ trunk/lit/tex4ht-mathml.tex	2024-10-10 21:25:46 UTC (rev 1579)
@@ -5656,7 +5656,27 @@
    \fi}
 >>>
 
+%%%%%%%%%%%%%%
+\subsection{stmaryrd}
+%%%%%%%%%%%%%%
 
+
+\<configure mathml stmaryrd\><<<
+
+\def\:tempa{\HCode{<\a:mathml mo fence="false">\string&\#x27E6;</\a:mathml mo>}}
+\HLet\llbracket\:tempa
+\def\:tempa{\HCode{<\a:mathml mo fence="false">\string&\#x27E7;</\a:mathml mo>}}
+\HLet\rrbracket\:tempa
+>>>
+
+Fix for some commands used with \verb|\left| or \verb|\right|.
+
+\<configure mathml stmaryrd\><<<
+\Configure{mfenced}{\llbracket}{\string&\#x27E6;}
+\Configure{mfenced}{\rrbracket}{\string&\#x27E7;}
+>>>
+
+
 %%%%%%%%%%%%%
 \subsection{subeqnarray}
 %%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.