diff options
author | Karl Berry <karl@freefriends.org> | 2023-10-24 21:19:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-10-24 21:19:53 +0000 |
commit | 49fe7a21ff878798ec281ad3610c4fcf1555c48c (patch) | |
tree | 716ba558c8c414b6ce2fe7025aef160a905422b5 /Master/texmf-dist/source/generic | |
parent | 34c99d58693456e927a1a0cca1f701304e20120d (diff) |
make \@wrindex robust, tex4ht r1397
git-svn-id: svn://tug.org/texlive/trunk@68640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 835982e89e3..4dd692e4a74 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,7 @@ +2023-10-24 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (latex.4ht): make the \@wrindex command robust. + 2023-10-20 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (tcolorbox.4ht), diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 577a1f2e9b8..4a3036cffd5 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 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 @@ the meaning of \''\chat`\#'. \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} |