Is there a way to selectively de-activate desired links in hyperref?
For example, I would like to remove the footnotes from being linked and maybe also the citations. Imho it's fine if the TOC and the other lists (list of tables etc.) are linked, as well as the equations.
I have just read the documentation and other threads. But in my case I would like to do this globally and not just for one ref.
Edit:
Another possibility would be to make the undesired parts links, but not visible (e.g. black)
\usepackage[hyperfootnotes=false]{hyperref}. – Gonzalo Medina Jan 19 '14 at 18:11\hypersetup{colorlinks=true,citecolor=black}be an acceptable to you? The link would still be there, but nobody would notice it unless the mouse happens to hover over a citation... – Mico Jan 19 '14 at 18:34