Latex 模版生成会议论文 不显示Keywords,而是显示 Index Terms- ,改成Keywords 方法


一、 不管显示何种内容,TEX 文件都是


\begin{IEEEKeywords}  
      关键词1、关键词2,。。。。。
\end{IEEEKeywords}

其中:模版文件 IEEETran.cls存在下述命令


\def\IEEEkeywordsname{Keywords}           ## 显示为 Keywords-


\def\IEEEkeywordsname{Index Terms}           ## 显示为 Index Terms

二、途径

             怎么办呢?后来想到去IEEEtran.cls文件中修改。将 IEEEkeywords的定义改掉就可以了。

             将: 
                      \def\IEEEkeywordsname{Index Terms}改成了
                      \def\IEEEkeywordsname{Keywords}。

三、 其他常用命令

\def\contentsname{Contents}
\def\listfigurename{List of Figures}
\def\listtablename{List of Tables}
\def\refname{References}
\def\indexname{Index}
\def\figurename{Fig.}
\def\tablename{TABLE}
@IEEEcompsocconfonly{\def\figurename{Figure}}
\def\partname{Part}
\def\appendixname{Appendix}
\def\abstractname{Abstract}

% IEEE specific names
\def\IEEEkeywordsname{Keywords}
\def\IEEEproofname{Proof}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM