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

# Как изучить продвинутый LaTeX и стать полноценным программистом LaTeX?

Вот (возможно, субъективный! `:-)` ) список книг/ресурсов, которые могут быть полезны:

* Посмотрите [третью часть](/latex/ru/drugie-temy/15-free-online-introduction-to-latex-part-3.md) нашего [онлайн- $$\mathrm\LaTeX$$ курса](/latex/ru/drugie-temy/13-free-online-introduction-to-latex-part-1.md)
* Это [викикнигу по LaTeX](https://en.wikibooks.org/wiki/LaTeX) охватывает довольно много продвинутых вещей, включая темы более низкого уровня, такие как длины, коробки, макросы, создание пакетов и т. д.
* Книга Стефана Коттвица [LaTeX Cookbook](http://latex-cookbook.net/) хорошо структурирована и содержит много удачных примеров.
* Классическая [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) по нашему мнению, по-прежнему является классикой.
* Новая книга Николы Толбот [LaTeX для административной работы](http://www.dickimaw-books.com/latex/admin/index.shtml) — настоящее удовольствие: автоматизация множества задач с помощью LaTeX.
* Ни один список книг по LaTeX не будет полным без [Книга TeX](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) и [TeX по темам](http://eijkhout.net/texbytopic/texbytopic.html), особенно если вам интересны реальные детали работы TeX и LaTeX
* Посмотрите [этот вопрос на TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) для большего вдохновения!

Также, если проводить время на [TeX.SX](http://tex.stackexchange.com/) и просматривать вопросы и отвечать на них, это тоже поможет набраться немалого опыта. Вы также можете следить за [лентой Twitter Overleaf](https://twitter.com/overleaf) о наших обновлениях Gallery, чтобы видеть интересные примеры.


---

# 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/ru/voprosy-i-otvety/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.
