How to change the email footnote symbol shown below "*" to some other math symbols, such as the symbol with subscript "b$_1$", "b$_2$", "c$_3$", "a$_4$"? (for paper with four authors, "b$_1$" for the first author, and so on.)
\documentclass[ap, notitlepage, superscriptaddress]{revtex4-1}
\begin{document}
\begin{titlepage}
\author{1st Author b$_1$}
\email{abc@gmail.com}
\author{2nd Author b$_2$}
\email{b2@gmail.com}
\author{3rd Author c$_3$}
\email{c3@gmail.com}
\author{4th Author a$_4$}
\email{a4@gmail.com}
\maketitle
\end{titlepage}
\end{document}
This is a false example. I hope to change * to b$_1$, and so on others to b$_2$, c$_3$, and a$_4$.
Question: How to change the Email symbol with definite symbols, that we can specify by hand:
- the 1st Author with Email symbol b$_1$,
- the 2nd Author with Email symbol b$_2$,
- the 3rd Author with Email symbol c$_3$,
- the 4th Author with Email symbol a$_4$. and so on that, we can specify each by hand.



revtex4-1has been marked obsolete andrevtex4-2is now the recommended version – daleif Dec 21 '21 at 08:56arabicwithalphorAlphorromanto get something else....\makeatletter \let\@fnsymbol@latex\@fnsymbol \let\@fnsymbol\@arabic \makeatother– Elad Den Dec 21 '21 at 15:53Author McAuthorFace AMAF@somedomain.comin the mail footnote? – Elad Den Dec 21 '21 at 15:55