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

# 期刊说“不要使用 BibTeX；把 .bbl 文件的内容粘贴到 .tex 文件中”。我该如何做

有些出版商使用的投稿系统只会编译提交的 `.tex` 文件，并且只进行一次 `pdflatex` 或 `latex` 运行——也就是说，它们不会运行 `BibTeX`。在这种情况下，出版商的指南可能会要求作者（其稿件使用 BibTeX）将……的内容粘贴到 `.bbl` 文件到文章的主 `.tex` 文件中。

本文展示了访问生成的……的两种方法 `.bbl` 文件，该文件位于你的 Overleaf 项目中，并提供 [一段简短的视频](#video) 演示如何下载一个 `.bbl` 文件，并将其内容粘贴到项目的主 .tex 文件中。

## 从缓存中下载文件

编译过程中创建的文件会存储在项目缓存中，包括任何 `.bbl` .bib 文件。

按照以下步骤下载缓存中的文件：

1. 点击文件图标（![Accesslogs.png](/files/b25a6302a05a4e78c740e93b6fe2bb1a2da5b75e)）旁边的 **重新编译** 按钮；
2. 向下滚动并选择 **其他日志和文件**;
3. 将显示缓存中的文件列表；
4. 选择 **output.bbl** 以下载它。

![展示如何下载缓存文件的图片](/files/e594739b32866d43b4d18bdb0bd6d83ce130986b)

如 [简短视频](#video)中所示，将这一行注释掉 `\bibliography{...}` 在你的 `.tex` Overleaf 上的文件中，然后粘贴……的内容 `.bbl` 从缓存中下载的文件。

## 下载源文件，包括 .bbl 文件

也可以下载源代码，并附带 `.bbl` 其中包含。请按照以下步骤操作：

1. 选择 **提交** 从 PDF 预览窗口上方的菜单中；
2. 向下滚动到 **在线仓库**;
3. 找到 **arXiv**;
4. 选择 **将你的论文提交到 arXiv**

   ![从 Overleaf 提交到 arXiv](/files/ba953699c1282fa79ad070c81488221603f64bca)
5. 在弹出窗口中选择 **下载包含提交文件的项目 ZIP（例如 .bbl）**;

   ![从 Overleaf 提交到 arXiv](/files/f45dc342dfdeb419ea8dec29c39f01b576a3e63f)
6. 解压 `.bbl` 从下载的 ZIP 文件中提取该文件；
7. （见视频）将这一行注释掉 `\bibliography{...}` 在你的 `.tex` Overleaf 上的文件中，然后粘贴……的内容 `.bbl` 文件中。

现在，该项目已可提交给期刊，并满足对……内容的任何要求 `.bbl` 文件需粘贴到文章的主 `.tex` 文件中。

## 视频

以下视频演示如何下载一个 `.bbl` 文件，并将其内容粘贴到项目的主 `.tex` 文件中。

{% 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/zh-cn/wen-da/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.
