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

# Het tijdschrift zegt "gebruik geen BibTeX; plak de inhoud van het .bbl-bestand in het .tex-bestand". Hoe doe

Sommige uitgevers gebruiken systemen voor het indienen van artikelen die alleen de ingediende `.tex` bestanden in één enkele `pdflatex` of `latex` run compileren—d.w\.z. ze draaien niet `BibTeX`. In dergelijke gevallen kunnen de richtlijnen van de uitgever auteurs (van wie de manuscripten BibTeX gebruiken) vragen om de inhoud van het `.bbl` bestand in het hoofdbestand van het artikel `.tex` bestand.

Dit artikel laat twee manieren zien om toegang te krijgen tot het gegenereerde `.bbl` bestand in uw Overleaf-project en biedt [een korte video](#video) die laat zien hoe u een `.bbl` bestand downloadt en de inhoud ervan in het hoofd-.tex-bestand van het project plakt.

## Bestanden downloaden uit de cache

Bestanden die tijdens de compilatie worden gemaakt, worden in de cache van het project opgeslagen, inclusief eventuele `.bbl` bestanden.

Volg deze stappen om een bestand te downloaden dat in de cache staat:

1. klik op het bestandspictogram (![Accesslogs.png](/files/fe8fa17b7c272cfd7ce46d2b1142cf32c83c00e4)) naast de **Opnieuw compileren** knop;
2. scroll omlaag en selecteer **Andere logs en bestanden**;
3. een lijst met bestanden in de cache wordt weergegeven;
4. selecteer **output.bbl** om het te downloaden.

![Afbeelding die laat zien hoe u een bestand uit de cache downloadt](/files/a3a19cf738ab788def7a0652404e3fddd1b61bb8)

Zoals gedemonstreerd in de [korte video](#video), commentarieer de regel `\bibliography{...}` binnen uw `.tex` bestand op Overleaf, plak vervolgens de inhoud van het `.bbl` bestand dat uit de cache is gedownload.

## De broncode downloaden, inclusief het .bbl-bestand

Het is ook mogelijk om de broncode te downloaden met het `.bbl` inbegrepen. Gebruik hiervoor de volgende stappen:

1. selecteer **Indienen** uit het menu boven het PDF-voorbeeldvenster;
2. scrol omlaag naar **Online opslagplaatsen**;
3. zoek **arXiv**;
4. selecteer **Dien uw paper in bij arXiv**

   ![Dien in bij arXiv vanuit Overleaf](/files/e483facdc0847f23457f6c13c083dec8bddd04b6)
5. selecteert u in het pop-upvenster **Project-ZIP met indieningsbestanden downloaden (bijv. .bbl)**;

   ![Dien in bij arXiv vanuit Overleaf](/files/c9348d5ec39a0dc3988f535e23bfe242eab59d1f)
6. pak het `.bbl` bestand uit het gedownloade ZIP-bestand;
7. (zie video) commentarieer de regel `\bibliography{...}` binnen uw `.tex` bestand op Overleaf, plak vervolgens de inhoud van het `.bbl` bestand.

Het project is nu klaar om bij het tijdschrift te worden ingediend, in overeenstemming met alle vereisten voor de inhoud van het `.bbl` bestand om in het hoofdbestand van het artikel te worden geplakt. `.tex` bestand.

## Video

De volgende video laat zien hoe u een `.bbl` bestand downloadt en de inhoud ervan in het hoofd `.tex` bestand.

{% 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/nl/vragen-en-antwoorden/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.
