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

# Jak mogę nauczyć się zaawansowanego LaTeX-a i zostać pełnoprawnym programistą LaTeX?

Oto (być może subiektywna! `:-)` ) lista książek/zasobów, które mogą być pomocne:

* Sprawdź [trzecią część](/latex/pl/wiecej-tematow/15-free-online-introduction-to-latex-part-3.md) naszego [internetowego $$\mathrm\LaTeX$$ kursu](/latex/pl/wiecej-tematow/13-free-online-introduction-to-latex-part-1.md)
* Ta [wikiksiążkę o LaTeX-u](https://en.wikibooks.org/wiki/LaTeX) obejmuje sporo zaawansowanych zagadnień, w tym tematy niższego poziomu, takie jak długości, pudełka, makra, tworzenie pakietów itd.
* Stefana Kottwitza [LaTeX Cookbook](http://latex-cookbook.net/) ma dobrze uporządkowaną strukturę i wiele dobrych przykładów.
* Klasyczna [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) nadal jest klasykiem, naszym zdaniem.
* nowa książka Nicoli Talbot [LaTeX for Administrative Work](http://www.dickimaw-books.com/latex/admin/index.shtml) to świetna zabawa — automatyzowanie wielu zadań za pomocą LaTeX-a.
* Żadna lista książek o LaTeX-u nie jest kompletna bez [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) i [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), zwłaszcza jeśli interesują Cię rzeczywiste szczegóły działania TeX-a i LaTeX-a
* Spójrz na [to pytanie na TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) po więcej inspiracji!

Poza tym przebywanie na [TeX.SX](http://tex.stackexchange.com/) w celu przeglądania pytań i odpowiadania na nie również pomogłoby zdobyć sporo doświadczenia. Możesz też śledzić [profil Overleaf na Twitterze](https://twitter.com/overleaf) informacje o aktualizacjach naszej Galerii, aby znaleźć interesujące przykłady.


---

# 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/pl/pytania-i-odpowiedzi/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.
