hyperref links to the wrong page for footnotes generated by manyfoot.
\documentclass{article}
\usepackage{manyfoot}
\usepackage{hyperref}
\DeclareNewFootnote{C}
\begin{document}
\tableofcontents
\clearpage
\section{Introduction}
\clearpage
\section{Background}
Default citation \footnoteC{Links to page 1 instead of current page}
\end{document}
When the above code is compiled using pdflatex, the footnotemark is always hyperlinked (in PDF) to "Page 1", instead of the page where the footnotetext appears.
manyfoot... – Mensch Jul 14 '19 at 03:25