diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-19 21:27:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-19 21:27:08 +0000 |
commit | 9be6d4cf0be6243c0865902d6c3773cc71cd2e84 (patch) | |
tree | c58b1cebb63873431e2feb70ef1d29615c07e2c8 /Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty | |
parent | d1db3fa487f34051ad216f6261b36f0086a729f2 (diff) |
lwarp (19jul20)
git-svn-id: svn://tug.org/texlive/trunk@55880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty index 05a77eef4a9..177dd6be3f9 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.sty @@ -22,7 +22,7 @@ \catcode`\_=12% \renewcommand*{\printindex}[1][\imki@jobname]{% -\LWR@orignewpage% +\LWR@maybe@orignewpage% \LWR@startpars% \ifstrequal{#1}{\imki@jobname}{% \@ifundefined{#1@idxfile}{% @@ -80,14 +80,14 @@ } \renewcommand\imki@wrindexentrysplit[3]{% \addtocounter{LWR@autoindex}{1}% -\LWR@new@label{LWRindex-\arabic{LWR@autoindex}}% +\label{LWRindex-\arabic{LWR@autoindex}}% \expandafter\protected@write\csname#1@idxfile\endcsname{}% {\string\indexentry{#2}{\arabic{LWR@autoindex}}}% } \renewcommand\imki@wrindexentryunique[3]{% \addtocounter{LWR@autoindex}{1}% -\LWR@new@label{LWRindex-\arabic{LWR@autoindex}}% +\label{LWRindex-\arabic{LWR@autoindex}}% \protected@write\@indexfile{}% {\string\indexentry[#1]{#2}{\arabic{LWR@autoindex}}}% } |