acmart模版正常说明作者信息的格式如下,如果要说明通信作者或者共一等额外说明,则使用\authornote{}来注释。
\author{Ben Trovato}
\authornote{Both authors contributed equally to this research.}
\email{trovato@corporation.com}
\orcid{1234-5678-9012}
\author{G.K.M. Tobin}
\authornotemark[1]
\email{webmaster@marysville-ohio.com}
\affiliation{%
\institution{Institute for Clarity in Documentation}
\streetaddress{P.O. Box 1212}
\city{Dublin}
\state{Ohio}
\country{USA}
\postcode{43017-6221}
}
使用上述代码会自动生成作者简介,如图所示

使用下面代码可以不使用模版默认的生成作者简介内容,而是自定义生成。
\authorsaddresses{Corresponding author: Ben Trovato,
\href{mailto:trovato@corporation.com}{trovato@corporation.com};
Institute for Clarity in Documentation, P.O. Box 1212, Dublin,
Ohio, USA, 43017-6221}
生成的内容如图所示

可以自己根据原先自动生成的内容,复制到代码块中进行更换,并额外添加自己的内容。
博客介绍了acmart模版正常说明作者信息的格式,若有通信作者等额外说明可用注释。还提到使用代码可自动生成作者简介,也能自定义生成,可复制原自动生成内容到代码块更换并添加额外内容。
6230

被折叠的 条评论
为什么被折叠?



