> 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/04-bibtex-bibliography-styles.md).

# Estilos de bibliografía BibTeX

## Introducción y ejemplo

Al usar [BibTeX](/latex/es/referencias-y-citas/01-bibliography-management-with-bibtex.md), se establece el estilo bibliográfico y el archivo bibliográfico se importa con los dos siguientes comandos:

```latex
  \bibliographystyle{stylename}
  \bibliography{bibfile}
```

donde `bibfile` es el nombre de la bibliografía `.bib` archivo, sin la extensión, y `stylename` es uno de los valores mostrados en la [tabla siguiente](#table-of-stylename-values).

Aquí hay un ejemplo que puedes abrir en Overleaf—el `.bib` archivo se crea para ti:

```latex
\documentclass[a4paper,10pt]{article}
\usepackage[english]{babel}
%Incluye "Referencias" en el índice
\usepackage[nottoc]{tocbibind}

%Título, fecha y autor del documento
\title{Gestión bibliográfica: BibTeX}
\author{Overleaf}

%Inicio del documento
\begin{document}

\maketitle

\tableofcontents

\medskip

\section{Primera sección}
Este documento es un ejemplo del uso de BibTeX en la gestión bibliográfica. Se citan tres elementos: el libro \textit{The \LaTeX\ Companion} \cite{latexcompanion}, el artículo de revista de Einstein \cite{einstein} y el sitio web de Donald Knuth \cite{knuthwebsite}. Los elementos relacionados con \LaTeX\ son \cite{latexcompanion,knuthwebsite}.

\medskip

%Establece el estilo bibliográfico en UNSRT e importa el
%archivo bibliográfico "sample.bib".
\bibliographystyle{unsrt}
\bibliography{sample}
\end{document}
```

[Abrir en Overleaf (se genera un archivo .bib adecuado)](<https://www.overleaf.com/docs?engine=\&snip_name\[]=main.tex\&snip\[]=\documentclass\[a4paper,10pt]{article}&#xA;\usepackage\[english]{babel}&#xA;%Includes+"References"+in+the+table+of+contents&#xA;\usepackage\[nottoc]{tocbibind}&#xA;&#xA;%Title,+date+an+author+of+the+document&#xA;\title{Bibliography+management:+BibTeX}&#xA;\author{Overleaf}&#xA;&#xA;%Begining+of+the+document&#xA;\begin{document}&#xA;&#xA;\maketitle&#xA;&#xA;\tableofcontents&#xA;&#xA;\medskip&#xA;&#xA;\section{First+Section}&#xA;This+document+is+an+example+of+BibTeX+using+in+bibliography+management.+Three+items+are+cited:+\textit{The+\LaTeX\\+Companion}+book+\cite{latexcompanion},+the+Einstein+journal+paper+\cite{einstein},+and+the+Donald+Knuth's+website+\cite{knuthwebsite}.+The+\LaTeX\\+related+items+are+\cite{latexcompanion,knuthwebsite}.+&#xA;&#xA;\medskip&#xA;&#xA;%Sets+the+bibliography+style+to+UNSRT+and+imports+the+&#xA;%bibliography+file+"sample.bib".&#xA;\bibliographystyle{unsrt}&#xA;\bibliography{sample}&#xA;\end{document}\&snip_name\[]=sample.bib\&snip\[]=@article{einstein,&#xA;++author+=+++++++"Albert+Einstein",&#xA;++title+=++++++++"{Zur+Elektrodynamik+bewegter+K{\\"o}rper}.+({German})&#xA;+++++++++++++++++\[{On}+the+electrodynamics+of+moving+bodies]",&#xA;++journal+=++++++"Annalen+der+Physik",&#xA;++volume+=+++++++"322",&#xA;++number+=+++++++"10",&#xA;++pages+=++++++++"891--921",&#xA;++year+=+++++++++"1905",&#xA;++DOI+=++++++++++"http://dx.doi.org/10.1002/andp.19053221004"&#xA;}&#xA;&#xA;@book{latexcompanion,&#xA;++++author++++=+"Michel+Goossens+and+Frank+Mittelbach+and+Alexander+Samarin",&#xA;++++title+++++=+"The+\LaTeX\\+Companion",&#xA;++++year++++++=+"1993",&#xA;++++publisher+=+"Addison-Wesley",&#xA;++++address+++=+"Reading,+Massachusetts"&#xA;}&#xA;+&#xA;@misc{knuthwebsite,&#xA;++++author++++=+"Donald+Knuth",&#xA;++++title+++++=+"Knuth:+Computers+and+Typesetting",&#xA;++++url+++++++=+"http://www-cs-faculty.stanford.edu/\\~{}uno/abcde.html"&#xA;}\&main_document=main.tex>)

## Tabla de valores de nombres de estilo

| stylename | salida                                                                     |
| --------- | -------------------------------------------------------------------------- |
| `abbrv`   | ![BibtexStylesEx1.png](/files/279f3dcc85bc5c783310b7937dd01c996aeab571)    |
| `acm`     | ![BibtexStylesEx2.png](/files/79b588acd834e68d3a112f6414b47413d4f1a217)    |
| `alpha`   | ![BibtexStylesEx3.png](/files/1df840ba2f773dae79e94ee974b42b062b51a8c5)    |
| `apalike` | ![BibtexStylesEx4.png](/files/00de9806942e07540d5621eaf0d91b5070a21817)    |
| `ieeetr`  | ![BibtexStylesEx5.png](/files/38d70bfc103799e148a92cec76ef2713122b37ec)    |
| `plain`   | ![BibtexStylesEx6new.png](/files/19a16a229cbe31f9fb5cdd156efa470658e95d2a) |
| `siam`    | ![BibtexStylesEx7.png](/files/2e3fa9867831ce1f87971350d8e616bbe30d91e0)    |
| `unsrt`   | ![BibtexStylesEx8.png](/files/577d69eeda79d9b3c893e9d81409b6cdb0df96b1)    |

## Lectura adicional

Para más información, consulte:

* [Gestión de bibliografía con bibtex](/latex/es/referencias-y-citas/01-bibliography-management-with-bibtex.md)
* [Documentación de BibTeX en el sitio web de CTAN](http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/)
* [Documentación del paquete tocbind](ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/tocbibind.pdf)
* [Gestión de bibliografía con natbib](/latex/es/referencias-y-citas/02-bibliography-management-with-natbib.md)
* [Gestión de bibliografía con biblatex](/latex/es/referencias-y-citas/03-bibliography-management-with-biblatex.md)
* [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)
* [Proyectos de LaTeX de varios archivos](/latex/es/estructura-del-documento/08-multi-file-latex-projects.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/04-bibtex-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.
