IEEE 会议论文作者信息Latex模板
目录
一、说明
二、使用方法
2.1 多栏格式
实现效果
代码
2.2 长条格式
实现效果
代码(有ORCID)
代码(无ORCID)
一、说明
基于IEEE官网提供的Latex会议论文模板进行修改,官网上为更新至2024年6月的版本。
IEEE - Manuscript Templates for Conference Proceedings
参考博客:
IEEE Conference 作者信息Latex模板(Orcid)
二、使用方法
官网提供的模板在作者数量>3时,会产生换行后难以对齐,作者信息区域占用空间太大的问题。在conference撰写中,需基于作者数量选择合适的模板,作者数量≤3时选择多栏格式,作者数量>3时选择长条模式。
2.1 多栏格式
实现效果
代码
\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}
}
2.2 长条格式
实现效果
代码(有ORCID)
\author{
\IEEEauthorblockN{
Given Name Surname \orcidlink{0000-0000-0000-XXXX}\IEEEauthorrefmark{1}\textsuperscript{1},
Given Name Surname \orcidlink{0000-0000-0000-XXXX}\IEEEauthorrefmark{1}\textsuperscript{2}
and Given Name Surname\orcidlink{0000-0000-0000-XXXX}\IEEEauthorrefmark{2}\textsuperscript{1}}
\IEEEauthorblockA{\IEEEauthorrefmark{1}dept. name of organization (of Aff.), name of organization (of Aff.), City, Country\\
\textsuperscript{1}email@email, \textsuperscript{2}email@email}
\IEEEauthorblockA{\IEEEauthorrefmark{2}dept. name of organization (of Aff.), name of organization (of Aff.), City, Country\\
\textsuperscript{1}email@email }
}
代码(无ORCID)
\author{
\IEEEauthorblockN{
Given Name Surname \IEEEauthorrefmark{1},
Given Name Surname \IEEEauthorrefmark{1}
and Given Name Surname\IEEEauthorrefmark{2}}
\IEEEauthorblockA{\IEEEauthorrefmark{1}dept. name of organization (of Aff.), name of organization (of Aff.), City, Country\\
\textsuperscript{1}email@email, \textsuperscript{2}email@email}
\IEEEauthorblockA{\IEEEauthorrefmark{2}dept. name of organization (of Aff.), name of organization (of Aff.), City, Country\\
\textsuperscript{1}email@email }
}