> 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/tr/sorular-ve-cevaplar/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# İleri düzey LaTeX'i nasıl öğrenir ve tam bir LaTeX programcısı olurum?

İşte (belki de biraz taraflı! `:-)` ) yardımcı olabilecek kitap ve kaynakların bir listesi:

* Şuna göz atın [üçüncü bölüm](/latex/tr/daha-fazla-konu/15-free-online-introduction-to-latex-part-3.md) bizim [çevrimiçi $$\mathrm\LaTeX$$ kursumuzun](/latex/tr/daha-fazla-konu/13-free-online-introduction-to-latex-part-1.md)
* Bu [LaTeX wikibook](https://en.wikibooks.org/wiki/LaTeX) uzunluklar, kutular, makrolar, paket oluşturma vb. gibi daha düşük seviyeli konular da dahil olmak üzere oldukça fazla ileri düzey konuyu kapsar.
* Stefan Kottwitz'in [LaTeX Cookbook](http://latex-cookbook.net/) iyi örneklerle güzel bir şekilde yapılandırılmıştır.
* Klasik [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) bizim görüşümüze göre hâlâ bir klasiktir.
* Nicola Talbot'un yeni kitabı [İdari İşler İçin LaTeX](http://www.dickimaw-books.com/latex/admin/index.shtml) çok eğlencelidir—LaTeX ile birçok görevi otomatikleştirir.
* Hiçbir LaTeX kitap listesi şunsuz tamamlanmış sayılmaz [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) ve [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), özellikle TeX ve LaTeX'in gerçek çalışma ayrıntılarıyla ilgileniyorsanız
* Şuna bir göz atın [bu TeX.SX sorusu](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) daha fazla ilham için!

Ayrıca, şurada vakit geçirmek de [TeX.SX](http://tex.stackexchange.com/) göz atmak ve soruları yanıtlamak da epey deneyim kazanmanıza yardımcı olur. Ayrıca şunu da takip edebilirsiniz: [Overleaf'in Twitter akışı](https://twitter.com/overleaf) galeri güncellemelerimizdeki ilginç örnekler için.


---

# 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/tr/sorular-ve-cevaplar/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.
