summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/imakeidx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-12 23:52:49 +0000
committerKarl Berry <karl@freefriends.org>2010-07-12 23:52:49 +0000
commita5131075c36dbeba944a78e3005796e0069d4165 (patch)
treed2d4bf661d875b97c32fe344b9dcd7087e197508 /Master/texmf-dist/tex/latex/imakeidx
parent696c569fe209253982cc2918ad81fc6a3cb98152 (diff)
imakeidx 1.0a (12jul10)
git-svn-id: svn://tug.org/texlive/trunk@19407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/imakeidx')
-rw-r--r--Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty b/Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty
index 0ba5e713c82..28cfc0538ef 100644
--- a/Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty
+++ b/Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty
@@ -14,7 +14,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{imakeidx}%
- [2010/07/09 v.1.0 Package for typesetting indices in a synchronous mode]
+ [2010/07/12 v.1.0a Package for typesetting indices in a synchronous mode]
\RequirePackage{xkeyval}
\DeclareOption{xindy}{\def\imki@progdefault{texindy}}
\DeclareOption{texindy}{\def\imki@progdefault{texindy}}
@@ -187,6 +187,7 @@
\expandafter\def\expandafter\theindex\expandafter{\expandafter
\imki@maybeaddtotoc\theindex}
\else
+ \global\let\imki@idxprologue\relax
\RequirePackage{multicol}
\renewenvironment{theindex}
{\imki@maybeaddtotoc
@@ -194,7 +195,7 @@
\thispagestyle{\imki@firstpagestyle}%
\ifnum\imki@columns>\@ne
\columnsep \imki@columnsep
- \ifx\imki@nextidxprologue\relax
+ \ifx\imki@idxprologue\relax
\begin{multicols}{\imki@columns}
\else
\begin{multicols}{\imki@columns}[\imki@idxprologue]