texlive[68442] Master/texmf-dist: \csname in \sbox, tex4ht r1375

commits+karl at tug.org commits+karl at tug.org
Mon Oct 2 22:53:39 CEST 2023


Revision: 68442
          https://tug.org/svn/texlive?view=revision&revision=68442
Author:   karl
Date:     2023-10-02 22:53:39 +0200 (Mon, 02 Oct 2023)
Log Message:
-----------
\csname in \sbox, tex4ht r1375

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1375

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-10-02 20:07:51 UTC (rev 68441)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-10-02 20:53:39 UTC (rev 68442)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-10-02 20:07:51 UTC (rev 68441)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-10-02 20:53:39 UTC (rev 68442)
@@ -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 @@
 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
 >>>
  
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2023-10-02 20:07:51 UTC (rev 68441)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2023-10-02 20:53:39 UTC (rev 68442)
@@ -1,4 +1,4 @@
-% latex.4ht (2023-05-02-13:45), generated from tex4ht-4ht.tex
+% latex.4ht (2023-10-02-13:11), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-05-02-13:45}
+\immediate\write-1{version 2023-10-02-13:11}
 
 \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi
 
@@ -959,8 +959,8 @@
 \NewConfigure{lrbox}{1}
 \long\def\:tempc[#1][#2]#3{\o:@imakebox:[#1][#2]{{#3}}}
 \HLet\@imakebox\:tempc
-\let\:sbox\sbox
-\long\def\sbox#1#2{\:sbox#1{{#2}}}
+\DeclareRobustCommand\:sbox[2]{\o:sbox:{#1}{{#2}}}
+\HLet\sbox\:sbox
 \HAssign\:mpNum=0
 \HAssign\minipageNum=0
 \def \@setminipage{%
@@ -2325,7 +2325,7 @@
 \expandafter\:temp\usepackage!*?: 
 \def\:tempa{\@latex at e@error}
 \ifx \:temp\:tempa
-   % latex209.4ht (2023-05-02-13:45), generated from tex4ht-4ht.tex
+   % latex209.4ht (2023-10-02-13:11), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -2344,7 +2344,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-05-02-13:45}
+\immediate\write-1{version 2023-10-02-13:11}
 
 \let\:fnsymbol\@fnsymbol
 \def\@fnsymbol#1{{\hbox{$\:fnsymbol{#1}$}}}



More information about the tex-live-commits mailing list.