我正在使用 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}
产生:
我该如何解决这个问题?请帮忙。