When using the simple \maketitle command, one can use \title, \author, \date etc to define the corresponding contents. Now if one desires to for example make a custom title page, how can this information then be retrieved?
MWE:
\documentclass{report}
\title{My report}
\author{Me \and Myself}
\date{\today}
\begin{document}
\begin{titlepage}
%\thetitle?
%\theauthor?
%\thedate?
\end{titlepage}
Hello world!
\end{document}
\maketitlemakes http://tex.stackexchange.com/q/10130/ perhaps more applicable. Let's consider this a duplicate. – Betohaku Jul 12 '13 at 08:53