LaTex排版技巧:[18]如何在公式中添加脚注

2026-02-12 21:23:15

1、一般公式,我们可以用footnote 命令,有些环境不可使用,可以用footnotemark 和footnotetext 命令来实现。

LaTex排版技巧:[18]如何在公式中添加脚注

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]如何在公式中添加脚注

猜你喜欢