Title Pages

Other topics

Remarks:

\title{<title>}, \author{<author>} and \date{<date} internally store the content.

\maketitle produces a standard title page with the previously defined values.

Standard report titlepage

\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:

Rendered result

Contributors

Topic Id: 3010

Example Ids: 10214

This site is not affiliated with any of the contributors.