latex

Title Pages

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


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow