我只是想知道文档类中是否有解决方案elsarticle
可以\ead
不生成相应的作者的电子邮件地址。我已将我的代码附加在下面:
\documentclass{elsarticle}
\usepackage[utf8]{inputenc}
\title{This is my title}
\author[label1]{John Smith\corref{cor1}}
\cortext[cor1]{Corresponding author}
\address[label1]{Department of Mathematics, Arbitrary State University, City, AB 00000, United States}
\date{August 2022}
\begin{document}
\begin{abstract}
This is my sample abstract
\end{abstract}
\maketitle
\section{Introduction}
\end{document}