我在我的会议论文中引用了同一作者姓名的 3 篇不同论文。但 IEEE 会议格式并未显示第三位作者的姓名。
PS 如果我更改第三篇参考文献的作者姓名,那么它会正常显示。是 IEEE 会议模板出了问题还是 overleaf 出了问题?
\documentclass[conference]{IEEEtran}
\hyphenation{op-tical net-works semi-conduc-tor}
\usepackage{enumitem}
\usepackage{gensymb}
\usepackage{subfig}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{url}
\usepackage[noadjust]{cite}
\renewcommand{\citepunct}{,\penalty\citepunctpenalty\,}
\renewcommand{\citedash}{--}
\renewcommand\IEEEkeywordsname{Keywords}
\begin{document}
\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
Georgia Institute of Technology,
Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
\maketitle
\begin{abstract}
Abstract goes here.
\end{abstract}
\begin{IEEEkeywords}
ABC.
\end{IEEEkeywords}
\section{Introduction}
The introduction goes here \cite{Toliyat1,Toliyat2,Toliyat3}.
\section{Section A}
First section
\section{Conclusion}
The conclusion goes here.
\section*{Acknowledgment}
The authors would like to thank...
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}
以下行针对文件名为“references.bib”的参考书目。
@ARTICLE{Toliyat1, author={H. A. {Toliyat} and T. A. {Lipo} and J. C. {White}}, journal={IEEE Transactions on Energy Conversion}, title={Analysis of a concentrated winding induction machine for adjustable speed drive applications. I. Motor analysis}, year={1991}, volume={6}, number={4}, pages={679-683}, doi={10.1109/60.103641}}
@ARTICLE{Toliyat2, author={H. A. {Toliyat} and T. A. {Lipo} and J. C. {White}}, journal={IEEE Transactions on Energy Conversion}, title={Analysis of a concentrated winding induction machine for adjustable speed drive applications. II. Motor design and performance}, year={1991}, volume={6}, number={4}, pages={684-692}, doi={10.1109/60.103642}}
@ARTICLE{Toliyat3, author={H. A. {Toliyat} and T. A. {Lipo}}, journal={IEEE Transactions on Energy Conversion}, title={Analysis of concentrated winding induction machines for adjustable speed drive applications-experimental results}, year={1994}, volume={9}, number={4}, pages={695-700}, doi={10.1109/60.368339}}