IEEE Transactions Latex模板使用经验总结
IEEE Transactions 模板下载
期刊头
\markboth{
IEEE TRANSACTIONS ON SIGNAL PROCESSING}%
{
Shell \MakeLowercase{
\textit{
et al.}}: A Sample Article Using IEEEtran.cls for IEEE Journals}
此处,不能注释掉第二行代码,否则不能运行,会报错。

脚注
IEEE Transactions 模板脚注为\thanks,而非\footnotetext。
\author{
San Zhang and Si Li\thanks{
Manuscript received February 21, 2022. This work was supported in part by the National Natural Science Foundation of China under Grant 00000000.}
\thanks{
San Zhang and Si Li are ****}}
注意,\thanks必须放在\author内部,否则会多出一个空白页。

缩写对照表NOMENCLATURE
首先添加宏包:
\usepackage{
nomencl}
\makenomenclature
之后,在引言之前添加代码:
\nomenclature{
TFR}{
Time-frequency representation}

本文详细总结了使用IEEE Transactions LaTeX模板的经验,包括期刊头设置、脚注处理、NOMENCLATURE创建、参考文献引用及格式调整、公式和图片的处理等。针对LaTeX新手,提供了实用的技巧和解决常见问题的方法。

最低0.47元/天 解锁文章
1037

被折叠的 条评论
为什么被折叠?



