Capstone: a one-page report
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
Putting it all together
- You now know the core of LaTeX: structure, formatting, maths, lists, and more.
- A real document is just these pieces, combined. Let's build a small report.
Your toolkit recap
- Structure:
\section,\maketitle. - Text:
\textbf,\emph. - Maths:
$ ... $,\frac,\sqrt. - Lists:
itemizeandenumerate.
Build the report
- The starter has a title block ready. Add a
\section, a bulleted list, and one inline formula. - Run often to watch the PDF take shape — that fast feedback is the joy of LaTeX.
- When it looks good, press Check. Congratulations — you can write LaTeX!
Finish this report using what you have learned. Add at least one \section, a bulleted list (\begin{itemize} with \items), and one inline formula in $ ... $. Then Run to admire your PDF.
Click Run to compile and preview the PDF.