> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/more-topics/15-free-online-introduction-to-latex-part-3.md).

# Free online introduction to LaTeX (part 3)

[Part 1](/latex/more-topics/13-free-online-introduction-to-latex-part-1.md) | [Part 2](/latex/more-topics/14-free-online-introduction-to-latex-part-2.md) | Part 3

## Part 3: Not Just Papers: Presentations & More

Welcome to the third part of our free online course to help you learn LaTeX. This part includes a quick recap of the LaTeX fundamentals presented in [part one](/latex/more-topics/13-free-online-introduction-to-latex-part-1.md) and [part two](/latex/more-topics/14-free-online-introduction-to-latex-part-2.md) of the course, but if you are new to LaTeX, you may want to work through those parts in full.

In this part of the course, we introduce some more advanced LaTeX packages, namely:

* LaTeX Presentations with Beamer
* Drawing in LaTeX with TikZ
* Tracked changes and comments with todonotes

Let's get started!

These slides have also been [translated into French](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (thanks to Yannis Haralambous) and [several other languages](https://github.com/jdleesmiller/latex-course#translations).

You can [download a PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) or browse the slides below:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf&embedded=true>" %}

We hope you have enjoyed learning LaTeX with our course. Ready to start writing? [Sign up for Overleaf](https://www.overleaf.com/signup)—it's the easiest way to write and collaborate on your new LaTeX projects! Looking for inspiration? Check out the [many examples available on Overleaf](https://www.overleaf.com/latex/examples) to get some ideas for what is possible with $$\mathrm \LaTeX$$!

Looking for slides for your LaTeX course? These slides are [open source](https://github.com/jdleesmiller/latex-course) and permissively licensed (MIT), so you're free to remix them for use in your own courses. Enjoy! :)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/more-topics/15-free-online-introduction-to-latex-part-3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
