[Tex/LaTex] Hyperlink from footnote mark to footnote body

back-referencingfootnoteshyperrefincompatibilitysetspace

When I click on a footnote mark in the PDF, it doesn't take me to the body of the footnote, but rather to the first page of the document. I've heeded the advice at Why are all of my footnotes hyperlinked to the titlepage?, to no avail. setspace seems to be the problem.

How can I resolve this? MWE:

\documentclass{article}

\usepackage{footnotebackref}
\usepackage{setspace}

\begin{document}

This is some text\footnote{This is a footnote.}.

\end{document}

Best Answer

I had the same issue her and I found this article solving the problem: Using setspace package breaks footnotes link

In short, include the setspace package before hyperref package.