第一作者有多个单位,各个单位都不同,包括国家。第二作者的单位也不同于第一作者的两个单位。
我该怎么做?我建议将按钮上的三个隶属关系设置为共享,并在作者姓名上添加上标。因此,第一个作者将有上标(1,2),第二个作者有上标(3)。我认为这更方便,因为有可能加入第三个作者,他们与其中一位作者共享隶属关系。
这是我当前的脚本,我不知道如何在其上进行上述描述(使附属机构与其前面的数字共享,并在作者姓名上方进行上标)。
\documentclass[sigconf]{acmart}
\begin{document}
\title{Test}
\author{First Author}
\affiliation{%
\institution{First University}
\city{City}
\state{Country}
}
\email{[email protected]}
\author{Second Author}
\affiliation{%
\institution{Second University}
\city{City}
\state{Country}
}
\email{[email protected]}
\begin{abstract}
Abstract here.
\end{abstract}
\maketitle
\end{document}
编辑: