> 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/04-bibtex-bibliography-styles.md).

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

## مقدمة ومثال

عند استخدام [BibTeX](/latex/ar/almraja-walastshhadat/01-bibliography-management-with-bibtex.md)، يتم ضبط نمط قائمة المراجع ويتم استيراد ملف المراجع باستخدام الأمرين التاليين:

```latex
  \bibliographystyle{stylename}
  \bibliography{bibfile}
```

حيث `bibfile` هو اسم قائمة المراجع `.bib` الملف، بدون الامتداد، و `stylename` هو أحد القيم المعروضة في [الجدول أدناه](#table-of-stylename-values).

إليك مثالًا يمكنك فتحه في Overleaf—الـ `.bib` يتم إنشاء الملف لك:

```latex
\documentclass[a4paper,10pt]{article}
\usepackage[english]{babel}
%يتضمن "المراجع" في جدول المحتويات
\usepackage[nottoc]{tocbibind}

%العنوان، التاريخ ومؤلف المستند
\title{إدارة المراجع: BibTeX}
\author{Overleaf}

%بداية المستند
\begin{document}

\maketitle

\tableofcontents

\medskip

\section{القسم الأول}
هذا المستند مثال على استخدام BibTeX في إدارة المراجع. تم الاستشهاد بثلاثة عناصر: \textit{The \LaTeX\ Companion} كتاب \cite{latexcompanion}، ومقال أينشتاين في المجلة \cite{einstein}، وموقع دونالد كنوث \cite{knuthwebsite}. العناصر المتعلقة بـ \LaTeX\ هي \cite{latexcompanion,knuthwebsite}.

\medskip

%يضبط نمط قائمة المراجع إلى UNSRT ويستورد
%ملف المراجع "sample.bib".
\bibliographystyle{unsrt}
\bibliography{sample}
\end{document}
```

[افتح في Overleaf (يتم إنشاء ملف .bib مناسب)](<https://www.overleaf.com/docs?engine=\&snip_name\[]=main.tex\&snip\[]=\documentclass\[a4paper,10pt]{article}&#xA;\usepackage\[english]{babel}&#xA;%Includes+"References"+in+the+table+of+contents&#xA;\usepackage\[nottoc]{tocbibind}&#xA;&#xA;%Title,+date+an+author+of+the+document&#xA;\title{Bibliography+management:+BibTeX}&#xA;\author{Overleaf}&#xA;&#xA;%Begining+of+the+document&#xA;\begin{document}&#xA;&#xA;\maketitle&#xA;&#xA;\tableofcontents&#xA;&#xA;\medskip&#xA;&#xA;\section{First+Section}&#xA;This+document+is+an+example+of+BibTeX+using+in+bibliography+management.+Three+items+are+cited:+\textit{The+\LaTeX\\+Companion}+book+\cite{latexcompanion},+the+Einstein+journal+paper+\cite{einstein},+and+the+Donald+Knuth's+website+\cite{knuthwebsite}.+The+\LaTeX\\+related+items+are+\cite{latexcompanion,knuthwebsite}.+&#xA;&#xA;\medskip&#xA;&#xA;%Sets+the+bibliography+style+to+UNSRT+and+imports+the+&#xA;%bibliography+file+"sample.bib".&#xA;\bibliographystyle{unsrt}&#xA;\bibliography{sample}&#xA;\end{document}\&snip_name\[]=sample.bib\&snip\[]=@article{einstein,&#xA;++author+=+++++++"Albert+Einstein",&#xA;++title+=++++++++"{Zur+Elektrodynamik+bewegter+K{\\"o}rper}.+({German})&#xA;+++++++++++++++++\[{On}+the+electrodynamics+of+moving+bodies]",&#xA;++journal+=++++++"Annalen+der+Physik",&#xA;++volume+=+++++++"322",&#xA;++number+=+++++++"10",&#xA;++pages+=++++++++"891--921",&#xA;++year+=+++++++++"1905",&#xA;++DOI+=++++++++++"http://dx.doi.org/10.1002/andp.19053221004"&#xA;}&#xA;&#xA;@book{latexcompanion,&#xA;++++author++++=+"Michel+Goossens+and+Frank+Mittelbach+and+Alexander+Samarin",&#xA;++++title+++++=+"The+\LaTeX\\+Companion",&#xA;++++year++++++=+"1993",&#xA;++++publisher+=+"Addison-Wesley",&#xA;++++address+++=+"Reading,+Massachusetts"&#xA;}&#xA;+&#xA;@misc{knuthwebsite,&#xA;++++author++++=+"Donald+Knuth",&#xA;++++title+++++=+"Knuth:+Computers+and+Typesetting",&#xA;++++url+++++++=+"http://www-cs-faculty.stanford.edu/\\~{}uno/abcde.html"&#xA;}\&main_document=main.tex>)

## جدول قيم اسم النمط

| stylename | المخرجات                                                                   |
| --------- | -------------------------------------------------------------------------- |
| `abbrv`   | ![BibtexStylesEx1.png](/files/45fb56dea5c96f72f39a327bfa5f74a0c49e5f16)    |
| `acm`     | ![BibtexStylesEx2.png](/files/9adfa7dbb039c75354757b6d88b31d2c6b8d2b37)    |
| `alpha`   | ![BibtexStylesEx3.png](/files/a67a91d33c62324b0578b44d6397418299465465)    |
| `apalike` | ![BibtexStylesEx4.png](/files/b8545152b26cd02730fb028687dbcfdd17290e3b)    |
| `ieeetr`  | ![BibtexStylesEx5.png](/files/586e030d7feaa111fb391e17d99dd2f7ed0a7361)    |
| `plain`   | ![BibtexStylesEx6new.png](/files/719644e935ade9f653ce78d8c3c5f864ec185c16) |
| `siam`    | ![BibtexStylesEx7.png](/files/9c34e58a5699012d8db5d132b79c5fab83cd0104)    |
| `unsrt`   | ![BibtexStylesEx8.png](/files/a0c2950c6e1918b9571e59f81e99db268cc38074)    |

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

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

* [إدارة قائمة المراجع باستخدام BibTeX](/latex/ar/almraja-walastshhadat/01-bibliography-management-with-bibtex.md)
* [توثيق BibTeX على موقع CTAN](http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/)
* [توثيق حزمة tocbibind](ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/tocbibind.pdf)
* [إدارة الببليوغرافيا باستخدام natbib](/latex/ar/almraja-walastshhadat/02-bibliography-management-with-natbib.md)
* [إدارة الببليوغرافيا باستخدام biblatex](/latex/ar/almraja-walastshhadat/03-bibliography-management-with-biblatex.md)
* [جدول المحتويات](/latex/ar/bnyh-almstnd/02-table-of-contents.md)
* [الإدارة في مشروع كبير](/latex/ar/bnyh-almstnd/07-management-in-a-large-project.md)
* [مشاريع LaTeX متعددة الملفات](/latex/ar/bnyh-almstnd/08-multi-file-latex-projects.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/04-bibtex-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.
