diff options
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} |