diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/imakeidx/imakeidx.dtx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/imakeidx/imakeidx.dtx b/Master/texmf-dist/source/latex/imakeidx/imakeidx.dtx index ac1ee776d09..ef2f86150e3 100644 --- a/Master/texmf-dist/source/latex/imakeidx/imakeidx.dtx +++ b/Master/texmf-dist/source/latex/imakeidx/imakeidx.dtx @@ -43,7 +43,7 @@ and the derived files imakeidx.sty and imakeidx.pdf. %<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01] %<package>\ProvidesPackage{imakeidx}% %<*package> - [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] %</package> %<*driver> \documentclass{ltxdoc} @@ -74,7 +74,7 @@ and the derived files imakeidx.sty and imakeidx.pdf. \end{document} %</driver> % \fi -% \CheckSum{733} +% \CheckSum{737} % % \begin{abstract} % This package exploits the |\write18| facility of modern \TeX\ system @@ -919,6 +919,7 @@ and the derived files imakeidx.sty and imakeidx.pdf. \expandafter\def\expandafter\theindex\expandafter{\expandafter \imki@maybeaddtotoc\theindex} \else + \global\let\imki@idxprologue\relax \RequirePackage{multicol} \renewenvironment{theindex} {\imki@maybeaddtotoc @@ -926,7 +927,7 @@ and the derived files imakeidx.sty and imakeidx.pdf. \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] |