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

# كيف يمكنني تعلم LaTeX المتقدم وأصبح مبرمج LaTeX متمكنًا؟

إليك (ربما متحيزة! `:-)` ) قائمة بالكتب/الموارد التي قد تكون مفيدة:

* اطّلع على [الجزء الثالث](/latex/ar/mzyd-mn-almwdhwaat/15-free-online-introduction-to-latex-part-3.md) من [عبر الإنترنت $$\mathrm\LaTeX$$ الدورة](/latex/ar/mzyd-mn-almwdhwaat/13-free-online-introduction-to-latex-part-1.md)
* ال [ويكيبوك LaTeX](https://en.wikibooks.org/wiki/LaTeX) يغطي قدرًا كبيرًا من المواد المتقدمة، بما في ذلك موضوعات منخفضة المستوى مثل الأطوال، والصناديق، والماكروز، وإنشاء الحزم، إلخ.
* لستيفان كوتفيتز [LaTeX Cookbook](http://latex-cookbook.net/) منظم بشكل جيد، مع الكثير من الأمثلة الجيدة.
* الكتاب الكلاسيكي [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) لا يزال كتابًا كلاسيكيًا، في رأينا.
* الكتاب الجديد لنيكولا تالبت [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](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/ar/alaselh-walajwbh/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.
