您当前的位置: 首页 > 

Xavier Jiezou

暂无认证

  • 0浏览

    0关注

    394博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

【LaTex】IEEE论文作者信息排版

Xavier Jiezou 发布时间:2022-03-27 17:30:55 ,浏览量:0

引言

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
关注
打赏
1661408149
查看更多评论
立即登录/注册

微信扫码登录

0.0470s