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

# Gratis online introduktion til LaTeX (del 2)

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

## Del 2: Strukturerede dokumenter og mere

Velkommen til del to af vores gratis onlinekursus, der hjælper dig med at lære LaTeX. Denne del bygger videre på [del et](/latex/da/flere-emner/13-free-online-introduction-to-latex-part-1.md), så hvis du aldrig har brugt LaTeX før, kan det være en god idé at starte med at gennemgå [LaTeX-grundlæggende i del et](/latex/da/flere-emner/13-free-online-introduction-to-latex-part-1.md).

I denne del viser vi dig, hvordan du inkluderer figurer, tabeller og bibliografier i dine dokumenter. Slidesene indeholder interaktive øvelser, som du skal løse på Overleaf, så du behøver ikke bekymre dig om at installere LaTeX på din computer. Denne del af kurset dækker især:

* Strukturerede dokumenter
* Afsnit, labels og krydshenvisninger
* Figurer og tabeller i LaTeX
* Automatiske bibliografier med BibTeX
* Nyttige LaTeX-pakker og online ressourcer

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

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

## Gå videre til del 3

I [del tre](/latex/da/flere-emner/15-free-online-introduction-to-latex-part-3.md), vil vi se, hvordan man anvender de samme færdigheder til at lave professionelle præsentationer med beamer og avancerede tegninger med TikZ. Lad os komme i gang!

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