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

# Stili bibliografici BibLaTeX

I comandi seguenti sono quelli che impostano lo stile bibliografico e importano il file bibliografico. Vedi [Gestione della bibliografia con biblatex](/latex/it/riferimenti-e-citazioni/03-bibliography-management-with-biblatex.md) per ulteriori informazioni.

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

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

%Dove verrà stampata la bibliografia
  \printbibliography
```

dove *bibfile* è il nome del file .bib della bibliografia e *stylename* è uno dei seguenti:

| stylename     | uscita                                                                    |
| ------------- | ------------------------------------------------------------------------- |
| `numerico`    | ![BiblatexStylesEx1.png](/files/fac52943d7ed0821af50a55f0aed790989600899) |
| `alfabetico`  | ![BiblatexStylesEx2.png](/files/4dc7bf63675766bceec3882669ed96bde9b2900d) |
| `autore-anno` | ![BiblatexStylesEx3.png](/files/c587d9b7e4e56217c8cf4b419bc239dc51a69ea3) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/01f71a08b26c93ab9279e14136001dcd54c3f91a) |
| `verbose`     | ![BiblatexStylesEx5.png](/files/1342258dc531b47028f2a3be883299979c8a1919) |
| `lettura`     | ![BiblatexStylesEx6.png](/files/a87c757450a3c76be564b50d61eac6495d56fed8) |
| `draft`       | ![BiblatexStylesEx7.png](/files/8a7494bb8830c7425d0341b077c1447e873d49ad) |

Il `draft` Lo stile è pensato per la modifica del documento prima della versione finale, poiché rende più facile tenere traccia delle fonti citate.

Ci sono alcuni stili bibliografici aggiuntivi che puoi usare in [Overleaf](http://www.overleaf.com/)

| stylename          | uscita                                                                     |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/26d8baaed81dd30df2bdff9270fac31b32b38116) |
| `apa`              | ![APA reference style](/files/6356a5898dd241615346763875f3d47cde821445)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/3f7d034df23caafdb96ffb2d81bef952256e9c59) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/177324574fc62e7af1973d278f2765488555629b) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/a5b6549302df435ed287e1354c95d5379cdfe2e7) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/8c2fa82213e9ecb82db72ea76de3490b45dc07cc) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/b5e3f8ef4800548a6a4d133a81a8be93085c84e5) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/efc816d82f762b829dc4eee60772a321763411e1)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/9ac2a40f80ab6923d90165d1698c143cfdda0173)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/2466178dddebb62174d042defedb8f52fc0ec85d) |
| `nature`           | ![BiblatexStylesEx11.png](/files/044464f17c67d7a4a8950de6f604b0ea2bcc4b95) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/0c383f4ac2c62f34c914952b9884580e2788099c) |
| `phys`             | ![BiblatexStylesEx13.png](/files/3cb0a1c7933680c1dad1d467c70db29c1a24650a) |
| `science`          | ![BiblatexStylesEx14.png](/files/4c463f08ccfcfe97f1772fe29f663c410c3b3eb0) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/6b73a81e929e20678157d9bb033f49a3a0bbbbfc) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/259dc78262bbc3571c37b0f6a978dcf39fbacb3e) |

Altri stili si possono trovare [cercando su CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Approfondimenti

Per maggiori informazioni vedi

* [Gestione della bibliografia in LaTeX](/latex/it/altri-argomenti/05-bibliography-management-in-latex.md)
* [Stili di citazione di Biblatex](/latex/it/riferimenti-e-citazioni/08-biblatex-citation-styles.md)
* [Documentazione del pacchetto Biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Indice](/latex/it/struttura-del-documento/02-table-of-contents.md)
* [Gestione in un grande progetto](/latex/it/struttura-del-documento/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/it/riferimenti-e-citazioni/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.
