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

# Gratis nettintroduksjon til LaTeX (del 2)

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

## Del 2: Strukturerte dokumenter og mer

Velkommen til del to av vårt gratis nettkurs som hjelper deg å lære LaTeX. Denne delen bygger på [del én](/latex/no/flere-emner/13-free-online-introduction-to-latex-part-1.md), så hvis du aldri har brukt LaTeX før, kan det være lurt å begynne med å gå gjennom [LaTeX-grunnleggende i del én](/latex/no/flere-emner/13-free-online-introduction-to-latex-part-1.md).

I denne delen viser vi deg hvordan du inkluderer figurer, tabeller og bibliografier i dokumentene dine. Presentasjonene inneholder interaktive øvelser som du kan fullføre i Overleaf, så du trenger ikke bekymre deg for å installere LaTeX på datamaskinen din. Denne delen av kurset dekker spesielt:

* Strukturerte dokumenter
* Seksjoner, etiketter og kryssreferanser
* Figurer og tabeller i LaTeX
* Automatiske bibliografier med BibTeX
* Nyttige LaTeX-pakker og nettressurser

Du kan [last ned en PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) eller bla gjennom presentasjonene 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 presentasjonene har også blitt [oversatt til fransk](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (takket være Yannis Haralambous) og [flere andre språk](https://github.com/jdleesmiller/latex-course#translations).

## Gå videre til del 3

I [del tre](/latex/no/flere-emner/15-free-online-introduction-to-latex-part-3.md), skal vi se hvordan de samme ferdighetene kan brukes til å lage profesjonelle presentasjoner med beamer og avanserte tegninger med TikZ. La oss komme i gang!

Leter du etter presentasjoner til LaTeX-kurset ditt? Disse presentasjonene er [åpen kildekode](https://github.com/jdleesmiller/latex-course) og har en tillatende lisens (MIT), så du står fritt til å tilpasse dem til bruk i dine egne kurs. Kos deg! :)


---

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