> 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/sv/fler-amnen/15-free-online-introduction-to-latex-part-3.md).

# Gratis onlineintroduktion till LaTeX (del 3)

[Del 1](/latex/sv/fler-amnen/13-free-online-introduction-to-latex-part-1.md) | [Del 2](/latex/sv/fler-amnen/14-free-online-introduction-to-latex-part-2.md) | Del 3

## Del 3: Inte bara dokument: presentationer och mer

Välkommen till den tredje delen av vår kostnadsfria onlinekurs som hjälper dig att lära dig LaTeX. Den här delen innehåller en snabb sammanfattning av LaTeX-grunderna som presenterades i [del ett](/latex/sv/fler-amnen/13-free-online-introduction-to-latex-part-1.md) och [del två](/latex/sv/fler-amnen/14-free-online-introduction-to-latex-part-2.md) av kursen, men om du är ny till LaTeX kan du vilja gå igenom de delarna i sin helhet.

I den här delen av kursen introducerar vi några mer avancerade LaTeX-paket, nämligen:

* LaTeX-presentationer med Beamer
* Rita i LaTeX med TikZ
* Spårade ändringar och kommentarer med todonotes

Nu kör vi!

Dessa presentationer har också [översatts till franska](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (tack vare Yannis Haralambous) och [flera andra språk](https://github.com/jdleesmiller/latex-course#translations).

Du kan [ladda ner en PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) eller bläddra bland presentationerna nedan:

{% 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 hoppas att du har uppskattat att lära dig LaTeX med vår kurs. Redo att börja skriva? [Registrera dig för Overleaf](https://www.overleaf.com/signup)—det är det enklaste sättet att skriva och samarbeta på dina nya LaTeX-projekt! Letar du efter inspiration? Kolla in [de många exempel som finns på Overleaf](https://www.overleaf.com/latex/examples) för att få några idéer om vad som är möjligt med $$\mathrm \LaTeX$$!

Letar du efter presentationer till din LaTeX-kurs? Dessa presentationer är [öppen källkod](https://github.com/jdleesmiller/latex-course) och licensierade med en tillåtande licens (MIT), så du får gärna anpassa dem för användning i dina egna kurser. Ha så kul! :)


---

# 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/sv/fler-amnen/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.
