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}

`, they'll be marked as code, as can be seen in the edit. You can also highlight the code and click the "code" button (with "{}" on it). – egreg Jul 6 '12 at 19:50