1、一般公式,我们可以用footnote 命令,有些环境不可使用,可以用footnotemark 和footnotetext 命令来实现。
![LaTex排版技巧:[18]如何在公式中添加脚注](https://exp-picture.cdn.bcebos.com/50189b40102a04e2e46342f62b7aa010bd33c215.jpg)
2、例如:\begin{minipage}{.8\textwidth}\begin{equation}a^2 + b^2 = c^2 \footnote{勾股定理}\end{equation}\begin{align}X = \sum_{1\le i\le j\le n} X_{ij} \footnotemark[2]\end{align}\footnotetext[2]{align 里的footnote}\end{minipage}
![LaTex排版技巧:[18]如何在公式中添加脚注](https://exp-picture.cdn.bcebos.com/256eb672941fbee4831b88eac1237971ff1de715.jpg)