我尝试在浮点数(图形)中包含一些数学方程式,但对齐环境似乎不会触发数学环境(像往常一样)。方程式分别打印 ok,在浮点数内部,latex 停止并且没有产生输出。我显然不明白浮点数、对齐和数学之间的相互作用?
\documentclass[11pt,a4paper]{article}
\usepackage{setspace}
\usepackage[fleqn]{amsmath}
\begin{document}
\begin{table}
\begin{align}
& 1 \in N
\\ &\forall n \in N \exists n' \in N \qquad &\text{($m'$ is the successor of $m$)}
\end{align}
\caption{The axioms for natural numbers as given by Peano
\label{PeanoAxioms}
\end{table}
\end{document}