I am looking for someone who has read the lengthy Beamer manual.
Using \maketitle
\begin{document}
\maketitle
\end{document}
versus using \titlepage
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}
What is the difference between \maketitle and \titlepage in Beamer?

