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

# Styles bibliographiques biblatex

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

```latex
%dans le préambule
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%Où la bibliographie sera imprimée
  \printbibliography
```

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

| stylename      | sortie                                                                    |
| -------------- | ------------------------------------------------------------------------- |
| `numérique`    | ![BiblatexStylesEx1.png](/files/2dd16b88f4c5f78367dc4d81373c678d0866d21d) |
| `alphabétique` | ![BiblatexStylesEx2.png](/files/2d428c7732dbaffa82ec524448145bbe70c6b6ea) |
| `authoryear`   | ![BiblatexStylesEx3.png](/files/ca52d7ddcda4a63e725c8267ae247ad0b3da699f) |
| `authortitle`  | ![BiblatexStylesEx4.png](/files/195f8e1f293b3ddcca87c41ac45e86eae8e21f2e) |
| `verbeux`      | ![BiblatexStylesEx5.png](/files/814be4b0ee296fdb7132004bf57ad5237053b61f) |
| `lecture`      | ![BiblatexStylesEx6.png](/files/0ea1aa81103db0f7d65bd104ce4f9262000bdcd3) |
| `brouillon`    | ![BiblatexStylesEx7.png](/files/8c86596740bcdf997c39a6196007f6810e9d0ca0) |

Le `brouillon` ce style est destiné à la préparation de votre document avant la version finale, car il facilite le suivi des sources citées.

Il existe quelques styles bibliographiques supplémentaires que vous pouvez utiliser dans [Overleaf](http://www.overleaf.com/)

| stylename          | sortie                                                                     |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/b95b145e1eb6608421a702b9c3c3754613c85e51) |
| `apa`              | ![APA reference style](/files/7d92bdce68d182eb893f130be6814f84539b7868)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/a11460b1ee1c63b96dd50c042af32514a29f0149) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/64c07b0694aad12dea888bd966ce357ff69b934c) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/5ec15ff59617f97a05d8755e806027f1f07f7671) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/09192015dc3a5b58238c91ba5aaa7b561d8bd2cd) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/3b8dba1b5c1d8788f3870ab835967ba5b3a08a22) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/2ad5c9fa9730e8cf61b6384aecdac15be6309400)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/44b9a45f82616f358e53036ead1f81a0318d6970)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/f098a9cab668d72f4ad2308f33b65503ae56bda6) |
| `nature`           | ![BiblatexStylesEx11.png](/files/3b6ceac42b6b5876877deef6bb4a9d5cd39f9e85) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/50170cceb208c7827471167a3932ffa17a2f6203) |
| `phys`             | ![BiblatexStylesEx13.png](/files/b8c5b4547bbdc754175a4460d2d3aea5577ca90f) |
| `science`          | ![BiblatexStylesEx14.png](/files/5432f261c2108c16d6fa55dd82194a4a1daf315c) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/7bd96842bbecdef53a2345fcdddc94b78a75753a) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/a4ec7b4b9d85834ea68579afccfc7b21796c21bd) |

Vous pouvez trouver davantage de styles en [effectuant une recherche sur CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Lectures complémentaires

Pour plus d'informations, voir

* [Gestion de bibliographie dans LaTeX](/latex/fr/autres-sujets/05-bibliography-management-in-latex.md)
* [Styles de citation biblatex](/latex/fr/references-et-citations/08-biblatex-citation-styles.md)
* [Documentation du package biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Table des matières](/latex/fr/structure-du-document/02-table-of-contents.md)
* [Gestion dans un grand projet](/latex/fr/structure-du-document/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/fr/references-et-citations/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.
