Answers for "how change index terms to keywords latex"

0

how change index terms to keywords latex

\documentclass{IEEEtran}
\renewcommand\IEEEkeywordsname{Some words}
\begin{document}
\begin{IEEEkeywords}
This, that.
\end{IEEEkeywords}
Text.
\end{document}
Posted by: Guest on April-14-2021

Browse Popular Code Answers by Language