> 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/fr/references-et-citations/05-natbib-bibliography-styles.md).

# Styles bibliographiques Natbib

## Styles Natbib

Les commandes suivantes définissent le style bibliographique et importent le fichier bibliographique. Voir [Gestion bibliographique avec natbib](/latex/fr/references-et-citations/02-bibliography-management-with-natbib.md) pour plus d'informations.

```latex
%dans le préambule
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%Où la bibliographie sera imprimée
  \bibliography{bibfile}
```

où *bibfile* est le nom du fichier bibliographique .bib et *stylename* est l'un des éléments suivants :

| stylename  | sortie                                                                  |
| ---------- | ----------------------------------------------------------------------- |
| `dinat`    | ![NatbibStylesEx1.png](/files/87b56c3eafa71db6046c11f21cb3cd1e60635578) |
| `plainnat` | ![NatbibStylesEx3.png](/files/36ff794cc69d45434fdc79181828a51421a1c70a) |
| `abbrvnat` | ![NatbibStylesEx4.png](/files/8b1d3186212b46db36a7df5893f003730c4010fe) |
| `unsrtnat` | ![NatbibStylesEx5.png](/files/3548292d89361ae41f12d17d8566b7baf3b40073) |
| `rusnat`   | ![NatbibStylesEx6.png](/files/1117672f01f0c8d99eb140a29b7aea6ab6852d5b) |
| `ksfh_nat` | ![NatbibStylesEx7.png](/files/fd989f4b2df129d4f856a10557f8df3f0e0e5be6) |

## Lectures complémentaires

* [Gestion bibliographique avec natbib](/latex/fr/references-et-citations/02-bibliography-management-with-natbib.md)
* [Styles de citation Natbib](/latex/fr/references-et-citations/06-natbib-citation-styles.md)
* [Documentation du package Natbib](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/natbib/natbib.pdf)
* [Prise en charge des langues internationales](/latex/fr/langues/03-international-language-support.md)
* [Gestion dans un grand projet](/latex/fr/structure-du-document/07-management-in-a-large-project.md)
* [Table des matières](/latex/fr/structure-du-document/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/fr/references-et-citations/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.
