When the package is switched off, the clickable links are working perfectly in the ToC entries. When the package is turned on, clicking on entries like "Content" or "List of Figures" in the ToC brings you to the right page but with an annoying offset (the title isn't visible). Why is that?
Code: Select all
\documentclass[12pt,letterpaper,twoside]{book}
\usepackage[T1]{fontenc}
\usepackage[]{tocbibind}
\usepackage{tocloft}
\usepackage[]{hyperref}
\begin{document}
\tableofcontents
\chapter{A first chapter}
\section{A section}
Bla bla bla bla bla bla.
\newpage
Bla bla bla bla bla.
\chapter{A second chapter}
\section{First section in the second chapter}
Bla bla bla bla. Bla bla bla bla bla.
\newpage
Bla bla bla bla
\listoffigures
\newpage
blabla
\end{document}
Any idea how to solve this issue?