> 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/overleaf-learn-latex-pt/referencias-e-citacoes/07-biblatex-bibliography-styles.md).

# Estilos de bibliografia biblatex

Os próximos comandos são os que definem o estilo da bibliografia e importam o ficheiro de bibliografia. Veja [Gestão de bibliografia com biblatex](/latex/overleaf-learn-latex-pt/referencias-e-citacoes/03-bibliography-management-with-biblatex.md) para mais informações.

```latex
% no preâmbulo
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%Onde a bibliografia será impressa
  \printbibliography
```

onde *bibfile* é o nome do ficheiro .bib da bibliografia e *stylename* é um dos seguintes:

| stylename     | saída                                                                     |
| ------------- | ------------------------------------------------------------------------- |
| `numérico`    | ![BiblatexStylesEx1.png](/files/1ba9358f547ee3e03c34c512770cd137498255fa) |
| `alfabético`  | ![BiblatexStylesEx2.png](/files/c8713b048ad296f2208f7106a6bb5ad6112f2815) |
| `autor-ano`   | ![BiblatexStylesEx3.png](/files/ae4da678ae04460336f501701e4dd58abc66cf0b) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/768cf1af0f1172d7d1c4e1b25834850ae0aaabf7) |
| `verbose`     | ![BiblatexStylesEx5.png](/files/8fa30447713c8cd96046c0acd3c94f25ca300f18) |
| `leitura`     | ![BiblatexStylesEx6.png](/files/61d6eac143818849e61acea7a8a8e57fb014c7fe) |
| `draft`       | ![BiblatexStylesEx7.png](/files/e9ef5a19cfc9e21ab4e8fb98513b55dc6eafb6e0) |

O `draft` O estilo destina-se a editar o seu documento antes da versão final, uma vez que facilita o acompanhamento das fontes citadas.

Existem alguns estilos bibliográficos adicionais que você pode usar em [O Overleaf](http://www.overleaf.com/)

| stylename          | saída                                                                      |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/4db4d6dd4a4e3c0e02b2dc45806d4290f9b0e953) |
| `apa`              | ![APA reference style](/files/40bf8a101f6b18804c1c8e105ed1ce694ce86d34)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/2a1f879ea3d01c881e4b8737a745c31b91ffb229) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/86467c3446c5337800f0d309e924b5b113003f3f) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/9ce8eec04d7055d7256c34179782b19962459238) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/346ed023f8280e2bf7939c0072ff4ca0185d1803) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/20bdfacd39365199200ecd2e807d00feab13d7f8) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/06ce9eb1e1ab1bb214ba7d420fa3f5db6b13554c)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/9bda7b9c09c87381f75545a55c5d4260e8511423)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/7916ecba8a9cb0e4c3b76145b7cf2d92a6edffd8) |
| `nature`           | ![BiblatexStylesEx11.png](/files/c00e368ba06d855173cbc695d2d731f914da3a40) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/8817b98c6e839149f0b5318fc7a2af2fc94063ac) |
| `phys`             | ![BiblatexStylesEx13.png](/files/40d6a58d54611cc076eac7efaa1f920c6e4cf714) |
| `science`          | ![BiblatexStylesEx14.png](/files/1097f61e3976a27622c81380cc1d50c729ba23e5) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/3ca775b2bfbd95a17a43db51a09e3290a3dccf7b) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/1d7512789e6263f06df4dcf449f9d68647521728) |

Mais estilos podem ser encontrados [pesquisando no CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Leitura adicional

Para mais informações, veja

* [Gestão de bibliografia em LaTeX](/latex/overleaf-learn-latex-pt/mais-topicos/05-bibliography-management-in-latex.md)
* [Estilos de citação do Biblatex](/latex/overleaf-learn-latex-pt/referencias-e-citacoes/08-biblatex-citation-styles.md)
* [Documentação do pacote Biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Índice](/latex/overleaf-learn-latex-pt/estrutura-do-documento/02-table-of-contents.md)
* [Gestão num grande projeto](/latex/overleaf-learn-latex-pt/estrutura-do-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/overleaf-learn-latex-pt/referencias-e-citacoes/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.
