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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Aug 2 16:58:42 CEST 2024


Author: michal_h21
Date: 2024-08-02 14:58:42 +0000 (Fri, 02 Aug 2024)
New Revision: 1542

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-mathml.tex
Log:
Added Esvect suppoort

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-07-31 10:01:14 UTC (rev 1541)
+++ trunk/lit/ChangeLog	2024-08-02 14:58:42 UTC (rev 1542)
@@ -1,3 +1,10 @@
+2024-08-02  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (esvect.4ht),
+	* tex4ht-mathml.tex (mathml.4ht): added support for the Esvect
+	package.
+	https://tex.stackexchange.com/a/723587/2891
+
 2024-07-31  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex (

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2024-07-31 10:01:14 UTC (rev 1541)
+++ trunk/lit/mktex4ht-cnf.tex	2024-08-02 14:58:42 UTC (rev 1542)
@@ -415,4 +415,5 @@
 \AddFile{9}{fontawesome5}
 \AddFile{9}{mhchem}
 \AddFile{9}{chemfig}
+\AddFile{9}{esvect}
 % \AddFile{9}{mktex4ht}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-07-31 10:01:14 UTC (rev 1541)
+++ trunk/lit/tex4ht-4ht.tex	2024-08-02 14:58:42 UTC (rev 1542)
@@ -31410,6 +31410,20 @@
 \ExplSyntaxOff
 >>>
 
+%%%%%%%%%%%%%%%
+\Section{Esvect}
+%%%%%%%%%%%%%%%
+
+\<esvect.4ht\><<<
+% esvect.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+|<esvect redefinitions|>
+
+\Hinput{esvect}
+\endinput
+>>> \AddFile{9}{esvect}
+
 %%%%%%%%%%%%%
 \Section{Ushort}
 %%%%%%%%%%%%%

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2024-07-31 10:01:14 UTC (rev 1541)
+++ trunk/lit/tex4ht-mathml.tex	2024-08-02 14:58:42 UTC (rev 1542)
@@ -5703,6 +5703,25 @@
 >>>
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\section{esvec}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+We need to redefine these commands only for MathML. By default, Esvect produces images, which is OK.
+
+\<configure mathml esvect\><<<
+\def\:tempa#1{%
+  \bgroup\HCode{<\a:mathml mover><\a:mathml mrow>}#1\HCode{</\a:mathml mrow><\a:mathml mo>→</\a:mathml mo></\a:mathml mover>}\egroup
+}
+
+\HLet\ESV at vecteur\:tempa
+\def\:tempa#1#2{%
+  \ESV at vecteur{{#1}\sb{#2}}
+}
+\HLet\vvstar\:tempa
+
+>>>
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \chapter{Notes}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 



More information about the tex4ht-commits mailing list.