Hi everbody,
can anybody tell me how I can make a crossreference to a footnote? \label{x} and \ref{x} does not seem to work and I couldn't find anything online.
Thanks!
Bettina
General ⇒ Cross Reference to Footnote
Cross Reference to Footnote
Well, the standard commands seem to work for me:
The blindtext package was loaded only to automatically generate text.
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{blindtext}\begin{document}\blindtext\footnote{Just a test footnote\label{ftn:test}}\Blindtext As mentioned in footnote \ref{ftn:test} (page \pageref{ftn:test})...\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Cross Reference to Footnote
cool! apparently I was already too tired to figure that out myself.
thanks a lot!!!
thanks a lot!!!