根据Springer 指南,我需要使用 llncs documentclass(如模板)并注明通讯作者。
不幸的是,指南、模板和此指令涵盖了如何在 llncs 文档类中执行此操作。
当然,我可以提供我的单位电子邮件,但还有来自我所在机构的其他作者。还有我可以说通讯作者:[电子邮件保护]研究所并且(尽管这明显违反了语义)我会选择不自动列举隶属关系的方式。我认为应比最大的上标数字更清楚地标明通讯作者。
宏\thanks
也不是我所期望的,因为它产生的是一个脚注,而不是标题的一部分。
答案1
希望您找到了答案。如果其他人也遇到了这个问题,那么他们需要这样做。
首先,添加以下包。
\usepackage[misc,geometry]{ifsym}
然后,将其添加到 \author 命令中。
\author{John Smith \Letter\inst{1}\orcidID{0000-0000-0000-0000}}
我从以下网页获得此信息:LaTex 论坛
答案2
我非常喜欢并想添加到答案池中的一个选项是使用包fontawesome5
。此解决方案也可以编译构造
\usepackage{fontawesome5}
\begin{document}
\title{Runtime load-shifting of distributed controllers across networked devices}
\author{Angelo Filaseta\inst{1}\orcidID{0009-0004-6797-6814} \and
Danilo Pianini\inst{1}\orcidID{0000-0002-8392-5409}\faIcon{envelope}}
\institute{
Alma Mater Studiorum---Università di Bologna,
47522 Cesena (FC), Italy
\email{
[email protected], \faIcon{envelope} [email protected]
}
}
答案3
我的做法明显滥用了语义:
\author{Name1\inst{1}\orcidID{0000-0001-2345-6789}$\spadesuit$ \and
Name2\inst{1}\orcidID{0000-0002-3456-7891} \and
Name3\inst{1,2}\orcidID{0000-0002-3456-7892}
}
%
\authorrunning{Name1 et al.}
% First names are abbreviated in the running head.
% If there are more than two authors, 'et al.' is used.
%
\institute{Institute1, Somewhere \and
Institute2, Somewhere else\\
$\spadesuit$ Corresponding author: \email{[email protected]}
}