[texhax] Bug in amsmath: footnote in intertext

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Nov 14 09:31:22 CET 2012


Am 14.11.2012 09:23, schrieb Victor Ivrii:
> Footnote itself does not appear (but footnotemark appears in the text)

use \footnotemark/\footnotetext:

\documentclass[12pt]{article}
\usepackage{amsmath}
\begin{document}

\begin{align}
1+1=2
\intertext{we know this\footnotemark}
2+2=4
\end{align}
\footnotetext{because we are smart.}

\end{document}


Herbert


More information about the texhax mailing list