I'm using the AAS template, linked here. I'm new to LaTeX and trying to get a footnote to show up for my title, but commands such as \footnote, \thanks, and several others are not working. The \thanks works for the authors, but not in \title or \maketitle. Here's a MWE:
\documentclass[letterpaper, paper,11pt]{AAS}
\usepackage{bm}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=black, citecolor= black, urlcolor= black]{hyperref}
\usepackage{overcite}
\usepackage{footnpag} % make footnote symbols restart on each page
\usepackage{epstopdf}
\usepackage[section]{placeins}
\PaperNumber{#}
\begin{document}
\title{text...}
\author{name\thanks{info about author} \ and name\thanks{info about author}}
\maketitle{}
\end{document}


\footnotemarkand\footnotetext{..}) – Werner Jan 06 '17 at 21:59l.42 \maketitle {} ?
– Eric Jan 06 '17 at 22:16\documentclassof this template? And what packages are loaded? Did you see the link I posted about providing a minimal example? – Werner Jan 06 '17 at 22:17