summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-25 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2023-10-25 03:01:25 +0000
commit241082cbe6f4fe8c38e91c38418ca828ac8d2f7c (patch)
tree206f7f6660cf81875a12824d3f7f92939c63b757 /support
parent7fc03b60d145610ff8e62c3d3a0d5fe037f6597d (diff)
CTAN sync 202310250301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog4
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex4
2 files changed, 6 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 835982e89e..4dd692e4a7 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 577a1f2e9b..4a3036cffd 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/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}