> 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/otazky-a-odpovedi/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# Jak se mohu naučit pokročilý LaTeX a stát se plnohodnotným programátorem LaTeXu?

Tady je (možná subjektivní! `:-)` ) seznam knih/zdrojů, které by mohly být užitečné:

* Podívejte se na [třetí část](/latex/cs/dalsi-temata/15-free-online-introduction-to-latex-part-3.md) našeho [online $$\mathrm\LaTeX$$ kurzu](/latex/cs/dalsi-temata/13-free-online-introduction-to-latex-part-1.md)
* Ta [LaTeX wikikniha](https://en.wikibooks.org/wiki/LaTeX) zahrnuje poměrně hodně pokročilých témat, včetně nízkoúrovňových témat jako délky, boxy, makra, vytváření balíčků atd.
* Stefan Kottwitzův [LaTeXová kuchařka](http://latex-cookbook.net/) je pěkně strukturovaná a obsahuje spoustu dobrých příkladů.
* Klasika [LaTeXový společník](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) je podle našeho názoru stále klasikou.
* Nová kniha Nicoly Talbotové [LaTeX pro administrativní práci](http://www.dickimaw-books.com/latex/admin/index.shtml) je spousta zábavy — automatizuje mnoho úkolů pomocí LaTeXu.
* Žádný seznam knih o LaTeXu není úplný bez [Kniha o TeXu](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) a [TeX podle témat](http://eijkhout.net/texbytopic/texbytopic.html), zejména pokud vás zajímají skutečné pracovní detaily TeXu a LaTeXu
* Podívejte se na [tuto otázku na TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) pro další inspiraci!

Také pobývání na [TeX.SX](http://tex.stackexchange.com/) a procházení a odpovídání na otázky by také pomohlo získat poměrně dost zkušeností. Můžete také sledovat [twitterový feed Overleafu](https://twitter.com/overleaf) o aktualizacích naší Galerie se zajímavými příklady.


---

# 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/otazky-a-odpovedi/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.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.
