> 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/05-natbib-bibliography-styles.md).

# Estilos de bibliografia natbib

## Estilos do Natbib

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 natbib](/latex/overleaf-learn-latex-pt/referencias-e-citacoes/02-bibliography-management-with-natbib.md) para mais informações.

```latex
% no preâmbulo
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%Onde a bibliografia será impressa
  \bibliography{bibfile}
```

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

| stylename  | saída                                                                   |
| ---------- | ----------------------------------------------------------------------- |
| `dinat`    | ![NatbibStylesEx1.png](/files/8bdc3d9938dceadebbb452664e97113c58b8a038) |
| `plainnat` | ![NatbibStylesEx3.png](/files/444ffa134da7d62073788b0579ed55c46fbe6226) |
| `abbrvnat` | ![NatbibStylesEx4.png](/files/36a9dd8bc82a5f6a898d8a5070b2e56c4fe0a3b1) |
| `unsrtnat` | ![NatbibStylesEx5.png](/files/81ad92c9f766b3f0eeb336f88135d8d8abff32d1) |
| `rusnat`   | ![NatbibStylesEx6.png](/files/d80dc81ad007b699e288e2f1397ff16291cff62d) |
| `ksfh_nat` | ![NatbibStylesEx7.png](/files/b39e676dcd7c2e0f2f627514c55e47e9d20d6246) |

## Leitura adicional

* [Gestão de bibliografia com natbib](/latex/overleaf-learn-latex-pt/referencias-e-citacoes/02-bibliography-management-with-natbib.md)
* [Estilos de citação do Natbib](/latex/overleaf-learn-latex-pt/referencias-e-citacoes/06-natbib-citation-styles.md)
* [Documentação do pacote Natbib](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/natbib/natbib.pdf)
* [Suporte a línguas internacionais](/latex/overleaf-learn-latex-pt/idiomas/03-international-language-support.md)
* [Gestão num grande projeto](/latex/overleaf-learn-latex-pt/estrutura-do-documento/07-management-in-a-large-project.md)
* [Índice](/latex/overleaf-learn-latex-pt/estrutura-do-documento/02-table-of-contents.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/05-natbib-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.
