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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Aug 13 21:30:20 CEST 2024


Author: michal_h21
Date: 2024-08-13 19:30:20 +0000 (Tue, 13 Aug 2024)
New Revision: 1546

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed amsfonts support

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-08-13 19:02:54 UTC (rev 1545)
+++ trunk/lit/ChangeLog	2024-08-13 19:30:20 UTC (rev 1546)
@@ -1,5 +1,8 @@
 2024-08-13  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (amsfonts.4ht): fixed support for \mathbb and
+	\mathfrak.
+
 	* tex4ht-jats.tex (jats.4ht): added support for LaTeX
 	bibliographies.
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-08-13 19:02:54 UTC (rev 1545)
+++ trunk/lit/tex4ht-4ht.tex	2024-08-13 19:30:20 UTC (rev 1546)
@@ -22279,14 +22279,14 @@
 
 \<amsfonts sty\><<<<
 \NewConfigure{mathbb}{2}  
-\def\:temp#1{{\a:mathbb \o:@mathbb:{#1}\b:mathbb}}
-\HLet\@mathbb\:temp
+\def\:temp#1{{\a:mathbb \o:mathbb:{#1}\b:mathbb}}
+\HLet\mathbb\:temp
 >>>
 
 \<amsfonts sty\><<<<
 \NewConfigure{mathfrak}{2}  
-\def\:temp#1{{\a:mathfrak \o:@mathfrak:{#1}\b:mathfrak}}
-\HLet\@mathfrak\:temp
+\def\:temp#1{{\a:mathfrak \o:mathfrak:{#1}\b:mathfrak}}
+\HLet\mathfrak\:temp
 >>>
 
 Commands like \''\rm' need low level implemetation through 



More information about the tex4ht-commits mailing list.