> 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/da/flere-emner/15-free-online-introduction-to-latex-part-3.md).

# Gratis online introduktion til LaTeX (del 3)

[Del 1](/latex/da/flere-emner/13-free-online-introduction-to-latex-part-1.md) | [Del 2](/latex/da/flere-emner/14-free-online-introduction-to-latex-part-2.md) | Del 3

## Del 3: Ikke kun artikler: præsentationer og mere

Velkommen til den tredje del af vores gratis onlinekursus, der hjælper dig med at lære LaTeX. Denne del indeholder en hurtig opsummering af LaTeX-grundprincipperne, som blev præsenteret i [del et](/latex/da/flere-emner/13-free-online-introduction-to-latex-part-1.md) og [del to](/latex/da/flere-emner/14-free-online-introduction-to-latex-part-2.md) af kurset, men hvis du er ny til LaTeX, kan det være en god idé at gennemgå disse dele i deres fulde længde.

I denne del af kurset introducerer vi nogle mere avancerede LaTeX-pakker, nemlig:

* LaTeX-præsentationer med Beamer
* Tegning i LaTeX med TikZ
* Sporing af ændringer og kommentarer med todonotes

Lad os komme i gang!

Disse slides er også blevet [oversat til fransk](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (tak til Yannis Haralambous) og [flere andre sprog](https://github.com/jdleesmiller/latex-course#translations).

Du kan [download en PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) eller gennemse slidesene nedenfor:

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

Vi håber, du har nydt at lære LaTeX med vores kursus. Klar til at begynde at skrive? [Tilmeld dig Overleaf](https://www.overleaf.com/signup)—det er den nemmeste måde at skrive og samarbejde om dine nye LaTeX-projekter på! Leder du efter inspiration? Se de [mange eksempler, der er tilgængelige på Overleaf](https://www.overleaf.com/latex/examples) for at få nogle idéer til, hvad der er muligt med $$\mathrm \LaTeX$$!

Leder du efter slides til dit LaTeX-kursus? Disse slides er [open source](https://github.com/jdleesmiller/latex-course) og licenseret under en lempelig licens (MIT), så du frit kan bearbejde dem til brug i dine egne kurser. God fornøjelse! :)


---

# 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/da/flere-emner/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.
