如何在作者上添加上标和星号*,并设置通讯作者电子邮件的环境?

如何在作者上添加上标和星号*,并设置通讯作者电子邮件的环境?

我正在使用 IOPScience latex 模板撰写论文,可以通过此链接获取:

https://publishingsupport.iopscience.iop.org/author-guidelines-for-conference-proceedings/

如何在作者上添加上标并设置相应作者的电子邮件,如下所示:

在此处输入图片描述

我的工作代码如下:

\documentclass[a4paper]{jpconf}
\usepackage{graphicx,amsmath,amsfonts,longtable,qtree,etoolbox,array,rotating,pgf,tikz,tikz-cd,algorithm,csquotes,algpseudocode,float,listings,color,pdfpages,tabu,blindtext,enumitem,subcaption,makecell,amssymb,hyperref}

\usepackage{amsthm}

\newenvironment{myproof}[2] {\paragraph{Proof}}{\hfill$\square$}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}[theorem]
\newtheorem{lemma}[theorem]{Lemma}

\theoremstyle{definition}
\newtheorem{definition}{Definition}

\definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
\definecolor{mylilas}{RGB}{170,55,241}

\begin{document}
\title{Elementray components of electroencephalography signals viewed as prime numbers}

\author{Amirul Aizad Ahmad Fuad, Tahir Ahmad, and Nur Aisyah Mohamad Nor}

\address{Department of Mathematical Sciences, Faculty of Science, Universiti Teknologi Malaysia, 81310 Skudai, Johor, Malaysia}

\ead{[email protected]}

\end{document}

产生:

在此处输入图片描述

我该如何解决这个问题?请帮忙。

答案1

jpconf是《物理学杂志》会议系列使用的文档类别,我认为它是由 IOP 准备的。期刊/出版商应该有一份最新的参考文献,供使用该文档类别使用。

Google 提供了用户指南,但它并未托管在 IOP 官方网站上,而且我也不能 100% 确定它是否最新。但根据我的发现,期刊批准的代码出奇地简单。

在此处输入图片描述

相关内容