I would like an unmarked footnote in my title. When I enter the footnote in the title, it does not appear in my PDF. How can I insert an unmarked footnote in the title which appears on the bottom of the first page?
MWE:
\documentclass[english,reqno]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\numberwithin{figure}{section}
\makeatother
\usepackage{babel}
\begin{document}
\title{{\normalsize{}}\thanks{ABC}{\normalsize{}Title}}\maketitle
\end{document}

unmarkedfootnote’? – Bernard Dec 13 '15 at 11:50amsart, the\thankscommand (associated with an author, not the title) gives an unmarked footnote at the bottom of the first page. this command and its associated text should be entered after the author, not within the\authorargument. – barbara beeton Dec 13 '15 at 13:52