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

# Biblatex-lähdeluettelotyylit

Seuraavat komennot määrittävät lähdeluettelon tyylin ja tuovat lähdeluettelotiedoston. Katso [Viiteluettelon hallinta biblatexilla](/latex/fi/viitteet-ja-sitaatit/03-bibliography-management-with-biblatex.md) lisätietoja varten.

```latex
%esipuheessa
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%Missä lähdeluettelo tulostetaan
  \printbibliography
```

jossa *bibfile* on lähdeluettelon .bib-tiedoston nimi ja *stylename* on jokin seuraavista:

| stylename           | tulos                                                                     |
| ------------------- | ------------------------------------------------------------------------- |
| `numeerinen`        | ![BiblatexStylesEx1.png](/files/0f45d1c214edd84f5abf30d3066eef93fcd3bf30) |
| `aakkosellinen`     | ![BiblatexStylesEx2.png](/files/236430a199496ac6e6b5ffa5b2a1b3d33c0ea1db) |
| `authoryear`        | ![BiblatexStylesEx3.png](/files/9f2a8da2b453e5039e0922b4822b0b855f844cd5) |
| `authortitle`       | ![BiblatexStylesEx4.png](/files/53b67e8d94b05e538c5f676cb45d651356d2ad41) |
| `yksityiskohtainen` | ![BiblatexStylesEx5.png](/files/44eac47de0605c3c1c10f3bd7439082808d21c12) |
| `lukutapa`          | ![BiblatexStylesEx6.png](/files/074bdf68da4218f588dfea93f90e301eecf7bd75) |
| `luonnos`           | ![BiblatexStylesEx7.png](/files/f0bee8497ef1a9802accad7f90b9bc8da822a05d) |

Se `luonnos` Tämä tyyli on tarkoitettu asiakirjasi muokkaamiseen ennen lopullista versiota, sillä se helpottaa viitattujen lähteiden seuraamista.

Käytettävissäsi on joitakin lisälähdeluettelotyylejä [Overleaf](http://www.overleaf.com/)

| stylename          | tulos                                                                      |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/caa5585ef32787e3860c649453b58cf34c97c90c) |
| `apa`              | ![APA reference style](/files/dc6e61e41f3668b2bba38d6fa44c0a9046d4c0aa)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/a0e62154c313ffed99e1d8e667237491561d0c68) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/2efe831e57e373421c7d8b6588b53a10e73198c3) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/fd4a04c693f5c45c12a5dece83204833f2e411b2) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/469e50ca538b378bf0c58d41674d59d70b69332d) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/58bd84a16c67c00e783402d64debad39898fd2fe) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/5c5626f8d87c7aa3f2849b929db04bd56ee9821b)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/49fbe97961f69c1bbd2d61159242fc0c80435785)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/0a6ec4010a45cc52725233478c746c8077001f3c) |
| `nature`           | ![BiblatexStylesEx11.png](/files/935628494e8a3efd572e461feb8d9d8d78977186) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/107102a251e08e15203437f9bb0bd7ce9d9c5b72) |
| `phys`             | ![BiblatexStylesEx13.png](/files/4f81686741f688b1b1567e433703a9bf28fa5b08) |
| `science`          | ![BiblatexStylesEx14.png](/files/8b9583db8a0e2b13e1b73470512fbfc38d9aabcc) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/2edb01ea74fe2ea917ced80270342dd9e640b657) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/77732b1b31d796bf097c2860ac60f12b90e32a8d) |

Lisää tyylejä löytyy [hakemalla CTANista](https://ctan.org/search?phrase=biblatex+styles).

## Lisälukemista

Lisätietoja on kohdassa

* [Lähdeluettelon hallinta LaTeXissa](/latex/fi/lisaa-aiheita/05-bibliography-management-in-latex.md)
* [Biblatex-viittaustyylit](/latex/fi/viitteet-ja-sitaatit/08-biblatex-citation-styles.md)
* [Biblatex-paketin dokumentaatio](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Sisällysluettelo](/latex/fi/asiakirjan-rakenne/02-table-of-contents.md)
* [Hallinta suuressa projektissa](/latex/fi/asiakirjan-rakenne/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/fi/viitteet-ja-sitaatit/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.
