To mark the corresponding author in the first page of the paper, you should use a small envelope. You can use the bbding package of LaTex, and use the command \inst{ (}\Envelope\inst{)} right after the name of the corresponding author, where is the number referring to different addresses or affiliations.
For example, Guojun Wang is the corresponding author and he is with the first affiliation, then it should be coded as follows:
\documentclass[runningheads,a4paper]{llncs}
…
\usepackage{bbding}
\pagestyle{empty}
\begin{document}
…
\author{ Guojun Wang \inst{1 (}\Envelope\inst{)} }
…
\end{document}
本文介绍如何在使用LaTeX排版的论文中正确标记通讯作者。通过使用bbding包和特定命令,可以在作者名字旁添加小信封图标,以此来指示哪位作者负责通讯联系。示例代码展示了如何将此应用于对应作者Guojun Wang。
1963

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



