> 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/tr/referanslar-ve-atiflar/05-natbib-bibliography-styles.md).

# Natbib kaynakça stilleri

## Natbib stilleri

Sonraki komutlar, kaynakça stilini ayarlayan ve kaynakça dosyasını içe aktaran komutlardır. Bkz. [natbib ile kaynakça yönetimi](/latex/tr/referanslar-ve-atiflar/02-bibliography-management-with-natbib.md) daha fazla bilgi için.

```latex
%önsözde
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%Kaynakçanın yazdırılacağı yer
  \bibliography{bibfile}
```

burada *bibfile* .bib kaynakça dosyasının adıdır ve *stylename* aşağıdakilerden biridir:

| stylename  | çıktı                                                                   |
| ---------- | ----------------------------------------------------------------------- |
| `dinat`    | ![NatbibStylesEx1.png](/files/cc13c68c48a0f7d045967db51f25011d5b3fa80b) |
| `plainnat` | ![NatbibStylesEx3.png](/files/e9c0ffce96886b67aaf9f53e5a9887ea58beaed2) |
| `abbrvnat` | ![NatbibStylesEx4.png](/files/c74c6eea9a0bdea3a3688adcbb2c8a9393ba29a7) |
| `unsrtnat` | ![NatbibStylesEx5.png](/files/7824dba90690113ae3430edf5c3ef78162c5b8eb) |
| `rusnat`   | ![NatbibStylesEx6.png](/files/0bcd04bca6626e045095189e7f2e76752a962d0b) |
| `ksfh_nat` | ![NatbibStylesEx7.png](/files/5e7bd6a3a5febb635d85e94f651be871047e23b6) |

## Daha fazla okuma

* [natbib ile kaynakça yönetimi](/latex/tr/referanslar-ve-atiflar/02-bibliography-management-with-natbib.md)
* [Natbib atıf stilleri](/latex/tr/referanslar-ve-atiflar/06-natbib-citation-styles.md)
* [Natbib paket belgeleri](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/natbib/natbib.pdf)
* [Uluslararası dil desteği](/latex/tr/diller/03-international-language-support.md)
* [Büyük bir projede yönetim](/latex/tr/belge-yapisi/07-management-in-a-large-project.md)
* [İçindekiler](/latex/tr/belge-yapisi/02-table-of-contents.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/tr/referanslar-ve-atiflar/05-natbib-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.
