diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-18 21:57:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-18 21:57:59 +0000 |
commit | 3a8ec24e77ca435a85caa5ade336d6d4d7f847b1 (patch) | |
tree | d15acc73b7e66a8edb7dd57178c5bd54ea0e5e11 /Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty | |
parent | 2e8400bc38c68786ce9ee092191ae7360954edee (diff) |
imakeidx (18may16)
git-svn-id: svn://tug.org/texlive/trunk@41241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty b/Master/texmf-dist/tex/latex/imakeidx/imakeidx.sty index a9de7bad7e7..933b076d4e9 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}% - [2016/04/03 v1.3b Package for typesetting indices in a synchronous mode] + [2016/05/16 v1.3c Package for typesetting indices in a synchronous mode] @@ -209,15 +209,6 @@ \let\KV@imki@noautomaticfalse\KV@imki@noautomatictrue \KV@imki@noautomatictrue \fi -\newif\ifimki@fancyhdr -\AtBeginDocument{% - \@ifundefined{xpatchcmd}{\RequirePackage{xpatch}}{}% - \@ifpackageloaded{fancyhdr}{\imki@fancyhdrtrue}{\imki@fancyhdrfalse}% - \ifimki@fancyhdr - \xpatchcmd{\theindex}{\imki@indexheaders}{\relax}{}{}% - \xpatchcmd{\theindex}{\thispagestyle}{\@gobble}{}{}% - \fi -} \ifimki@original \expandafter\def\expandafter\theindex\expandafter{\expandafter \imki@maybeaddtotoc\theindex} |