diff options
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/latex.4ht | 16 |
3 files changed, 16 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index e0ac3e3121e..5a86a98de38 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,8 @@ +2025-01-10 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (latex.4ht): use \protected@edef in definition of + \@caption. + 2025-01-09 Michal Hoftich <michal.h21@gmail.com> * tex4ht-mathml.tex (html-mml.4ht): don't hide last rows in arrays. diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 39b914670e7..469cad0f417 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 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 @@ the \''\label' commands to avoid duplicating the anchor already set by the \begingroup \gHAdvance\TitleCount by 1 \protect:wrtoc - \edef\:temp{#2}% - \edef\:temp{\the\:tokwrite{\string\doTocEntry + \protected@edef\:temp{#2}% + \protected@edef\:temp{\the\:tokwrite{\string\doTocEntry \string\toc|<caption type|>{\csname the#1\endcsname}{\string\csname\space a:TocLink\string\endcsname {\FileNumber}{\cur:th diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht index 0f467c8e186..8eaad73adc4 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht @@ -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 @@ $\vcenter \begingroup \gHAdvance\TitleCount by 1 \protect:wrtoc - \edef\:temp{#2}% - \edef\:temp{\the\:tokwrite{\string\doTocEntry + \protected@edef\:temp{#2}% + \protected@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 @@ $\vcenter \expandafter\:temp\usepackage!*?: \def\:tempa{\@latex@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 @@ $\vcenter % % 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}$}}} |