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

# Styles de bibliographie BibTeX

## Introduction et exemple

Lors de l'utilisation de [BibTeX](/latex/fr/references-et-citations/01-bibliography-management-with-bibtex.md), le style bibliographique est défini et le fichier bibliographique est importé avec les deux commandes suivantes :

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

où `bibfile` est le nom de la bibliographie `.bib` du fichier, sans l’extension, et `stylename` est l’une des valeurs indiquées dans le [tableau ci-dessous](#table-of-stylename-values).

Voici un exemple que vous pouvez ouvrir dans Overleaf — le `.bib` fichier est créé pour vous :

```latex
\documentclass[a4paper,10pt]{article}
\usepackage[english]{babel}
%Inclut « Références » dans la table des matières
\usepackage[nottoc]{tocbibind}

%Titre, date et auteur du document
\title{Gestion de la bibliographie : BibTeX}
\author{Overleaf}

%Début du document
\begin{document}

\maketitle

\tableofcontents

\medskip

\section{Première section}
Ce document est un exemple d’utilisation de BibTeX dans la gestion de la bibliographie. Trois éléments sont cités : le livre \textit{The \LaTeX\ Companion} \cite{latexcompanion}, l’article de revue d’Einstein \cite{einstein}, et le site web de Donald Knuth \cite{knuthwebsite}. Les éléments liés à \LaTeX\ sont \cite{latexcompanion,knuthwebsite}.

\medskip

%Définit le style bibliographique sur UNSRT et importe le
%fichier bibliographique « sample.bib ».
\bibliographystyle{unsrt}
\bibliography{sample}
\end{document}
```

[Ouvrir dans Overleaf (un fichier .bib approprié est généré)](<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>)

## Tableau des valeurs des styles

| stylename | sortie                                                                     |
| --------- | -------------------------------------------------------------------------- |
| `abbrv`   | ![BibtexStylesEx1.png](/files/155d3257ceee848c7c26f93e677d5af1870e78f6)    |
| `acm`     | ![BibtexStylesEx2.png](/files/36d62391e32c8bcae3046d5ba74f609abde5a757)    |
| `alpha`   | ![BibtexStylesEx3.png](/files/606fa6bb75f3981dea50d782c523858d549bb89c)    |
| `apalike` | ![BibtexStylesEx4.png](/files/99af5590aef7c71a2de9b4f6dad6d002852564a1)    |
| `ieeetr`  | ![BibtexStylesEx5.png](/files/8c7d0ae9bb846ebc4c287e3672272eba413555ef)    |
| `simple`  | ![BibtexStylesEx6new.png](/files/84a76677483ede0adb869574f43531e0e1af6575) |
| `siam`    | ![BibtexStylesEx7.png](/files/2ec5041e73e44cfe7b234b4f18caa7b40c6d591e)    |
| `unsrt`   | ![BibtexStylesEx8.png](/files/ebaefc2a5fe07434434cae2a44dd6ba5f57fe9e9)    |

## Lectures complémentaires

Pour plus d'informations, voir :

* [Gestion bibliographique avec bibtex](/latex/fr/references-et-citations/01-bibliography-management-with-bibtex.md)
* [Documentation BibTeX sur le site web CTAN](http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/)
* [Documentation du paquet tocbind](ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/tocbibind.pdf)
* [Gestion bibliographique avec natbib](/latex/fr/references-et-citations/02-bibliography-management-with-natbib.md)
* [Gestion de la bibliographie avec biblatex](/latex/fr/references-et-citations/03-bibliography-management-with-biblatex.md)
* [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)
* [Projets LaTeX multi-fichiers](/latex/fr/structure-du-document/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/fr/references-et-citations/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.
