I've got an equation which I labeled with explanations via
\underbrace
. These explanations are text and I want to add a footnote to one of them. However, even though the footnote is shown as a little number next to the word, there is no footnote on the bottom of the page. I'm wondering how to actually see my footnote.A working (or should I say nonworking

Code: Select all
\documentclass[12pt, titlepage]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\underbrace{123}_{\text{ e.g. \footnote{I disappear.}}} = 42
\end{equation}
\end{document}
Thanks