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

# biblatex-Literaturverzeichnisstile

Die folgenden Befehle legen den Literaturstil fest und importieren die Bibliografiedatei. Siehe [Literaturverwaltung mit biblatex](/latex/de/verweise-und-zitate/03-bibliography-management-with-biblatex.md) für weitere Informationen.

```latex
%in der Präambel
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%Wo das Literaturverzeichnis ausgegeben wird
  \printbibliography
```

wobei *bibfile* ist der Name der .bib-Datei des Literaturverzeichnisses und *stylename* ist einer der folgenden:

| stylename      | Ausgabe                                                                   |
| -------------- | ------------------------------------------------------------------------- |
| `numerisch`    | ![BiblatexStylesEx1.png](/files/5d4a5c97f341a6cc70fa17451f667c57c05fa47b) |
| `alphabetisch` | ![BiblatexStylesEx2.png](/files/dca5fb38b1280073e060fe7e629eef4d747c4958) |
| `Autor-Jahr`   | ![BiblatexStylesEx3.png](/files/72a8ae2cbdc8666f0a59938c011758997d5e2d4e) |
| `authortitle`  | ![BiblatexStylesEx4.png](/files/8893df340ba962aa4b23b09a5dedf4be353f905c) |
| `verbose`      | ![BiblatexStylesEx5.png](/files/a294fc3413d61e27d319cb09ccd75e9409587a1f) |
| `Lesart`       | ![BiblatexStylesEx6.png](/files/cb04fe263b7844f344bbd6d177a4ad3da9a58574) |
| `draft`        | ![BiblatexStylesEx7.png](/files/6172c288f2e795f6746e2f8abf9afa915d368ccf) |

Die `draft` Dieser Stil ist für die Bearbeitung Ihres Dokuments vor der endgültigen Version gedacht, da es dadurch einfacher ist, die zitierten Quellen nachzuverfolgen.

Es gibt einige zusätzliche Literaturstile, die Sie in [Overleaf](http://www.overleaf.com/)

| stylename          | Ausgabe                                                                    |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/66a4cb42d50ba931ed861efb0727a92ccfb052f9) |
| `apa`              | ![APA reference style](/files/500268b6589153ea4776d5a3040ab7768a62b4ea)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/c73b008c38878202c1c5df0ddf67c557fd009588) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/73dc554b6aa08cdbe7e00f93d4c496349732b44f) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/aaa33fdede0cba47d18d24242a4cc5a3697aacbc) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/3a25210300495085e920a722e0896fe96612b07a) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/867361b6f91095987af8c31f46fc0d3e30765e44) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/0593dac40f5d3b0c2abfb9b4114b672edc507b36)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/11b987c90296bec7f44381ef16aee5a70f2a1253)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/78d3f31249bc926e1bb3f00d345811669dae4797) |
| `nature`           | ![BiblatexStylesEx11.png](/files/102810bb953744b525fce3276abbc353d6f354e5) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/ad5b8ac1119f01a0daf52aa59f7838a8a26ed97b) |
| `phys`             | ![BiblatexStylesEx13.png](/files/578eaa9259aacbceec965f37257fdcca02bf2a80) |
| `science`          | ![BiblatexStylesEx14.png](/files/0862a034471d8b714ad536b0ce1609e1e92d6b76) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/2ae27da4d20ff5a0b560d292ef7d125d45b8eb43) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/c28bc84a5afa1d807f014701924c6e4c54fce5c9) |

Weitere Stile finden Sie durch [Suche auf CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Weiterführende Lektüre

Weitere Informationen finden Sie unter

* [Literaturverwaltung in LaTeX](/latex/de/weitere-themen/05-bibliography-management-in-latex.md)
* [Biblatex-Zitierstile](/latex/de/verweise-und-zitate/08-biblatex-citation-styles.md)
* [Biblatex-Paketdokumentation](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Inhaltsverzeichnis](/latex/de/dokumentstruktur/02-table-of-contents.md)
* [Verwaltung in einem großen Projekt](/latex/de/dokumentstruktur/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/de/verweise-und-zitate/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.
