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

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

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

## Část 1: Základy

Vítejte v první části našeho bezplatného online kurzu, který vám pomůže naučit se $$\mathrm\LaTeX$$. Pokud jste LaTeX ještě nikdy nepoužívali, nebo už je to nějaký čas a rádi byste si osvěžili paměť, jste na správném místě. Tento kurz vás okamžitě naučí psát v LaTeXu prostřednictvím interaktivních cvičení, která lze vypracovat online, takže si LaTeX nemusíte stahovat a instalovat do vlastního počítače.

V této části kurzu vás provedeme základy toho, jak LaTeX funguje, vysvětlíme, jak začít, a projdeme spoustu příkladů. Základní pojmy LaTeXu, jako jsou příkazy, prostředí a balíčky, budou představeny podle potřeby. Konkrétně se budeme věnovat:

* Nastavení dokumentu LaTeX
* Sazba textu
* Zpracování chyb v LaTeXu
* Sazba rovnic
* Používání balíčků LaTeXu

V [část dvě](/latex/cs/dalsi-temata/14-free-online-introduction-to-latex-part-2.md) a [část tři](/latex/cs/dalsi-temata/15-free-online-introduction-to-latex-part-3.md), budeme postupně směřovat k vytváření krásně strukturovaných dokumentů s obrázky, tabulkami a automatickými bibliografiemi a poté vám ukážeme, jak stejné dovednosti využít k tvorbě profesionálních prezentací v beameru a pokročilých obrázků v TikZ. Pojďme začít!

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

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

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

Doufáme, že vás bude učení LaTeXu s naším kurzem bavit. Jste připraveni začít psát? [Zaregistrujte se do Overleafu](https://www.overleaf.com/signup)—je to nejsnazší způsob, jak psát a spolupracovat na vašich nových projektech v LaTeXu!

## Přejít na část 2

V [část dvě](/latex/cs/dalsi-temata/14-free-online-introduction-to-latex-part-2.md) a [část tři](/latex/cs/dalsi-temata/15-free-online-introduction-to-latex-part-3.md), budeme postupně směřovat k vytváření krásně strukturovaných dokumentů s obrázky, tabulkami a automatickými bibliografiemi a poté vám ukážeme, jak stejné dovednosti využít k tvorbě profesionálních prezentací v beameru a pokročilých obrázků v TikZ. Pojďme začít!

Hledáte snímky pro váš kurz LaTeXu? Tyto snímky jsou [s otevřeným zdrojovým kódem](https://github.com/jdleesmiller/latex-course) a mají permisivní licenci (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/13-free-online-introduction-to-latex-part-1.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.
