目录:
1.ACM会议论文Latex模板,逐个添加作者和单位:
1)Latex:
2)效果:
2. ACM会议论文Latex模板,合并添加作者和单位:
1)Latex:
2)效果:
1.ACM会议论文Latex模板,逐个添加作者和单位:
1)Latex:
###### 作者1的姓名、单位
\author{San Zhang}
\affiliation{%
\institution{xxx Laboratory, xxx University}
\city{Changsha}
\country{China}}
\email{xxxx@xxx.edu.cn}
###### 作者2的姓名、单位
\author{Si Li}
\affiliation{%
\institution{xxx Laboratory, xxx University}
\city{Changsha}
\country{China}}
\email{xxxx@xxx.edu.cn}
###### 作者3的姓名、单位
\author{Liang Wang}
\affiliation{%
\institution{xxx Laboratory, xxx University}
\city{Changsha}
\country{China}}
\email{xxxx@xxx.edu.cn}
###### 作者4的姓名、单位
\author{Ming Xiao}
\affiliation{%
\institution{xxx Laboratory, xxx University}
\city{Changsha}
\country{China}}
\email{xxxx@xxx.edu.cn}
###### 作者5的姓名、单位
\author{Ming Da}
\affiliation{%
\institution{xxx Laboratory, xxx University}
\city{Changsha}
\country{China}}
\email{xxxx@xxx.edu.cn}
2)效果:
2. ACM会议论文Latex模板,合并添加作者和单位:
1)Latex:
##### 添加作者($^\dagger$符号代表一个单位,$^\diamondsuit$代表另一个单位)
\author{San Zhang$^\dagger$, Si Li$^\diamondsuit$, Liang Wang$^\diamondsuit$, Ming Da$^{\dagger*}$, Ming Xiao$^\diamondsuit$}
##### 合并添加单位(\\为换行符,\quad为空格)
\affiliation{%
\institution{AAA Laboratory, AAA University$^\dagger$ \\
EEE Laboratory, EEE University$^\diamondsuit$}
\country{}
}
##### 添加通讯作者 (添加 Ming Da 为通讯作者)
\thanks{*Corresponding author} ### 在作者名字后面添加*,并在此处使用 \thanks{} 即可。
2)效果:
首页左下角会显示Corresponding author:
注:作者多的情况下 第一种方式会很占空间,由于需要压缩空间,一直想要上述的第二种方式【合并作者单位】的效果,但试了各种方式总是报错无法正确显示。。。幸运的发现了下面这个帖子,然后终于可以正确合并单位显示啦!感谢!!!
参考:
https://tex.stackexchange.com/questions/424066/acmart-multiple-authors-all-with-same-affiliation-one-author-an-additional-af