TUT-ASI / thesis-template

LaTeX template for writing your thesis
12 stars 0 forks source link

Footnote counter starts at 2 and links to title page. #13

Closed retogaeh closed 5 years ago

retogaeh commented 6 years ago

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!

AlexDaniel commented 5 years ago

I think this is the problem: https://tex.stackexchange.com/a/72691

AlexDaniel commented 5 years ago

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:

image

AlexDaniel commented 5 years ago

Fixed it by using perpage package.