> 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/14-free-online-introduction-to-latex-part-2.md).

# Gratis online introductie tot LaTeX (deel 2)

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

## Deel 2: Gestructureerde documenten en meer

Welkom bij deel twee van onze gratis online cursus om je te helpen LaTeX te leren. Dit deel bouwt voort op [deel één](/latex/nl/meer-onderwerpen/13-free-online-introduction-to-latex-part-1.md), dus als je LaTeX nog nooit eerder hebt gebruikt, kun je misschien beginnen met het doorlopen van de [LaTeX-basisbeginselen in deel één](/latex/nl/meer-onderwerpen/13-free-online-introduction-to-latex-part-1.md).

In dit deel laten we je zien hoe je figuren, tabellen en bibliografieën in je documenten opneemt. De slides bevatten interactieve oefeningen die je op Overleaf kunt maken, dus je hoeft je geen zorgen te maken over het installeren van LaTeX op je computer. In het bijzonder behandelt dit deel van de cursus:

* Gestructureerde documenten
* Secties, labels en kruisverwijzingen
* Figuren en tabellen in LaTeX
* Automatische bibliografieën met BibTeX
* Nuttige LaTeX-pakketten en online bronnen

Je kunt [download een pdf](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.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-2.pdf&embedded=true>" %}

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

## Ga verder naar deel 3

In [deel drie](/latex/nl/meer-onderwerpen/15-free-online-introduction-to-latex-part-3.md), laten we zien hoe je dezelfde vaardigheden toepast om professionele presentaties te maken met beamer en geavanceerde tekeningen met TikZ. Laten we beginnen!

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/14-free-online-introduction-to-latex-part-2.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.
