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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Dec 3 13:43:18 CET 2024


Author: michal_h21
Date: 2024-12-03 12:43:17 +0000 (Tue, 03 Dec 2024)
New Revision: 1608

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed picture support for characters defined using \DeclareTextSymbol

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-12-03 12:37:41 UTC (rev 1607)
+++ trunk/lit/ChangeLog	2024-12-03 12:43:17 UTC (rev 1608)
@@ -1,5 +1,8 @@
 2024-12-03  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (latex.4ht): fixed picture support for characters
+	defined using \DeclareTextSymbol. 
+
 	* tex4ht-4ht.tex (latex.4ht): fixed support for composed characters
 	defined using \textcommabelow.
 	https://github.com/michal-h21/make4ht/issues/157

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-12-03 12:37:41 UTC (rev 1607)
+++ trunk/lit/tex4ht-4ht.tex	2024-12-03 12:43:17 UTC (rev 1608)
@@ -6873,7 +6873,7 @@
   %  load tuenc definitions for commands like \quotedblbase 
   \ifdefined\old:DeclareTextSymbol\else
     \input binhex
-    \def\DeclareTextSymbol#1#2#3{\gdef#1{\ht:special{t4ht at +&{35}x\hex{#3}{59}}\a:HChar}}
+    \def\DeclareTextSymbol#1#2#3{\gdef\:tempa{\ht:special{t4ht at +&{35}x\hex{#3}{59}}\a:HChar}\HLet#1\:tempa}
     \input tuenc.def
     % this command is defined by tuenc, but doesn't work out of the box with TeX4ht
     \let\DeclareTextSymbol\old:DeclareTextSymbol



More information about the tex4ht-commits mailing list.