> 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/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://overleaf-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.
