footref footnote label

Source

  • add a \label to the \footnote to reference, then use \footref to reference it:
Let's say we awant to reference a certain footnote here.\footref{fn:example}
Like this one.\footnote{\label{fn:example}This is the footnote.}
And then later again.\footref{fn:example}