> 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/es/referencias-y-citas/07-biblatex-bibliography-styles.md).

# Estilos bibliográficos de Biblatex

Los siguientes comandos son los que establecen el estilo de la bibliografía e importan el archivo de bibliografía. Véase [Gestión de bibliografía con biblatex](/latex/es/referencias-y-citas/03-bibliography-management-with-biblatex.md) para más información.

```latex
%en el preámbulo
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%Dónde se imprimirá la bibliografía
  \printbibliography
```

donde *bibfile* es el nombre del archivo .bib de la bibliografía y *stylename* es uno de los siguientes:

| stylename     | salida                                                                    |
| ------------- | ------------------------------------------------------------------------- |
| `numeric`     | ![BiblatexStylesEx1.png](/files/8bb50c570952e24e302929995cf135afb67eb2b7) |
| `alphabetic`  | ![BiblatexStylesEx2.png](/files/6be0f9ac12cf2466ae67230ccd5657ba47fa93f9) |
| `authoryear`  | ![BiblatexStylesEx3.png](/files/e8a8728b74f9bcda4c19dcace903de71705aaa97) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/79bc87d75a45e1b361fbf8cb365983b970787a0c) |
| `verbose`     | ![BiblatexStylesEx5.png](/files/7e1ee38356088d1dc7bc83b7231ff1cace7d8d63) |
| `reading`     | ![BiblatexStylesEx6.png](/files/0b96142a24359a9e819185198e4bebffcfcec145) |
| `draft`       | ![BiblatexStylesEx7.png](/files/90d19c2751e159d4b4ade3472e27e719622c9a0f) |

El `draft` Este estilo está pensado para editar tu documento antes de la versión final, ya que facilita el seguimiento de las fuentes citadas.

Hay algunos estilos bibliográficos adicionales que puedes usar en [Overleaf](http://www.overleaf.com/)

| stylename          | salida                                                                     |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/8e3b08f3122da1cc360c5f2d5c4e39058b023702) |
| `apa`              | ![APA reference style](/files/bc53c49587252858e2297dc0066ce79c1d3a4c1a)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/6d2bdfb4c197493270783a786677747bcf2bd326) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/d8e05fe51e178a8793d7fb23d53571b8bb00e842) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/69db20304bad42198cb1d06df3049e5cec835157) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/3db1e87abf1bbe10b449e5b9caf39cc48bf92b6e) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/2fa41230d2ea0d2a201e4d001e4a0f5a0e604ad1) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/74d9ed735546a9258882feb735a96e44d2cb634e)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/55e416fa74671d5c3e0f45c745430b5f4512c1ad)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/1ec61bb7aa9d2be69cfd55fc08a68f8a21ee64b6) |
| `nature`           | ![BiblatexStylesEx11.png](/files/e8002acfe49d13bdda35da7d7a97ff411b5300a9) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/02cf363bc4102ff9dfef5a2106ee5d23edf1ad62) |
| `phys`             | ![BiblatexStylesEx13.png](/files/95e8b228864741d7eb4e7625edb00f9d2559bf9f) |
| `science`          | ![BiblatexStylesEx14.png](/files/f1414eb6dd332f1a8958896c0627e89c24d1981d) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/a986cbf5f573a3021196872d3abc86c912d05409) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/0a3439e7c303ebfd6fc7131591ab479e6a65b0ce) |

Puedes encontrar más estilos [buscando en CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Lectura adicional

Para más información, consulta

* [Gestión de bibliografías en LaTeX](/latex/es/mas-temas/05-bibliography-management-in-latex.md)
* [Estilos de cita de Biblatex](/latex/es/referencias-y-citas/08-biblatex-citation-styles.md)
* [Documentación del paquete biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Tabla de contenidos](/latex/es/estructura-del-documento/02-table-of-contents.md)
* [Gestión en un proyecto grande](/latex/es/estructura-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/es/referencias-y-citas/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.
