CamteX
All guides

Title page in LaTeX

A lab report title page is easiest to lay out by hand in the titlepage environment. You get full control: the university name at the top, the experiment title in the middle, the author and date at the bottom.

Title page

\begin{titlepage}
  \centering
  {\large University of Technology \par}
  \vspace{4cm}
  {\LARGE\bfseries Measuring the gravitational acceleration \par}
  \vspace{1cm}
  {\large Lab report, experiment 3 \par}
  \vfill
  John Smith, group 2\par
  \today
\end{titlepage}

Common mistakes

See also

Don't want to memorize commands?

Draw a formula or paste a screenshot, and CamteX turns it into ready LaTeX.

Try it free