I was asked to add acknowledgements to the right of the author name as the first footnote. (So the footnote should be numbered as "1" but for some reason it only shows asterisk "*".)
Could anyone help me?
\documentclass[12pt,letterpaper,leqno,pdftex]{article}
\title{AAAAA}
\author{BBBBB\footnote{CCCCC} \\DDDDD University }
\date{\today}
\begin{document}
\begin{titlepage}
\maketitle
\begin{abstract}
EEEEEE
\end{abstract}
\end{titlepage}
\end{document}