乳胶错误:环境证明未定义

发布于 2024-08-05 03:48:42 字数 156 浏览 6 评论 0原文

嗨,我正在使用乳胶...想要使用以下内容:

       \begin{proof}
       ...
       \end{proof}

它给了我以下错误: !Latex 错误:环境证明未定义。你能帮我解决这个问题吗?谢谢

hi i am using latex... wanted to use the following:

       \begin{proof}
       ...
       \end{proof}

it gives me the following error:
!Latex error: Environment proof undefined. can you help me to solve this problem? thanks

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

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

发布评论

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

评论(2

时光匆匆的小流年 2024-08-12 03:48:42

proof 环境是 AMS-LaΤεχ 的一部分,而不是普通的 LaΤεχ,因此您需要:

\usepackage{amsthm}

请参阅此 AMS-LaTeX 页面 了解详细信息。如果您尚未安装这些软件包,请从 http://www.ams.org 获取它们/tex/amslatex.html

The proof environment is part of AMS-LaΤεχ, not plain LaΤεχ, so you need to:

\usepackage{amsthm}

See this AMS-LaTeX page for details. If you don't already have the packages installed, grab them at http://www.ams.org/tex/amslatex.html

世态炎凉 2024-08-12 03:48:42

proof 环境需要 amsthm

amsthm 包含在 amsmath 中,您可以从 此处为 AMS-LaTeX 包

The proof environment requires the amsthm package.

amsthm is contained in amsmath which you can get from the AMS-LaTeX package here.

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