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

# 我該如何學習進階 LaTeX 並成為完整的 LaTeX 程式設計者？

這裡有一份（可能帶有主觀色彩的！ `:-)` ) 可能有幫助的書籍／資源清單：

* 請看看 [第三部分](/latex/zh-tw/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.md) 我們的 [線上 $$\mathrm\LaTeX$$ 課程](/latex/zh-tw/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 伴侶](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-tw/wen-yu-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.
