> 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/dalsi-temata/16-general.md).

# Obecné

## Základy

* [Začínáme](/latex/cs/zaklady-latexu/01-learn-latex-in-30-minutes.md)
* [Kompilace](/latex/cs/dalsi-temata/08-choosing-a-latex-compiler.md)
* [Odstavce a nové řádky](/latex/cs/zaklady-latexu/02-paragraphs-and-new-lines.md)
* [Tučné písmo, kurzíva a podtržení](/latex/cs/zaklady-latexu/03-bold-italics-and-underlining.md)
* [Seznamy](/latex/cs/zaklady-latexu/04-lists.md)
* [Podpora mezinárodních jazyků](/latex/cs/jazyky/03-international-language-support.md)

## Obrázky a tabulky

* [Plovoucí objekty](/latex/cs/obrazky-a-tabulky/02-positioning-images-and-tables.md)
* [Obrázky](/latex/cs/readme.md)
  * [Vkládání obrázků](/latex/cs/dalsi-temata/27-inserting-images.md)
  * [Umístění obrázků](/latex/cs/obrazky-a-tabulky/02-positioning-images-and-tables.md)
  * [Popisky obrázků](/latex/cs/dalsi-temata/27-inserting-images.md)
  * [Odkazy na obrázky](/latex/cs/dalsi-temata/42-referencing-figures.md)
  * [Obtékání textu kolem obrázků](/latex/cs/dalsi-temata/50-wrapping-text-around-figures.md)
  * [Správa obrázků ve velkém projektu](/latex/cs/dalsi-temata/27-inserting-images.md)
* [Tabulky](/latex/cs/obrazky-a-tabulky/01-tables.md)
* [Seznamy tabulek a obrázků](/latex/cs/obrazky-a-tabulky/03-lists-of-tables-and-figures.md)
* [Prostředí picture](/latex/cs/obrazky-a-tabulky/04-picture-environment.md)
* [Balíček TikZ](/latex/cs/obrazky-a-tabulky/05-tikz-package.md)

## Příkazy

* [Příkazy a prostředí](/latex/cs/dalsi-temata/09-commands-and-environments.md)
* [Definice vlastních příkazů](/latex/cs/dalsi-temata/10-defining-your-own-commands.md)

## Struktura dokumentu

* [Sekce a kapitoly](/latex/cs/struktura-dokumentu/01-sections-and-chapters.md)
* [Obsah](/latex/cs/struktura-dokumentu/02-table-of-contents.md)
* [Křížové odkazy na sekce a rovnice](/latex/cs/struktura-dokumentu/03-cross-referencing-sections-equations-and-floats.md)
* [Rejstříky](/latex/cs/struktura-dokumentu/04-indices.md)
* [Slovníčky](/latex/cs/struktura-dokumentu/05-glossaries.md)
* [Správa ve velkém projektu](/latex/cs/struktura-dokumentu/07-management-in-a-large-project.md)

## Odkazy a citace

* [Správa bibliografie](/latex/cs/dalsi-temata/05-bibliography-management-in-latex.md)
* [Styly bibliografie](/latex/cs/odkazy-a-citace/04-bibtex-bibliography-styles.md)
* [Styly citací](/latex/cs/odkazy-a-citace/06-natbib-citation-styles.md)

## Poznámky

* [Poznámky pod čarou](/latex/cs/formatovani/14-footnotes.md)
* [Poznámky na okraji](/latex/cs/formatovani/15-margin-notes.md)

## Soubory tříd

* [Porozumění balíčkům a souborům tříd](/latex/cs/tridni-soubory/01-understanding-packages-and-class-files.md)
* [Seznam balíčků a souborů tříd](/latex/cs/tridni-soubory/02-overleaf-and-tex-live.md)
* [Psaní vlastního balíčku](/latex/cs/tridni-soubory/03-writing-your-own-package.md)
* [Tipy](/latex/cs/readme.md)

## Prezentace

* [Beamer](/latex/cs/prezentace/01-beamer.md)
* [Powerdot](/latex/cs/prezentace/02-powerdot.md)

## Ostatní

* [Sazba uvozovek](/latex/cs/jazyky/04-typesetting-quotations.md)

## Obecné záležitosti

* [Věty a důkazy](/latex/cs/pro-konkretni-obor/01-theorems-and-proofs.md)
* [Šachová notace](/latex/cs/pro-konkretni-obor/05-chess-notation.md)
* [Vzory pletení](/latex/cs/pro-konkretni-obor/06-knitting-patterns.md)
* [balíček Pgfplots](/latex/cs/pro-konkretni-obor/08-pgfplots-package.md)
* [Zkouška](/latex/cs/pro-konkretni-obor/09-typesetting-exams-in-latex.md)
* [Nástroje LaTeXu](/latex/cs/dalsi-temata/30-latex-tools.md)


---

# 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/dalsi-temata/16-general.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.
