> 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/nl/meer-onderwerpen/15-free-online-introduction-to-latex-part-3.md).

# Gratis online inleiding tot LaTeX (deel 3)

[Deel 1](/latex/nl/meer-onderwerpen/13-free-online-introduction-to-latex-part-1.md) | [Deel 2](/latex/nl/meer-onderwerpen/14-free-online-introduction-to-latex-part-2.md) | Deel 3

## Deel 3: Niet alleen papers: presentaties en meer

Welkom bij het derde deel van onze gratis online cursus om je te helpen LaTeX te leren. Dit deel bevat een korte samenvatting van de LaTeX-basisbeginselen die werden gepresenteerd in [deel één](/latex/nl/meer-onderwerpen/13-free-online-introduction-to-latex-part-1.md) en [deel twee](/latex/nl/meer-onderwerpen/14-free-online-introduction-to-latex-part-2.md) van de cursus, maar als je nieuw bent met LaTeX, wil je die delen misschien volledig doorwerken.

In dit deel van de cursus introduceren we enkele meer geavanceerde LaTeX-pakketten, namelijk:

* LaTeX-presentaties met Beamer
* Tekenen in LaTeX met TikZ
* Bijgehouden wijzigingen en opmerkingen met todonotes

Laten we beginnen!

Deze slides zijn ook [vertaald naar het Frans](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (met dank aan Yannis Haralambous) en [verschillende andere talen](https://github.com/jdleesmiller/latex-course#translations).

Je kunt [download een pdf](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) of bekijk de slides hieronder:

{% 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 hopen dat je het leuk vond om LaTeX te leren met onze cursus. Klaar om te beginnen met schrijven? [Meld je aan voor Overleaf](https://www.overleaf.com/signup)—het is de gemakkelijkste manier om samen te schrijven aan en te werken aan je nieuwe LaTeX-projecten! Op zoek naar inspiratie? Bekijk de [vele voorbeelden op Overleaf](https://www.overleaf.com/latex/examples) om ideeën op te doen voor wat mogelijk is met $$\mathrm \LaTeX$$!

Op zoek naar slides voor je LaTeX-cursus? Deze slides zijn [open source](https://github.com/jdleesmiller/latex-course) en hebben een liberale licentie (MIT), dus je mag ze vrij aanpassen voor gebruik in je eigen cursussen. Veel plezier! :)


---

# 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/nl/meer-onderwerpen/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.
