> 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/preguntas-y-respuestas/80-the-journal-says-don-t-use-bibtex-paste-the-contents-of-the-.bbl-file-into-the-.tex-file-.-how-do.md).

# La revista dice "don't use BibTeX; paste the contents of the .bbl file into the .tex file". ¿Cómo hago

Algunos editores usan sistemas de envío de artículos que solo compilan los `.tex` archivo(s) en una sola `pdflatex` o `latex` ejecución; es decir, no ejecutan `BibTeX`. En tales casos, las directrices del editor podrían pedir a los autores (cuyos manuscritos usan BibTeX) que peguen el contenido del `.bbl` archivo en el principal del artículo `.tex` archivo.

Este artículo muestra dos formas de acceder al archivo generado `.bbl` archivo contenido en tu proyecto de Overleaf y ofrece [un breve video](#video) que muestra cómo descargar un `.bbl` archivo y pegar su contenido en el archivo .tex principal del proyecto.

## Descargar archivos de la caché

Los archivos creados durante la compilación se almacenan en la caché del proyecto, incluido cualquier `.bbl` archivos .bib.

Sigue estos pasos para descargar un archivo contenido en la caché:

1. haz clic en el icono de archivo (![Accesslogs.png](/files/d2a1a0d50d6a090cefa3aad88d5b516206c42da5)) junto al **Recompilar** botón;
2. desplázate hacia abajo y selecciona **Otros registros y archivos**;
3. se muestra una lista de archivos en la caché;
4. selecciona **output.bbl** para descargarlo.

![Imagen que muestra cómo descargar un archivo de la caché](/files/1dda8f5e3230b0df979c21e04edefe27df7f86e9)

Como se demuestra en el [breve video](#video), comenta la línea `\bibliography{...}` dentro de tu `.tex` archivo en Overleaf y luego pega el contenido del `.bbl` archivo descargado de la caché.

## Descargar el código fuente, incluido el archivo .bbl

También es posible descargar el código fuente con el `.bbl` incluido. Usa los siguientes pasos para hacerlo:

1. selecciona **Enviar** desde el menú sobre la ventana de vista previa del PDF;
2. desplázate hacia abajo hasta **Repositorios en línea**;
3. localiza **arXiv**;
4. selecciona **Envía tu artículo a arXiv**

   ![Enviar a arXiv desde Overleaf](/files/27d6f93c60272dd91f7b60e57e8d308deb25c851)
5. en la ventana emergente selecciona **Descargar ZIP del proyecto con los archivos de envío (p. ej., .bbl)**;

   ![Enviar a arXiv desde Overleaf](/files/fbe572e512209b7390c59c960fa8cd05cea390e4)
6. extrae el `.bbl` archivo del ZIP descargado;
7. (ver video) comenta la línea `\bibliography{...}` dentro de tu `.tex` archivo en Overleaf y luego pega el contenido del `.bbl` archivo.

El proyecto ya está listo para enviarse a la revista, cumpliendo con cualquier requisito sobre el contenido del `.bbl` archivo que debe pegarse en el principal del artículo `.tex` archivo.

## Video

El siguiente video muestra cómo descargar un `.bbl` archivo y pegar su contenido en el principal del proyecto `.tex` archivo.

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/65uUq86OvB2xwj1yhGbcAG/b0bcf7e169f2185ce1ef1dc9bce651ff/GettingBBLfileVideo.mp4>" %}


---

# 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/preguntas-y-respuestas/80-the-journal-says-don-t-use-bibtex-paste-the-contents-of-the-.bbl-file-into-the-.tex-file-.-how-do.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.
