如何在文章作者姓名中加超号和符号?

如何在文章作者姓名中加超号和符号?

我的文章中的作者姓名必须有数字 1、2……,通讯作者必须有 *。所有数字和符号都必须是双精度的。我该如何使它们变成双精度的?我的代码是:

\usepackage[pagebackref=false,colorlinks,linkcolor=blue,filecolor=blue,urlcolor=blue ,citecolor=blue]{hyperref}  

\begin{document} 

\title{title of article}

\author{first author\href{$^{1,2}$}{$^{1}$},second author \href{$^{1,2}$}{$^{2}$}\thanks{Email address for correspondence:\href{email:}{email address}}\\$^{1,2}$Depart
ment of Electrical Engineering}

数字 1 和 2 是蓝色的,但它们不会跳转到“电气工程系”部分。此外,* 2 之后不是蓝色,而是跳转到电子邮件地址。这看起来很愚蠢,但我无法解决这个问题。

相关内容