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

# Bibtex kaynakça stilleri

## Giriş ve örnek

Kullanırken [BiBTeX](/latex/tr/referanslar-ve-atiflar/01-bibliography-management-with-bibtex.md), bibliyografya stili ayarlanır ve bibliyografya dosyası aşağıdaki iki komutla içe aktarılır:

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

burada `bibfile` bibliyografyanın adıdır `.bib` dosyanın uzantısız adıdır ve `stylename` aşağıda gösterilen değerlerden biridir [aşağıdaki tabloda](#table-of-stylename-values).

İşte Overleaf'te açabileceğiniz bir örnek — `.bib` dosya sizin için oluşturulur:

```latex
\documentclass[a4paper,10pt]{article}
\usepackage[english]{babel}
%İçindekiler tablosuna "References" ekler
\usepackage[nottoc]{tocbibind}

%Belge başlığı, tarihi ve yazarı
\title{Bibliography management: BibTeX}
\author{Overleaf}

%Belgenin başlangıcı
\begin{document}

\maketitle

\tableofcontents

\medskip

\section{First Section}
Bu belge, bibliyografya yönetiminde kullanılan BibTeX'e bir örnektir. Üç kaynak alıntılanmıştır: \textit{The \LaTeX\ Companion} kitabı \cite{latexcompanion}, Einstein dergi makalesi \cite{einstein} ve Donald Knuth'un web sitesi \cite{knuthwebsite}. \LaTeX\ ile ilgili kaynaklar \cite{latexcompanion,knuthwebsite} şeklindedir.

\medskip

%Bibliyografya stilini UNSRT olarak ayarlar ve
%bibliyografya dosyası "sample.bib".
\bibliographystyle{unsrt}
\bibliography{sample}
\end{document}
```

[Overleaf'te açın (uygun bir .bib dosyası oluşturulur)](<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 değerleri tablosu

| stylename | çıktı                                                                      |
| --------- | -------------------------------------------------------------------------- |
| `abbrv`   | ![BibtexStylesEx1.png](/files/536177fc99b2a93b2d5fe116e0c450e14205bd41)    |
| `acm`     | ![BibtexStylesEx2.png](/files/4a140802488c19a3797bc7be7a145b7ab5ff31f2)    |
| `alpha`   | ![BibtexStylesEx3.png](/files/511a800954d94bacfc5c8479c4331b4fe50bb452)    |
| `apalike` | ![BibtexStylesEx4.png](/files/ac3ebef61a8fe7576e5b3516f8abbc92b22991e5)    |
| `ieeetr`  | ![BibtexStylesEx5.png](/files/d58f72a4fca79d41ed9f2f13c44661ec08c502f0)    |
| `plain`   | ![BibtexStylesEx6new.png](/files/c9ef32a4774131ee9309428a9dce595d44360fd5) |
| `siam`    | ![BibtexStylesEx7.png](/files/61c1fb1a3e439882780bcf10ee44ce4c0abbc48b)    |
| `unsrt`   | ![BibtexStylesEx8.png](/files/c413139997de9ba6341fbf991d85caed47166bfe)    |

## Daha fazla okuma

Daha fazla bilgi için bakın:

* [bibtex ile kaynakça yönetimi](/latex/tr/referanslar-ve-atiflar/01-bibliography-management-with-bibtex.md)
* [CTAN web sitesindeki BibTeX belgeleri](http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/)
* [tocbind paketi belgeleri](ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/tocbibind.pdf)
* [natbib ile kaynakça yönetimi](/latex/tr/referanslar-ve-atiflar/02-bibliography-management-with-natbib.md)
* [biblatex ile kaynakça yönetimi](/latex/tr/referanslar-ve-atiflar/03-bibliography-management-with-biblatex.md)
* [İçindekiler](/latex/tr/belge-yapisi/02-table-of-contents.md)
* [Büyük bir projede yönetim](/latex/tr/belge-yapisi/07-management-in-a-large-project.md)
* [Çok dosyalı LaTeX projeleri](/latex/tr/belge-yapisi/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/tr/referanslar-ve-atiflar/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.
