diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-12 23:52:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-12 23:52:49 +0000 |
commit | a5131075c36dbeba944a78e3005796e0069d4165 (patch) | |
tree | d2d4bf661d875b97c32fe344b9dcd7087e197508 /Master/texmf-dist/source/latex | |
parent | 696c569fe209253982cc2918ad81fc6a3cb98152 (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/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] |