Latex IEEE/ACM模板-多作者多单位的几种写法

编程入门 行业动态 更新时间:2024-10-24 08:21:56

我给出了IEEE/ACM论文作者单位的几种写法,就像孔乙己说回字有四种写法一样无聊。

转载请声明出处!!!

IEEE模板会议论文对于多作者多单位的文章,有好几种写法,我这里都给列一下。

IEEE模板的下载地址:IEEE - Manuscript Templates for Conference Proceedings

写法一

\author{
    \IEEEauthorblockN{San Zhang\IEEEauthorrefmark{a*}, Si Li\IEEEauthorrefmark{a,b}, Wu Wang\IEEEauthorrefmark{b}}
    \IEEEauthorblockA{\IEEEauthorrefmark{a} School of Computer Science, Wuhan University, Wuhan, China}
    \IEEEauthorblockA{\IEEEauthorrefmark{b} Department of Computer Science and Technology, Tsinghua University, Beijing, China}
    \IEEEauthorblockA{\{zhangsan\}@XXX, \{lisi, wangwu\}@XXX.edu}
}

写法二

\author{
    \IEEEauthorblockN{San Zhang$^{a*}$, Si Li$^{a,b}$, Wu Wang$^b$}
    \IEEEauthorblockA{$^a$ School of Computer Science, Wuhan University, Wuhan, China}
    \IEEEauthorblockA{$^b$ Department of Computer Science and Technology, Tsinghua University, Beijing, China}
    \IEEEauthorblockA{\{zhangsan\}@XXX, \{lisi, wangwu\}@XXX.edu}
}

上面两种写法的效果如下:

图中的a, b换成1,2,或者十字,星号都行,看个人喜好了。

写法三(给人名附上邮箱地址链接)

\author{
    \IEEEauthorblockN{San Zhang$^{a*}$, Si Li$^{a,b}$, Wu Wang$^b$, Goudan Li$^c$}
    \IEEEauthorblockA{$^a$ School of Computer Science, Wuhan University, Wuhan, China}
    \IEEEauthorblockA{$^b$ Department of Computer Science and Technology, Tsinghua University, Beijing, China}
    \IEEEauthorblockA{$^c$ Chentangguan, Tianjing, China}
    % \IEEEauthorblockA{\{zhangsan\}@XXX, \{lisi, wangwu\}@XXX.edu, {g.li}@XXX}
    \IEEEauthorblockA{\href{mailto:zhangsan@XXX}{zhangsan}@XXX, \{\href{mailto:lisi@XXX.edu}{lisi}, \href{mailto:wangwu@XXX.edu}{wangwu},\}@XXX.edu, \href{mailto:g.li@XXX}{g.li}@XXX} % 给人名附上邮箱地址
}

鼠标悬停就能显示出邮箱地址,需要用到:包\usepackage{hyperref},若是不想显示超链接方框,可以用包\hypersetup{hidelinks}将方框隐去。

\usepackage{hyperref} %超链接

\hypersetup{hidelinks} %隐去超链接框框

写法四(IEEE模板)

\author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{2\textsuperscript{nd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{3\textsuperscript{rd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{4\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{5\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{6\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
}

写法五 (ACM模板)

顺便把ACM模板的写法也给出来

\author{San Zhang}
\affiliation{%
  \institution{School of Computer Science}
  \city{Wuhan}
  \country{China}}
\email{zhangsan@XXX}

\author{Si Li}
\affiliation{%
  \institution{School of Computer Science}
  \city{Wuhan}
  \country{China}}
\email{lisi@XXX.edu}

\author{Wu Wang}
\affiliation{%
  \institution{Department of Computer Science and Technology}
  \city{Beijing}
  \country{China}}
\email{wangwu@XXX.edu}

更多推荐

Latex IEEE/ACM模板-多作者多单位的几种写法

本文发布于:2023-06-14 09:48:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1462954.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:几种   写法   多作   模板   单位

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!