我正在写一篇有四位作者的论文
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\begin{document}
\title{Important Conference Paper}
%\thanks{This work was sponsored by Infosys Foundation Endowment fund.}
\author{\IEEEauthorblockN{Author 1}
\IEEEauthorblockA{\textit{Random University with very very looooooong name, Place } \\
[email protected]}
\and
\IEEEauthorblockN{Author 2}
\IEEEauthorblockA{\textit{Random University with very very looooooong name, Place } \\
[email protected]}
\and
\IEEEauthorblockN{Author 3}
\IEEEauthorblockA{\textit{Fancy R\& D Institute, Place} \\
[email protected]}
\and
\IEEEauthorblockN{Author 4}
\IEEEauthorblockA{\textit{Random University with very very looooooong name, Place } \\
[email protected]}
}
\maketitle
\begin{abstract}
Important Conference Paper
\end{abstract}
\begin{IEEEkeywords}
Important, Conference, Paper
\end{IEEEkeywords}
\section{Introduction}
\end{document}
作者 3 和作者 4 没有正确居中,我究竟该如何修改 tex 模式以使其正确?