When I click on 3.8 in the hyperref manual, I go to the top of the page where 3.8 is, whatever the zoom level I have. But the default hyperref behaviour is to link to the section name. How can I achieve the first one?
I would like also to configure that option only for \sections and not for \sub..., \subsub..., etc.
So in this MWE's ToC A and B should link to the same point.
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\clearpage
\section{A}
A is this.
\subsection{A subsec}
Text.
\section{B}
B is this.
\end{document}
This issue may be related.