Generated files
Most of the time, generated files are only used by the LaTeX compiler and other tools, but in some cases they need to be accessed directly.
To view the list of files which are generated upon compilation of the project, such as .aux, .log and .toc files, you can click into Logs and output files:



and scroll down to Other logs and files.



This will provide you with the option of downloading selected files or all the files generated by the compiler.
Downloading generated files along with the source
When you download the source files for your project using the standard options, the generated files are not included.
Some journals and repositories ask for the generated files to be included along with the source. Overleaf's Submit to arXiv option will produce a zip that includes both the source and the generated files. This option does not directly submit to arXiv, but rather produces a zip file in the format expected by arXiv, which can also be used for other journals and services that expect the same format.
How to submit to a journal or service


Go to File > Submit, then choose a journal or service. There will be an option to download a
.zipwith the.bblincluded.Once you select the Download project ZIP with submission files button, it should show a "Compiling project, please wait" message. It may take a while to build, then download, the zip file.
Select the Submit to [journal or service] button to be directed to the corresponding external website to upload your project ZIP.
When you download the source files for your project using the standard options, the generated files are not included.
Some journals and repositories ask for the generated files to be included along with the source. Overleaf's Submit to arXiv option will produce a zip that includes both the source and the generated files. This option does not directly submit to arXiv, but rather produces a zip file in the format expected by arXiv, which can also be used for other journals and services that expect the same format.
Click on the Submit button above the preview panel, then choose arXiv. There will be an option to download a .zip with the .bbl included. Once you click the button, it should show a "Compiling project, please wait..." message. It may take a while to build, then download, the zip file. The following video demonstrates this process.
Including .bbl contents directly in the .tex file
Some publishers use article-submission systems that cannot process a separate .bib file. In such cases, the publisher’s guidelines might ask authors to paste the contents of the .bbl file (generated by BibTeX) into the article’s main .tex file.
If BibTeX is used, the .bbl file produced by the Overleaf compile process can be downloaded (as described above), and its contents can be added to the .tex file to accommodate these submission systems.
How to download a .bbl file
.bbl file

Select the Logs and output files button to the right of the Recompile button.
Scroll down and select the Other logs and files button in the bottom right.
In the menu that appears, select the
output.bblfile to download it.
How to paste a .bib file's contents into the project’s main .tex file
.bib file's contents into the project’s main .tex file

After you've downloaded the
.bblfile, copy the contents of the file.Comment out the
\bibliography{}line of your.texfile.Paste the contents of the downloaded
.bblfile.
The following video demonstrates downloading a .bbl file and pasting its contents into the project’s main .tex file.
Last updated
Was this helpful?