自定义文章中的共同第一作者和通讯作者 - latex

自定义文章中的共同第一作者和通讯作者 - latex

有没有什么简单的方法可以在文章的脚注中设置共同第一作者和通讯作者?我不想使用 Elsarticle 模板。请指教。

latex代码如下;

\documentclass[a4paper, 12pt]{article}


\usepackage{authblk}
\renewcommand*{\Authsep}{, }
\renewcommand*{\Authand}{, }
\renewcommand*{\Authands}{, }
\renewcommand*{\Authfont}{\normalsize\normalfont}    
\renewcommand*{\Affilfont}{\normalsize\normalfont}

\renewcommand{\baselinestretch}{1.5} 

\title{\textbf{{\large Title}}}

\author[a,1]{XXX}
\author[a,\textasteriskcentered]{YYY}
\author[b,1]{ZZZ}

\affil[a]{\textit{AAA BBB CCC}}
\affil[b]{\textit{AAAaaa BBBaaa CCCaaa}}
\date{}    

\begin{document}
\maketitle

Some texts...\\
1 indicates co-first author, and should be accompanied by footnote: \\ \textsuperscript{1} Contribute to equally to this study. \\
\textasteriskcentered indicates corresponding author, and should be accompanied by footnote: \\ \textsuperscript{*} Corresponding author. Email: [email protected].

\end{document}

在此处输入图片描述

相关内容