> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/zh-cn/wen-da/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# 如何学习高级 LaTeX 并成为一名完整的 LaTeX 程序员？

这里有一份（可能带有主观倾向的！ `:-)` ) 可能有帮助的书籍/资源列表：

* 看看 [第三部分](/latex/zh-cn/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.md) 我们的 [在线 $$\mathrm\LaTeX$$ 课程](/latex/zh-cn/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.md)
* 该 [LaTeX 维基书](https://en.wikibooks.org/wiki/LaTeX) 涵盖了相当多的高级内容，包括长度、盒子、宏、创建宏包等较底层的话题。
* Stefan Kottwitz 的 [LaTeX 食谱](http://latex-cookbook.net/) 结构很好，包含许多很好的示例。
* 经典的 [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) 在我们看来，依然是经典之作。
* Nicola Talbot 的新书 [用于行政工作的 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/) 来浏览和回答问题，也能帮助你积累不少经验。你也可以关注 [Overleaf 的 Twitter 动态](https://twitter.com/overleaf) 了解我们图库更新中的有趣示例。


---

# 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://ayakaleaf-pro.ayaka.space/latex/zh-cn/wen-da/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.
