Closed retogaeh closed 5 years ago
I think this is the problem: https://tex.stackexchange.com/a/72691
OK, so this can be fixed by commenting out \usepackage[perpage]{footmisc}
and making sure that \usepackage{hyperref}
is the last used package. This way the numbering starts from 1 and links are pointing at the end of the page. However, the numbering of footnotes is then global, and that contradicts the guidelines:
Fixed it by using perpage
package.
First appearance of footnote has count 2 instead of 1.
Link doesn't take focus to the page's footer but rather to title page!