当我编译以下乳胶代码时:
\begin{align}
f_{m}(x) = c_{1,m} \times I(x_{i}^{m} \geqslant t_{m} ) + c_{2,m} \times I(x_{i}^{m} < t_{m} ),
\end{align}
Run Code Online (Sandbox Code Playgroud)
我总是收到一个错误:
! Undefined control sequence.
<argument> ..._{1,m} \times I(x_{i}^{m} \geqslant
t_{m} ) + c_{2,m} \times I...
l.124 \end{align}
Run Code Online (Sandbox Code Playgroud)
当我用> =替换\ geqslant时,它没关系.
我已经包含了amsmath包.什么会导致这个问题?
感谢致敬!