> 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/mzyd-mn-almwdhwaat/14-free-online-introduction-to-latex-part-2.md).

# مقدمة مجانية عبر الإنترنت إلى LaTeX (الجزء 2)

[الجزء 1](/latex/ar/mzyd-mn-almwdhwaat/13-free-online-introduction-to-latex-part-1.md) | الجزء 2 | [الجزء 3](/latex/ar/mzyd-mn-almwdhwaat/15-free-online-introduction-to-latex-part-3.md)

## الجزء 2: المستندات المهيكلة والمزيد

مرحبًا بكم في الجزء الثاني من دورتنا المجانية عبر الإنترنت لمساعدتكم على تعلم LaTeX. يعتمد هذا الجزء على [الجزء الأول](/latex/ar/mzyd-mn-almwdhwaat/13-free-online-introduction-to-latex-part-1.md)، لذا إذا لم يسبق لك استخدام LaTeX من قبل، فقد ترغب في البدء بالاطلاع على [أساسيات LaTeX في الجزء الأول](/latex/ar/mzyd-mn-almwdhwaat/13-free-online-introduction-to-latex-part-1.md).

في هذا الجزء، سنوضح لك كيفية تضمين الأشكال والجداول والمراجع الببليوغرافية في مستنداتك. تتضمن الشرائح تمارين تفاعلية لإكمالها على Overleaf، لذا لن تضطر إلى القلق بشأن تثبيت LaTeX على جهازك. وبشكل خاص، يغطي هذا الجزء من الدورة:

* المستندات المهيكلة
* الأقسام، والعناوين، والمراجع المتقاطعة
* الأشكال والجداول في LaTeX
* المراجع الببليوغرافية التلقائية باستخدام BibTeX
* حزم LaTeX المفيدة والموارد المتاحة عبر الإنترنت

يمكنك [تنزيل ملف PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) أو تصفح الشرائح أدناه:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf&embedded=true>" %}

كما تمت [ترجمة هذه الشرائح إلى الفرنسية](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (شكرًا لـ Yannis Haralambous) و [عدة لغات أخرى](https://github.com/jdleesmiller/latex-course#translations).

## انتقل إلى الجزء 3

في [الجزء الثالث](/latex/ar/mzyd-mn-almwdhwaat/15-free-online-introduction-to-latex-part-3.md)، سنرى كيفية تطبيق المهارات نفسها لإعداد عروض تقديمية احترافية باستخدام beamer ورسومات متقدمة باستخدام TikZ. فلنبدأ!

هل تبحث عن شرائح لدورة LaTeX الخاصة بك؟ هذه الشرائح هي [مفتوحة المصدر](https://github.com/jdleesmiller/latex-course) ومرخصة بتراخيص تسمح بالاستخدام بحرية (MIT)، لذا فأنت حر في إعادة مزجها لاستخدامها في دوراتك الخاصة. استمتع! :)


---

# 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/mzyd-mn-almwdhwaat/14-free-online-introduction-to-latex-part-2.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.
