summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-03 03:01:05 +0000
committerNorbert Preining <norbert@preining.info>2023-10-03 03:01:05 +0000
commit75afa6c3d445abbfd4e8c0cb9d2d24eb4d1b71fe (patch)
treebe5945dc96693dc01b26eb16df1472a193fdf93c /support/TeX4ht/source
parent5f9c1e9c3c9b2ac59c6f868744ee6fafee27ab39 (diff)
CTAN sync 202310030301
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 6c83cad10b..a36afe6e7b 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-02 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-mathml.tex (mathml.4ht): check for the existence of the
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 592bdcc444..90876bb70a 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1370 2023-09-17 15:00:53Z karl $
+% $Id: tex4ht-4ht.tex 1375 2023-10-02 10:40:17Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -9227,8 +9227,8 @@ group for avoiding problematic font of the form
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
>>>