GeneralHyperref package and footcites that break to the next page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Yeats
Posts: 62
Joined: Fri Nov 07, 2008 12:29 pm

Hyperref package and footcites that break to the next page

Post by Yeats »

I have searched all 75 pages (!!!) of hyperref problems related topics and I could not find this one.

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}
Everything works fine except one thing:

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Yeats
Posts: 62
Joined: Fri Nov 07, 2008 12:29 pm

Re: Hyperref package and footcites that break to the next pa

Post by Yeats »

Nobody knows how to solve this? :(
Post Reply