texlive[68640] Master/texmf-dist: make \@wrindex robust, tex4ht r1397

commits+karl at tug.org commits+karl at tug.org
Tue Oct 24 23:19:53 CEST 2023


Revision: 68640
          https://tug.org/svn/texlive?view=revision&revision=68640
Author:   karl
Date:     2023-10-24 23:19:53 +0200 (Tue, 24 Oct 2023)
Log Message:
-----------
make \@wrindex robust, tex4ht r1397

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

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-24 20:22:48 UTC (rev 68639)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-10-24 21:19:53 UTC (rev 68640)
@@ -1,3 +1,7 @@
+2023-10-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (latex.4ht): make the \@wrindex command robust.
+
 2023-10-20  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (tcolorbox.4ht),

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-10-24 20:22:48 UTC (rev 68639)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-10-24 21:19:53 UTC (rev 68640)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1396 2023-10-20 16:07:23Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1397 2023-10-24 19:39:36Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2023 TeX Users Group    
@@ -12847,7 +12847,7 @@
 \let\a:wrindex\empty
 \expandafter\ifx \csname @indexfile\endcsname\relax \else
    \let\o:wrindex:|=\@wrindex
-   \def\@wrindex{\a:wrindex \o:wrindex:}
+   \DeclareRobustCommand\@wrindex{\a:wrindex \o:wrindex:}
    \Configure{wrindex}
       {|<control @|>\warn:idx{\jobname}%
        \:wribefr\@indexfile}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2023-10-24 20:22:48 UTC (rev 68639)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2023-10-24 21:19:53 UTC (rev 68640)
@@ -1,4 +1,4 @@
-% latex.4ht (2023-10-02-13:11), generated from tex4ht-4ht.tex
+% latex.4ht (2023-10-24-13:47), 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-10-02-13:11}
+\immediate\write-1{version 2023-10-24-13:47}
 
 \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi
 
@@ -1594,7 +1594,7 @@
 \let\a:wrindex\empty
 \expandafter\ifx \csname @indexfile\endcsname\relax \else
    \let\o:wrindex:\@wrindex
-   \def\@wrindex{\a:wrindex \o:wrindex:}
+   \DeclareRobustCommand\@wrindex{\a:wrindex \o:wrindex:}
    \Configure{wrindex}
       {\def\#{\string\#}%
 \warn:idx{\jobname}%
@@ -2325,7 +2325,7 @@
 \expandafter\:temp\usepackage!*?: 
 \def\:tempa{\@latex at e@error}
 \ifx \:temp\:tempa
-   % latex209.4ht (2023-10-02-13:11), generated from tex4ht-4ht.tex
+   % latex209.4ht (2023-10-24-13:47), 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-10-02-13:11}
+\immediate\write-1{version 2023-10-24-13:47}
 
 \let\:fnsymbol\@fnsymbol
 \def\@fnsymbol#1{{\hbox{$\:fnsymbol{#1}$}}}



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