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

# Gratis onlineintroduktion till LaTeX (del 2)

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

## Del 2: Strukturerade dokument och mer

Välkommen till del två av vår gratis onlinekurs som hjälper dig att lära dig LaTeX. Den här delen bygger vidare på [del ett](/latex/sv/fler-amnen/13-free-online-introduction-to-latex-part-1.md), så om du aldrig har använt LaTeX tidigare kanske du vill börja med att gå igenom [LaTeX-grunderna i del ett](/latex/sv/fler-amnen/13-free-online-introduction-to-latex-part-1.md).

I den här delen visar vi hur du inkluderar figurer, tabeller och bibliografier i dina dokument. Presentationerna innehåller interaktiva övningar som du kan slutföra i Overleaf, så du behöver inte oroa dig för att installera LaTeX på din dator. Den här delen av kursen behandlar särskilt:

* Strukturerade dokument
* Avsnitt, etiketter och korsreferenser
* Figurer och tabeller i LaTeX
* Automatiska bibliografier med BibTeX
* Användbara LaTeX-paket och online-resurser

Du kan [ladda ner en PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.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-2.pdf&embedded=true>" %}

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

## Gå vidare till del 3

I [del tre](/latex/sv/fler-amnen/15-free-online-introduction-to-latex-part-3.md), kommer vi att se hur man använder samma färdigheter för att skapa professionella presentationer med beamer och avancerade teckningar med TikZ. Nu kör vi!

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