How can I insert a footnote into math mode? I tried this (with required packages)
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{ccaption}
And i.e if I try
\begin{eqnarray}
foo && foo \text{\footnote{something}}\\
foo && foo \mbox{\footnote{something else}}
\end{eqnarray}
the link to the footnote appears, but not in the footnote position and if I click it I'm redirected to the first page. If I am in text mode I don't have this problem. How can I do this? Thanks in advance!
alignand its derivatives (align*,aligned, etc) just fine. – Alfredo Hernández Feb 25 '15 at 23:15\footnotetext{text of the footnote}is forced to a second page because of lack of space? Won't that lead to the strange result of showing the actual footnote on a different page than the footnote mark? – L. F. Sep 24 '18 at 04:34