[tex4ht-commits] [SCM] tex4ht updated: r1397 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Oct 24 21:39:36 CEST 2023
Author: michal_h21
Date: 2023-10-24 19:39:36 +0000 (Tue, 24 Oct 2023)
New Revision: 1397
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
make the \@wrindex command robust
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-10-20 16:07:23 UTC (rev 1396)
+++ trunk/lit/ChangeLog 2023-10-24 19:39:36 UTC (rev 1397)
@@ -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/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2023-10-20 16:07:23 UTC (rev 1396)
+++ trunk/lit/tex4ht-4ht.tex 2023-10-24 19:39:36 UTC (rev 1397)
@@ -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}
More information about the tex4ht-commits
mailing list.