撰写 IEEE 论文时作者缩进问题

撰写 IEEE 论文时作者缩进问题

IEEE 论文的作者部分存在缩进问题。

\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.
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}


\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
    T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}

\title{PAPER TITLE\\
%{\footnotesize \textsuperscript{*}Note: Sub-titles are not captured in Xplore and should not be used}
}
%\thanks{Identify applicable funding agency here. If none, delete this.}


\author{
\IEEEauthorblockN{Author1}
\IEEEauthorblockA{\textit{Engineering Department} \\
\textit{XYZ Univeristy of Engineering and Technology }\\
Karachi, Pakistan \\
 [email protected]}
\and
\\
\IEEEauthorblockN{author2}
\IEEEauthorblockA{\textit{ Engineering Department} \\
\textit{XYZ Univeristy of Engineering and Technology}\\
Karachi, Pakistan \\
  [email protected]}
\and
\\
\IEEEauthorblockN{Author3}
\IEEEauthorblockA{\textit{Engineering Department} \\
\textit{XYZ Univeristy of Engineering and Technology}\\
Karachi, Pakistan \\
  [email protected]}
\and
\\
\IEEEauthorblockN{ author4 }
\IEEEauthorblockA{\textit{Engineering Department} \\
\textit{XYZ Univeristy of Engineering and Technology}\\
Karachi, Pakistan \\
[email protected]}
\and
\\
\IEEEauthorblockN{ author5}
\IEEEauthorblockA{\textit{Engineering Department} \\
\textit{XYZ Univeristy of Engineering and Technology}\\
Karachi, Pakistan \\
[email protected] }
}

在此处输入图片描述

答案1

如果有三位以上的作者,IEEEtrans 手册建议使用长格式。

\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1}, Homer Simpson\IEEEauthorrefmark{2}, James K irk\IEEEauthorrefmark{3}, Montgomer Scott\IEEEauthorrefmark{3} and Eldon Tyrell\IEEEauthorrefmark{4}} 
\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Ele ctrical and Computer Engineering\\
Georgia Institute of Technology, Atlanta, Georgia 30 332 --0250\\
Email: [email protected]} \IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Cen tury Fox, Springfield, USA\\
Email: [email protected]}}

在此处输入图片描述

相关内容