> 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/readme.md).

# Introduktion

Har du svært ved at lave en LaTeX-tabel? Har du brug for hjælp til at formatere figurer? Så er du kommet til det rette sted. Fra LaTeX-grundlæggende til avancerede teknikker har Overleaf styr på det.

## Introduktion til LaTeX

Start med vores nye [online LaTeX-kursus](https://learn.overleaf.com/path/novice-learning-path) designet til helt nybegyndere hos [Overleafs læringscenter](https://learn.overleaf.com).

Tilmeld dig gratis live-webinarer om Overleaf og andre emner — tjek vores [kalender over live-arrangementer](https://learn.overleaf.com/calendar) for at komme i gang.

Se [Overleafs dokumentation](https://docs.overleaf.com/) for yderligere [vejledningsforslag](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf-vejledninger

* [Overleafs brugerdokumentation](https://docs.overleaf.com/)
* [Overleafs gruppeadministration](https://docs.overleaf.com/groups)
* [Overleaf Commons-administration](https://docs.overleaf.com/commons)
* [Overleaf on-premises](https://docs.overleaf.com/on-premises)
* [Overleafs læringscenter](https://learn.overleaf.com/)

## LaTeX-grundlæggende

Se vores [omfattende liste over LaTeX-emner](https://www.overleaf.com/learn/latex/Contents). Nogle af de mest populære sider i vores samling omfatter:

* [Tabeller](/latex/da/figurer-og-tabeller/01-tables.md)
* [Placering af billeder og tabeller](/latex/da/figurer-og-tabeller/02-positioning-images-and-tables.md)
* [Tekstjustering](/latex/da/formatering/06-text-alignment.md)
* [Liste over græske bogstaver og matematiske symboler](/latex/da/matematik/11-list-of-greek-letters-and-math-symbols.md)
* [Lister](/latex/da/latex-grundlaeggende/04-lists.md)
* [Fejl](/latex/da/latex-grundlaeggende/05-errors.md)
* [Brug af farver i LaTeX](/latex/da/formatering/13-using-colors-in-latex.md)
* [Justering af ligninger](/latex/da/matematik/06-aligning-equations-with-amsmath.md)
* [Linjeskift og blanktegn](/latex/da/formatering/05-line-breaks-and-blank-spaces.md)

[Flere emner](https://www.overleaf.com/learn/latex/Contents)

## Avanceret TeX/LaTeX

Overleaf har udgivet en bred vifte af [dybdegående tekniske artikler](/latex/da/avanceret-tex-latex/01-articles.md) for læsere, der er interesserede i TeX-motorers lavniveauadfærd.


---

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