> 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/mlfat-alfeh/01-understanding-packages-and-class-files.md).

# فهم الحزم وملفات الفئة

يتم تحديد التنسيق الافتراضي في مستندات LaTeX بواسطة الـ **الصنف** المستخدم في ذلك المستند. ويمكن تغيير هذا المظهر الافتراضي وإضافة المزيد من الوظائف بواسطة **الحزمة**. تحتوي أسماء ملفات الأصناف على الامتداد **.cls** الامتداد، وتحتوي أسماء ملفات الحِزم على **.sty** الامتداد.

## الفرق بين الأصناف والحِزم

أحيانًا يكون من الصعب اتخاذ قرار عند الاختيار بين كتابة حزمة أو صنف. القاعدة الأساسية هي أنه إذا كان ملفك يحتوي على أوامر تتحكم في مظهر البنية المنطقية لنوع خاص من المستندات، فهو صنف. أما إذا كان ملفك يضيف ميزات مستقلة عن نوع المستند، أي يمكن استخدامها في الكتب والتقارير والمقالات وما إلى ذلك؛ فهو حزمة.

على سبيل المثال، إذا كانت شركة تحتاج إلى تقارير تحمل علامة تجارية وتستخدم خطًا خاصًا وتحتوي على شعار الشركة في التذييل؛ فأنت بحاجة إلى صنف جديد.

إذا كانت الشركة تحتاج إلى أمر جديد يجعل من الأسهل تمييز الجمل المهمة داخل مستند، فستكون الحزمة الجديدة مناسبة في هذه الحالة.

## قراءة إضافية

لمزيد من المعلومات، انظر

* [كتابة حزمة خاصة بك](/latex/ar/mlfat-alfeh/03-writing-your-own-package.md)
* [كتابة صنف خاص بك](/latex/ar/mlfat-alfeh/04-writing-your-own-class.md)
* [LaTeX2ε لكتّاب الأصناف والحِزم](http://www.latex-project.org/guides/clsguide.pdf)


---

# 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/mlfat-alfeh/01-understanding-packages-and-class-files.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.
