diff options
author | Karl Berry <karl@freefriends.org> | 2024-05-22 21:16:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-05-22 21:16:59 +0000 |
commit | 5fa641bfe39445fa8e1d21b1837ece28d94ad92b (patch) | |
tree | 2af0e94fd79491777e57171c9c54f5fffafb6366 /Master/texmf-dist/tex/generic | |
parent | ceeca4db570f8ccb7f4f3bc019d6017d3d00fcf6 (diff) |
\indexprologue support, tex4ht r1522
git-svn-id: svn://tug.org/texlive/trunk@71324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht b/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht index e6feef1b9a7..fdeeb1ff93c 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht @@ -1,4 +1,4 @@ -% imakeidx.4ht (2024-05-20-13:21), generated from tex4ht-4ht.tex +% imakeidx.4ht (2024-05-22-14:13), generated from tex4ht-4ht.tex % Copyright 2019-2024 TeX Users Group % % This work may be distributed and/or modified under the @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2024-05-20-13:21} +\immediate\write-1{version 2024-05-22-14:13} \def\:temp#1#2#3{\html:addr% @@ -32,7 +32,7 @@ \ifx \a:makeindex\:UnDef \NewConfigure{makeindex}{1}\Configure{makeindex}{} \fi -\Configure{@begin}{theindex}{\ind:defs\imki@maybeaddtotoc} +\Configure{@begin}{theindex}{\ind:defs\imki@maybeaddtotoc\imki@idxprologue\global\let\imki@idxprologue\relax} \ExplSyntaxOn \renewcommand\:saveindex[2][]{\seq_gput_right:Nn\:savedindex{[#1]{#2}}} |