diff options
author | Karl Berry <karl@freefriends.org> | 2023-10-02 20:53:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-10-02 20:53:39 +0000 |
commit | 6bcfc4831251e3f018d2e4e02a078c28f3a89fae (patch) | |
tree | a987e3aaf218360333e39bf09d921d1702629c65 /Master/texmf-dist | |
parent | 5e5a5656d41f7e152fad2f496f7573685f9611ac (diff) |
\csname in \sbox, tex4ht r1375
git-svn-id: svn://tug.org/texlive/trunk@68442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/latex.4ht | 12 |
3 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 6c83cad10bd..a36afe6e7b7 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 592bdcc444e..90876bb70a8 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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 >>> diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht index 41ced197561..f5251342af2 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht @@ -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 @@ $\vcenter \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 @@ $\vcenter \expandafter\:temp\usepackage!*?: \def\:tempa{\@latex@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 @@ $\vcenter % % 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}$}}} |