Latex: 添加IEEE会议论文作者信息

参考:

Multiple Authors with common affiliations in IEEEtran conference template

Latex: 添加IEEE会议论文作者信息

参考格式:

documentclass[conference]{IEEEtran}

egin{document}
	itle{An Important Conference Contribution}

author{IEEEauthorblockN{Author OneIEEEauthorrefmark{1},
Author TwoIEEEauthorrefmark{2}, Author ThreeIEEEauthorrefmark{3} and
Author FourIEEEauthorrefmark{4}}
IEEEauthorblockA{Department of Whatever,
Whichever University\
Wherever\
Email: IEEEauthorrefmark{1}author.one@add.on.net,
IEEEauthorrefmark{2}author.two@add.on.net,
IEEEauthorrefmark{3}author.three@add.on.net,
IEEEauthorrefmark{4}author.four@add.on.net}}
maketitle

end{document}

效果图:

注意,如果编译过程中遇到misplaced crcr 错误,请仔细检查左括号和右括号的匹配问题!

2018.4

原文地址:https://www.cnblogs.com/qq952693358/p/8715697.html