> 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/almraja-walastshhadat/07-biblatex-bibliography-styles.md).

# أنماط مراجع Biblatex

الأوامر التالية هي التي تحدد نمط قائمة المراجع وتستورد ملف المراجع. انظر [إدارة الببليوغرافيا باستخدام biblatex](/latex/ar/almraja-walastshhadat/03-bibliography-management-with-biblatex.md) لمزيد من المعلومات.

```latex
%في المقدمة
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

 \addbibresource{bibfile}
%--------------------------------

%حيث ستتم طباعة قائمة المراجع
  \printbibliography
```

حيث *bibfile* هو اسم ملف المراجع .bib و *stylename* هو أحد ما يلي:

| stylename      | المخرجات                                                                  |
| -------------- | ------------------------------------------------------------------------- |
| `رقمي`         | ![BiblatexStylesEx1.png](/files/c7c4337672f37b2f6dc0cddf59d29654dcf19282) |
| `أبجدي`        | ![BiblatexStylesEx2.png](/files/9b1114ba48c2c2ba53545af537b23b5a80de740e) |
| `المؤلف-السنة` | ![BiblatexStylesEx3.png](/files/b781e93409dc6bc8437c0e7718b5e2e12a0dca5b) |
| `عنوان المؤلف` | ![BiblatexStylesEx4.png](/files/ae584bc2efef4568b51ad98e22858f86d1349e2c) |
| `مطوّل`        | ![BiblatexStylesEx5.png](/files/35fc43e584b2ad3f120d6b32b5490fe1be3f2caa) |
| `القراءة`      | ![BiblatexStylesEx6.png](/files/ad190fd06b03ec1ab66df55ea35ed81bd52748d1) |
| `مسودة`        | ![BiblatexStylesEx7.png](/files/fd91c4bf2905935db418c9325714f7e8867cbebe) |

ال `مسودة` هذا النمط مخصص لتحرير مستندك قبل النسخة النهائية، لأنه يجعل تتبّع المصادر المُستشهد بها أسهل.

توجد بعض أنماط المراجع الإضافية التي يمكنك استخدامها في [يمكن لـ Overleaf أن يوفر عليك عناء تثبيته واضطرارك إلى تشغيل أوامر خاصة لتجميع مستندك—فعلى Overleaf، ستعمل المستندات التي تستخدم](http://www.overleaf.com/)

| stylename          | المخرجات                                                                   |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/20ee4268b604b49cd0ef3f17daea3ba683236b58) |
| `apa`              | ![APA reference style](/files/4b1edb66c49f54a513c5a000971070e789797f04)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/76a81cc5c5c2fa40657c77f487dba42569398552) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/fc8a1fbf10d1adb1bd88ee335d177427c0860d37) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/89e08985373ded974d6b5b45b2539094364dc44f) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/8551f8f647f7b6ee9391d5469e60f5576f15643a) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/b87c228640c6c7383b1badd9f520b13d496001d0) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/a1b4c0b98526d165746d8da60bbc543efbf3546c)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/0e9c1a4199c6908a8ec861c4b9ba363eef53295b)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/78939130f41d2fae544fa74c5c6dd85de7b5d010) |
| `nature`           | ![BiblatexStylesEx11.png](/files/781e8665b6a29083ca58923cce59fee3d626f894) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/bf8ed24502ddf94c84c9259cb9c4a0b2d72afa47) |
| `phys`             | ![BiblatexStylesEx13.png](/files/dc4d885382e1d784db6fa65447a4936146a1c4a7) |
| `science`          | ![BiblatexStylesEx14.png](/files/12e241e3a1aa6c04099f30e2d1d647a7bb75fe79) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/f1daba7fef8a6d4a0e023c19ec828a8b4ed8ad0e) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/e9b32fc365a139aff06aa69ddf1ad7c02c4081eb) |

يمكن العثور على المزيد من الأنماط من خلال [البحث في CTAN](https://ctan.org/search?phrase=biblatex+styles).

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

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

* [إدارة المراجع الببليوغرافية في LaTeX](/latex/ar/mzyd-mn-almwdhwaat/05-bibliography-management-in-latex.md)
* [أنماط استشهاد Biblatex](/latex/ar/almraja-walastshhadat/08-biblatex-citation-styles.md)
* [توثيق حزمة Biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [جدول المحتويات](/latex/ar/bnyh-almstnd/02-table-of-contents.md)
* [الإدارة في مشروع كبير](/latex/ar/bnyh-almstnd/07-management-in-a-large-project.md)


---

# 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/almraja-walastshhadat/07-biblatex-bibliography-styles.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.
