引言

IEEE 会议论文投稿,样例论文作者信息排版如下:

1

但是给的 LaTex 模板里面渲染的效果却是这样的:

2

对应的 LaTex 语法如下:

\author{\IEEEauthorblockN{Michael Shell}
\IEEEauthorblockA{School of Electrical and\\Computer Engineering\\
Georgia Institute of Technology\\
Atlanta, Georgia 30332--0250\\
Email: http://www.michaelshell.org/contact.html}
\and
\IEEEauthorblockN{Homer Simpson}
\IEEEauthorblockA{Twentieth Century Fox\\
Springfield, USA\\
Email: homer@thesimpsons.com}
\and
\IEEEauthorblockN{James Kirk\\ and Montgomery Scott}
\IEEEauthorblockA{Starfleet Academy\\
San Francisco, California 96678--2391\\
Telephone: (800) 555--1212\\
Fax: (888) 555--1212}}

如何修改 LaTex 语句,使其达到样例论文展示的效果?

教程

按照如下修改方式修改:

\author{
\IEEEauthorblockN{
Michael Shell\IEEEauthorrefmark{1},
Homer Simpson\IEEEauthorrefmark{2},
James Kirk\IEEEauthorrefmark{3}, and
Montgomery Scott\IEEEauthorrefmark{3}}
\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332--0250}
\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA}
\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678--2391}
\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678--2391}
\IEEEauthorblockA{ms@michaelshell.org, homer@thesimpsons.com, (800) 555--1212, (888) 555--1212}
\IEEEauthorblockA{Corresponding Author: Michael Shell \quad Email: ms@michaelshell.org}}

修改完成渲染效果如下:

3

发现还是不太一样,作者标注格式是星号,而我们要的是数字。

要想实现数字的效果,需要在 \begin{document} 前插入:

\DeclareRobustCommand*{\IEEEauthorrefmark}[1]{%
    \raisebox{0pt}[0pt][0pt]{\textsuperscript{\footnotesize\ensuremath{#1}}}}

最终效果:

4

参考

https://blog.csdn.net/mimomumu/article/details/59111005

插画

anime

【画师】3日目西む 【P站ID】73436968
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐