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

# Bezplatný online úvod do LaTeXu (část 2)

[Část 1](/latex/cs/dalsi-temata/13-free-online-introduction-to-latex-part-1.md) | 2. část | [Část 3](/latex/cs/dalsi-temata/15-free-online-introduction-to-latex-part-3.md)

## 2. část: Strukturované dokumenty a další

Vítejte ve druhé části našeho bezplatného online kurzu, který vám pomůže naučit se LaTeX. Tato část navazuje na [první část](/latex/cs/dalsi-temata/13-free-online-introduction-to-latex-part-1.md), takže pokud jste LaTeX ještě nikdy nepoužívali, možná budete chtít začít tím, že projdete [základy LaTeXu v první části](/latex/cs/dalsi-temata/13-free-online-introduction-to-latex-part-1.md).

V této části vám ukážeme, jak do svých dokumentů vkládat obrázky, tabulky a bibliografie. Snímky obsahují interaktivní cvičení, která můžete vyplnit v Overleafu, takže se nemusíte starat o instalaci LaTeXu na svůj počítač. Konkrétně tato část kurzu pokrývá:

* Strukturované dokumenty
* Sekce, štítky a křížové odkazy
* Obrázky a tabulky v LaTeXu
* Automatické bibliografie s BibTeXem
* Užitečné balíčky LaTeXu a online zdroje

Můžete [stáhnout PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) nebo si prohlédněte snímky níže:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf&embedded=true>" %}

Tyto snímky byly také [přeloženy do francouzštiny](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (díky Yannisovi Haralambousovi) a [několika dalších jazyků](https://github.com/jdleesmiller/latex-course#translations).

## Přejít na 3. část

V [třetí část](/latex/cs/dalsi-temata/15-free-online-introduction-to-latex-part-3.md), ukážeme si, jak stejné dovednosti využít k tvorbě profesionálních prezentací v beameru a pokročilých kresbách v TikZ. Pojďme začít!

Hledáte snímky pro svůj kurz LaTeXu? Tyto snímky jsou [open source](https://github.com/jdleesmiller/latex-course) a jsou licencovány velmi volnou licencí (MIT), takže je můžete volně upravovat pro použití ve svých vlastních kurzech. Užijte si je! :)


---

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