I am loading hyperref after all other packages and I do it this way:
Code: Select all
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\usepackage[all]{hypcap}
When foot-citation is too long and needs to break to the next page (so one part of citation stays on the bottom of that page where it started and another part goes to the next page) this package is making entire text of the second page that comes between the first part of citation and the second part of citation to be a link. If I click anywhere on that text between the citation parts it takes me to bibliography.
I dont know if I managed to explain this clear enough. If not let me know and I will try to make MWE.