texlive[73406] Master/texmf-dist: use \protected at edef in \@caption,

commits+karl at tug.org commits+karl at tug.org
Sat Jan 11 02:57:27 CET 2025


Revision: 73406
          https://tug.org/svn/texlive?view=revision&revision=73406
Author:   karl
Date:     2025-01-11 02:57:27 +0100 (Sat, 11 Jan 2025)
Log Message:
-----------
use \protected at edef in \@caption, tex4ht r1627

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

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	2025-01-11 00:42:26 UTC (rev 73405)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-01-11 01:57:27 UTC (rev 73406)
@@ -1,3 +1,8 @@
+2025-01-10  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (latex.4ht): use \protected at edef in definition of
+	\@caption.
+
 2025-01-09  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (html-mml.4ht): don't hide last rows in arrays.

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2025-01-11 00:42:26 UTC (rev 73405)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2025-01-11 01:57:27 UTC (rev 73406)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1624 2025-01-09 09:44:56Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1627 2025-01-10 09:41:53Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2025 TeX Users Group    
@@ -12479,8 +12479,8 @@
 \begingroup
    \gHAdvance\TitleCount by 1  
    \protect:wrtoc
-   \edef\:temp{#2}%
-   \edef\:temp{\the\:tokwrite{\string\doTocEntry
+   \protected at edef\:temp{#2}%
+   \protected at edef\:temp{\the\:tokwrite{\string\doTocEntry
      \string\toc|<caption type|>{\csname 
         the#1\endcsname}{\string\csname\space a:TocLink\string\endcsname
       {\FileNumber}{\cur:th

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2025-01-11 00:42:26 UTC (rev 73405)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2025-01-11 01:57:27 UTC (rev 73406)
@@ -1,6 +1,6 @@
-% latex.4ht (2024-12-08-14:21), generated from tex4ht-4ht.tex
+% latex.4ht (2025-01-10-15:19), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2024 TeX Users Group
+% Copyright 2009-2025 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-12-08-14:21}
+\immediate\write-1{version 2025-01-10-15:19}
 
 \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi
 
@@ -1480,8 +1480,8 @@
   \begingroup
    \gHAdvance\TitleCount by 1
    \protect:wrtoc
-   \edef\:temp{#2}%
-   \edef\:temp{\the\:tokwrite{\string\doTocEntry
+   \protected at edef\:temp{#2}%
+   \protected at edef\:temp{\the\:tokwrite{\string\doTocEntry
      \string\toc\expandafter\ifx\csname ext@#1\endcsname\relax
 #1\else\csname ext@#1\endcsname\fi
 {\csname
@@ -2403,9 +2403,9 @@
 \expandafter\:temp\usepackage!*?: 
 \def\:tempa{\@latex at e@error}
 \ifx \:temp\:tempa
-   % latex209.4ht (2024-12-08-14:21), generated from tex4ht-4ht.tex
+   % latex209.4ht (2025-01-10-15:19), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2024 TeX Users Group
+% Copyright 2009-2025 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -2422,7 +2422,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-12-08-14:21}
+\immediate\write-1{version 2025-01-10-15:19}
 
 \let\:fnsymbol\@fnsymbol
 \def\@fnsymbol#1{{\hbox{$\:fnsymbol{#1}$}}}



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