IEEEtran
我需要将下面的代码作为会议文档类中论文的关键词:
\par \textbf{\textit{Keywords$—$}}
请帮助我。谢谢
答案1
该类提供IEEEkeywords
环境;默认标题是“索引术语”,但您可以通过重新定义来更改它IEEEkeywordsname
\documentclass[conference]{IEEEtran}
\renewcommand\IEEEkeywordsname{Keywords}
\begin{document}
\begin{abstract}
We will discuss the most important subject.
\end{abstract}
\begin{IEEEkeywords}
Broad band networks, quality of service, WDM.
\end{IEEEkeywords}
\end{document}