I am trying to repeat the same footnote on different pages with the same footnote number but failed. This is the example obtained from here `https://tex.stackexchange.com/questions/447677/repeat-footnote-every-page
\documentclass{article}\usepackage{footmisc}\begin{document}Example\footnote{\label{test}Some footnote}\newpageExample\footref{test}\end{document}
But the main problem is its just give me only a footnote number in the other page and it is not inserting the actual footnote. Please I need your help on this. Actually I want the same copy of the footnote to appear in another page. Thank you