【LaTeX】IEEE模板中定理、公理和证明语句的使用


一、前言

正如题目所言,笔者第一次使用IEEE的会议LaTex模板,涉及到定理和证明语句时之前的写法不可行,于是笔者研究了模板中自带的文件《How to Use the IEEEtran LATEX Class》文件中XII. THEOREMS AND PROOFS一节,将学习成果记录如下。


二、原文

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

三、如何使用

用户必须首先通过以下命令声明结构名

\newtheorem{struct_type}{struct_title}[in_counter]

其中,struct_type是用户为结构选择的标识符,struct_title是指结构的标题,in_counter是计数器的可选名称,其编号将与结构编号一起显示,其更新将重置结构计数器。
大多数IEEE论文在整个工作中都使用序列化定理编号,因此通常不指定in_count
在定义该结构之后,可以通过以下语句使用该结构

\begin{struct_type}[extra_title]
.
.
\end{struct_type}

其中,extra_title是随结构一起显示的可选名称。

1. 定理 theorem

在这里插入图片描述

\newtheorem{theorem}{\bf Theorem}
\begin{theorem}\label{thm1}
	here is a theorem.
\end{theorem} 

\begin{theorem}[Einstein-Podolsky-Rosenberg]\label{thm2}
	here is another theorem.
\end{theorem} 

在这里插入图片描述

解释:使用\newtheorem{theorem}{\bf Theorem}定义了定理结构,其中theorem\begin\end中填写的标识符。\bf Theorem是结构的标题,比如上述代码就表示我想用加粗的Theorem作为我的标题,你也可以添加其他的格式规范,比如斜体。[Einstein-Podolsky-Rosenberg]可加可不加,给定理起个名字。

PS:如果想要在定理的序列号编号前添加章节编号,请使用如下语句。
在这里插入图片描述
PS:如果有一个结构与另一个结构共享其计数器的需求,可自行研究原文。

2. axioms和其他结构

在这里插入图片描述

\newtheorem{axioms}{\bf Axioms}
\begin{axioms}\label{a1}
	here is an axioms.
\end{axioms} 

\begin{axioms}\label{a2}
	here is another axioms.
\end{axioms} 

在这里插入图片描述

同理,只需要修改axiomsAxioms\begin{axioms}为对应的名称就行了。

3. 证明 proof

在这里插入图片描述

\newtheorem{thm}{\bf Theorem}
\begin{thm}\label{thm1}
	here is a theorem.
\end{thm} 
\begin{IEEEproof}[Proof of Theorem \ref{thm1}]
	here is detail proof of theorem. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
\end{IEEEproof}
\renewcommand{\IEEEQED}{\IEEEQEDopen}
\begin{IEEEproof}[Proof of Theorem \ref{thm1}]
	here is detail proof of theorem in open form.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
\end{IEEEproof}

在这里插入图片描述


四、总结

以上就是今天要分享的内容,本文介绍了如何使用这些基本结构,更为高级的自定义操作待读者进一步开发。
如果本文能给你带来帮助的话,点个赞鼓励一下作者吧!😆

五、参考

[1] IEEE官网:https://mirrors.bfsu.edu.cn/CTAN/macros/latex/contrib/IEEEtran/IEEEtran_HOWTO.pdf

  • 11
    点赞
  • 32
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值