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

# Porozumění balíčkům a třídním souborům

Výchozí formátování v dokumentech LaTeX je určováno **třídou** používanou daným dokumentem. Tento výchozí vzhled lze změnit a další funkce lze přidat pomocí **accents**. Soubory tříd mají **.cls** příponu, názvy souborů balíčků mají **.sty** příponu.

## Rozdíl mezi třídami a balíčky

Někdy je těžké se rozhodnout, zda napsat balíček nebo třídu. Základní pravidlo je, že pokud váš soubor obsahuje příkazy, které řídí vzhled logické struktury zvláštního typu dokumentu, pak je to třída. Jinak, pokud váš soubor přidává funkce, které jsou nezávislé na typu dokumentu, tj. lze je používat v knihách, zprávách, článcích a tak dále; pak je to balíček.

Například pokud společnost potřebuje firemní zprávy, které používají speciální písmo a mají v zápatí logo společnosti; potřebujete novou třídu.

Pokud společnost potřebuje nový příkaz, který usnadňuje zvýrazňování důležitých vět v dokumentu, v tomto scénáři bude fungovat nový balíček.

## Další čtení

Další informace najdete v

* [Psaní vlastního balíčku](/latex/cs/tridni-soubory/03-writing-your-own-package.md)
* [Psaní vlastní třídy](/latex/cs/tridni-soubory/04-writing-your-own-class.md)
* [LaTeX2ε pro autory tříd a balíčků](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/cs/tridni-soubory/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.
