> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-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` 文件的方法，并提供 [一段简短的视频](#video) 演示如何下载 `.bbl` 文件并将其内容粘贴到项目的主 .tex 文件中。

## 从缓存中下载文件

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

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

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. 在弹出窗口中选择 **下载包含投稿文件（例如 .bbl）的项目 ZIP**;

   ![从 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://ayakaleaf-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.
