\geqslant Latex 中未定义的控制序列

发布于 2024-08-28 06:02:06 字数 498 浏览 4 评论 0原文

当我编译以下乳胶代码时:

\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} 

我总是收到错误:

! Undefined control sequence.  
<argument> ..._{1,m} \times I(x_{i}^{m} \geqslant   
                                              t_{m} ) + c_{2,m} \times I...  
l.124 \end{align}

当我用 >= 替换 \geqslant 时,就可以了。

我已经包含了 amsmath 包。什么会导致问题?

谢谢和问候!

When I compile the following latex code:

\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} 

I always get an error:

! Undefined control sequence.  
<argument> ..._{1,m} \times I(x_{i}^{m} \geqslant   
                                              t_{m} ) + c_{2,m} \times I...  
l.124 \end{align}

When I replace \geqslant with >=, it is okay.

I already include the amsmath package. What would cause the problem?

Thanks and regards!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凝望流年 2024-09-04 06:02:06

该命令不是在 amsmath 包中定义的,而是在 amssymb 包中定义的 - 将 \usepackage{amssymb} 放在序言中,应该没问题。

That command isn't defined in the amsmath package, but rather the amssymb package -- put \usepackage{amssymb} in your preamble and you should be fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文