\documentclass{book} \usepackage{makeidx} \makeindex \usepackage[ % dvipdfm ]{hyperref} \def\HyperDestNameFilter#1{x-#1} \begin{document} \tableofcontents \chapter{One} \label{chap:one} \index{one} See next \hyperref[chap:two]{chapter} \ref{chap:two} \cite{abc}, \hyperlink{foobar}{Link}. \chapter{Two} \label{chap:two} \hypertarget{foobar}{Target} \begin{thebibliography}{9} \bibitem{abc} Book ABC \end{thebibliography} \printindex \end{document}