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

# Inledning

Har du svårt att skapa en LaTeX-tabell? Behöver du hjälp med att formatera figurer? Du är på rätt plats. Från LaTeX-grunder till avancerade tekniker har Overleaf allt du behöver.

## Introduktion till LaTeX

Börja med vår nya [onlinekurs i LaTeX](https://learn.overleaf.com/path/novice-learning-path) utformad för absoluta nybörjare på [Overleafs lärcenter](https://learn.overleaf.com).

Anmäl dig till kostnadsfria direktsända webbinarier om Overleaf och andra ämnen — ta en titt på vår [kalender för liveevenemang](https://learn.overleaf.com/calendar) för att komma igång.

Se [Overleafs dokumentation](https://docs.overleaf.com/) för ytterligare [handledningsförslag](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf-guider

* [Overleafs användardokumentation](https://docs.overleaf.com/)
* [Overleaf-gruppadministration](https://docs.overleaf.com/groups)
* [Overleaf Commons-administration](https://docs.overleaf.com/commons)
* [Overleaf lokalt](https://docs.overleaf.com/on-premises)
* [Overleafs lärcenter](https://learn.overleaf.com/)

## LaTeX-grunderna

Se vår [omfattande lista över LaTeX-ämnen](https://www.overleaf.com/learn/latex/Contents). Några av de mest populära sidorna i vår samling är:

* [Tabeller](/latex/sv/figurer-och-tabeller/01-tables.md)
* [Placering av bilder och tabeller](/latex/sv/figurer-och-tabeller/02-positioning-images-and-tables.md)
* [Textjustering](/latex/sv/formatering/06-text-alignment.md)
* [Lista över grekiska bokstäver och matematiska symboler](/latex/sv/matematik/11-list-of-greek-letters-and-math-symbols.md)
* [Listor](/latex/sv/latex-grunder/04-lists.md)
* [Fel](/latex/sv/latex-grunder/05-errors.md)
* [Använda färger i LaTeX](/latex/sv/formatering/13-using-colors-in-latex.md)
* [Justering av ekvationer](/latex/sv/matematik/06-aligning-equations-with-amsmath.md)
* [Radbrytningar och blanksteg](/latex/sv/formatering/05-line-breaks-and-blank-spaces.md)

[Fler ämnen](https://www.overleaf.com/learn/latex/Contents)

## Avancerad TeX/LaTeX

Overleaf har publicerat ett brett utbud av [djupgående tekniska artiklar](/latex/sv/avancerad-tex-latex/01-articles.md) för läsare som är intresserade av TeX-motorernas beteende på låg nivå.


---

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