关于数学模式下的脚注。在页面末尾的环境\footnotemark
中使用时,脚注会出现在下一页。这是一个最小示例。如何让脚注与脚注标记出现在同一页上?align
\documentclass[12pt, a4paper]{article}
\usepackage{geometry}
\usepackage{amsmath}
\begin{document}
Title.
\vspace{19cm}
\begin{align}
1.\footnotemark
\end{align}
\footnotetext{Footnote.}
\end{document}