> 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/vi/cau-hoi-and-tra-loi/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# Làm thế nào để tôi học LaTeX nâng cao và trở thành một lập trình viên LaTeX thực thụ?

Đây là một (có thể hơi thiên kiến! `:-)` ) danh sách các sách/tài nguyên có thể hữu ích:

* Hãy xem [phần thứ ba](/latex/vi/chu-de-khac/15-free-online-introduction-to-latex-part-3.md) của chúng tôi [trực tuyến $$\mathrm\LaTeX$$ khóa học](/latex/vi/chu-de-khac/13-free-online-introduction-to-latex-part-1.md)
* Tính năng [sách wiki LaTeX](https://en.wikibooks.org/wiki/LaTeX) bao quát khá nhiều nội dung nâng cao, bao gồm các chủ đề ở mức thấp hơn như độ dài, hộp, macro, việc tạo gói, v.v.
* của Stefan Kottwitz [LaTeX Cookbook](http://latex-cookbook.net/) được cấu trúc rất hợp lý, với rất nhiều ví dụ hay.
* Tác phẩm kinh điển [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) theo chúng tôi vẫn là một tác phẩm kinh điển.
* cuốn sách mới của Nicola Talbot [LaTeX cho công việc hành chính](http://www.dickimaw-books.com/latex/admin/index.shtml) rất thú vị—tự động hóa nhiều tác vụ bằng LaTeX.
* Không có danh sách sách LaTeX nào là hoàn chỉnh nếu thiếu [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) và [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), đặc biệt nếu bạn quan tâm đến các chi tiết vận hành thực sự của TeX và LaTeX
* Hãy xem [câu hỏi này trên TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) để có thêm cảm hứng!

Ngoài ra, tham gia và theo dõi trên [TeX.SX](http://tex.stackexchange.com/) để đọc và trả lời các câu hỏi cũng sẽ giúp tích lũy khá nhiều kinh nghiệm. Bạn cũng có thể theo dõi [dòng Twitter của Overleaf](https://twitter.com/overleaf) về các cập nhật trong Gallery của chúng tôi để xem những ví dụ thú vị.


---

# 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/vi/cau-hoi-and-tra-loi/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.
