> 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/klassfiler/01-understanding-packages-and-class-files.md).

# Förstå paket och klassfiler

Standardformateringen i LaTeX-dokument bestäms av **klassen** som används av det dokumentet. Detta standardutseende kan ändras och fler funktioner kan läggas till med hjälp av en **paketet**. Klassfilernas namn har **.cls** tillägget, paketfilernas namn har **.sty** tillägget.

## Skillnaden mellan klasser och paket

Ibland är det svårt att fatta ett beslut när det gäller att välja mellan att skriva ett paket eller en klass. Grundregeln är att om din fil innehåller kommandon som styr utseendet på den logiska strukturen hos en särskild typ av dokument, så är det en klass. Annars, om din fil lägger till funktioner som är oberoende av dokumenttypen, det vill säga kan användas i böcker, rapporter, artiklar och så vidare; då är det ett paket.

Till exempel, om ett företag behöver profilrapporter som använder ett speciellt typsnitt och har företagets logotyp i sidfoten; då behöver du en ny klass.

Om företaget behöver ett nytt kommando som gör det lättare att markera viktiga meningar i ett dokument, kommer ett nytt paket att fungera i detta scenario.

## Vidare läsning

För mer information, se

* [Skriv ditt eget paket](/latex/sv/klassfiler/03-writing-your-own-package.md)
* [Skriv din egen klass](/latex/sv/klassfiler/04-writing-your-own-class.md)
* [LaTeX2ε för författare av klasser och paket](http://www.latex-project.org/guides/clsguide.pdf)


---

# 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/klassfiler/01-understanding-packages-and-class-files.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.
