\title{<title>}, \author{<author>} and \date{<date} internally store the content.
\title{<title>}
\author{<author>}
\date{<date}
\maketitle produces a standard title page with the previously defined values.
\maketitle
\documentclass{report} \begin{document} \title{I want to be a Wombat} \author{Carl Capybara} \maketitle \end{document}
This will create a title page with no other content:
Topic Id: 3010
Example Ids: 10214
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service