[tex-live] Hyperref problem with Index in TeXLive 2013

Denis Bitouzé dbitouze at wanadoo.fr
Mon Oct 14 17:29:59 CEST 2013


Le lundi 14/10/13 à 14h16,
Lars Madsen <daleif at imf.au.dk> a écrit :

> I don't think this is related to minitoc as I can reduce it to the
> code below and 'Index' in the toc still points to the bibliography.

Even more minimal and self-content:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{report}
\usepackage{filecontents}
%
\begin{filecontents}{\jobname.bib}
@book{foo,
  author={Foo, Bar},
  title={Foo and Bar},
  year = {2013},
  publisher={Bar, Foo}
}
\end{filecontents}
%
\usepackage{makeidx}
\usepackage{tocbibind}
\usepackage{hyperref}
\makeindex
\begin{document}
\tableofcontents

\bibliographystyle{plain}
\nocite{*}
\bibliography{\jobname}

\printindex
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

As a workaround, add:

  \cleardoublepage
  \phantomsection

before:

  \printindex

But, as said by Lars, this is not the right place to ask such a question.
--
Denis



More information about the tex-live mailing list