[tex4ht-commits] [SCM] tex4ht updated: r1375 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Oct 2 12:40:17 CEST 2023
Author: michal_h21
Date: 2023-10-02 10:40:17 +0000 (Mon, 02 Oct 2023)
New Revision: 1375
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
fixed support for \csname command in \sbox
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-09-25 14:17:53 UTC (rev 1374)
+++ trunk/lit/ChangeLog 2023-10-02 10:40:17 UTC (rev 1375)
@@ -1,3 +1,9 @@
+2023-10-02 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (latex.4ht): fixed support for \csname commands in
+ \sbox.
+ https://puszcza.gnu.org.ua/bugs/?610
+
2023-09-25 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathml.tex (mathml.4ht): check for the existence of the
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2023-09-25 14:17:53 UTC (rev 1374)
+++ trunk/lit/tex4ht-4ht.tex 2023-10-02 10:40:17 UTC (rev 1375)
@@ -9227,8 +9227,8 @@
Similarly for the following.
\<latex ltboxes\><<<
-\let\:sbox|=\sbox
-\long\def\sbox#1#2{\:sbox#1{{#2}}}
+\DeclareRobustCommand\:sbox[2]{\o:sbox:{#1}{{#2}}}
+\HLet\sbox\:sbox
>>>
More information about the tex4ht-commits
mailing list.