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

# Bagaimana cara mempelajari LaTeX tingkat lanjut dan menjadi programmer LaTeX penuh?

Berikut ini ada sebuah (mungkin bersifat opini! `:-)` ) daftar buku/sumber daya yang mungkin membantu:

* Lihat [bagian ketiga](/latex/id/topik-lainnya/15-free-online-introduction-to-latex-part-3.md) dari [kursus $$\mathrm\LaTeX$$ daring](/latex/id/topik-lainnya/13-free-online-introduction-to-latex-part-1.md)
* Fitur [LaTeX wikibook](https://en.wikibooks.org/wiki/LaTeX) mencakup cukup banyak hal lanjutan, termasuk topik tingkat rendah seperti panjang, kotak, makro, membuat paket, dll.
* milik Stefan Kottwitz [LaTeX Cookbook](http://latex-cookbook.net/) disusun dengan baik, dengan banyak contoh bagus.
* Klasik [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) masih merupakan klasik, menurut kami.
* buku baru Nicola Talbot [LaTeX for Administrative Work](http://www.dickimaw-books.com/latex/admin/index.shtml) sangat menyenangkan—mengotomatiskan banyak tugas dengan LaTeX.
* Tidak ada daftar buku LaTeX yang lengkap tanpa [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) dan [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), terutama jika Anda tertarik pada rincian kerja TeX dan LaTeX yang sebenarnya
* Lihatlah [pertanyaan TeX.SX ini](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) untuk inspirasi lebih lanjut!

Selain itu, sering berada di [TeX.SX](http://tex.stackexchange.com/) untuk menjelajah dan menjawab pertanyaan juga akan membantu memperoleh cukup banyak pengalaman. Anda juga dapat mengikuti [feed Twitter Overleaf](https://twitter.com/overleaf) tentang pembaruan Galeri kami untuk contoh-contoh menarik.


---

# 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/id/pertanyaan-and-jawaban/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.
