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

# Gratis nettbasert introduksjon til LaTeX (del 3)

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

## Del 3: Ikke bare artikler: presentasjoner og mer

Velkommen til den tredje delen av vårt gratis nettkurs som hjelper deg med å lære LaTeX. Denne delen inkluderer en rask oppsummering av LaTeX-grunnleggende som ble presentert i [del én](/latex/no/flere-emner/13-free-online-introduction-to-latex-part-1.md) og [del to](/latex/no/flere-emner/14-free-online-introduction-to-latex-part-2.md) av kurset, men hvis du er ny i LaTeX, kan det være lurt å gå gjennom disse delene i sin helhet.

I denne delen av kurset introduserer vi noen mer avanserte LaTeX-pakker, nemlig:

* LaTeX-presentasjoner med Beamer
* Tegning i LaTeX med TikZ
* Sporing av endringer og kommentarer med todonotes

La oss komme i gang!

Disse presentasjonene har også blitt [oversatt til fransk](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (takket være Yannis Haralambous) og [flere andre språk](https://github.com/jdleesmiller/latex-course#translations).

Du kan [last ned en PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) eller bla gjennom presentasjonene 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åper du har hatt glede av å lære LaTeX med kurset vårt. Klar til å begynne å skrive? [Registrer deg for Overleaf](https://www.overleaf.com/signup)—det er den enkleste måten å skrive og samarbeide om de nye LaTeX-prosjektene dine på! Leter du etter inspirasjon? Sjekk ut de [mange eksemplene som er tilgjengelige på Overleaf](https://www.overleaf.com/latex/examples) for å få noen ideer om hva som er mulig med $$\mathrm \LaTeX$$!

Leter du etter presentasjoner til LaTeX-kurset ditt? Disse presentasjonene er [åpen kildekode](https://github.com/jdleesmiller/latex-course) og har en tillatende lisens (MIT), så du står fritt til å tilpasse dem til bruk i dine egne kurs. Kos deg! :)


---

# 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/no/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.
