我正在尝试在下面写一个公式列表,但这个错误信息一直出现
! Missing $ inserted.
<inserted text>
$
l.614 \end{align}
这就是我所拥有的:
\begin{align}
\mathcal{M}(P(t_{1},...,t_{n})) &=r_{P}(\mathcal{M}(t_{1}),...,\mathcal{M}(t_{n}))\in L,,\nonumber\\
\mathcal{M}(\bot) &=0 \mathcal{M}(\top)=1,\nonumber\\
\mathcal{M}(\neg A) &=\mathcal{M}(A)\rightarrow 0,\nonumber\\
\mathcal{M}(A\Rightarrow B) &=\mathcal{M}(A)\rightarrow\mathcal{M}(B), \nonumber\\
\mathcal{M}(A\textbf{\&} B) &=\mathcal{M}(A)\otimes\mathcal{M}(B), \nonumber\\
\mathcal{M}(A\textbf{\vee} B) &=\mathcal{M}(A)\vee\mathcal{M}(B), \nonumber\\
\mathcal{M}((\forall x)A) &=\text{inf}\{\mathcal{M}(A(v/x))|v\}\in M, \nonumber\\
\mathcal{M}((\exists x)A) &=\text{sup}\{\mathcal{M}(A(v/x))|v\}\in M
\end{align}
我尝试将 $ 放在任何可能的位置,但我认为它不需要对齐,是吗?然后出现带有“{”的相同错误消息。更改为 {eqnarray} 环境也会出现同样的情况。有什么建议吗?
最近它开始出现这种情况:
Runaway argument?
{subsubsectio
! File ended while scanning use of \@@BOOKMARK.
<inserted text>
\par
l.91 \begin{document}
我正在通过删除 out.file 来解决这个问题。