> 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-tw/wen-yu-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/619d5921b21de681ad6800db48660ac34fc5b111)）位於 **重新編譯** 按鈕旁；
2. 向下捲動並選取 **其他記錄與檔案**;
3. 系統會顯示快取中的檔案清單；
4. 選取 **output.bbl** 以下載它。

![顯示如何下載快取檔案的圖片](/files/924cd6b9f581401a23daf673a890179545297869)

如同在 [簡短影片](#video)中所示，將 `\bibliography{...}` 中的該行註解掉， `.tex` 在 Overleaf 的檔案中，然後貼上從快取下載的 `.bbl` 檔案內容。

## 下載原始碼，包含 .bbl 檔案

你也可以下載包含 `.bbl` 的原始碼。請依照以下步驟進行：

1. 選取 **提交** 從 PDF 預覽視窗上方的選單中；
2. 向下捲動至 **線上儲存庫**;
3. 找到 **arXiv**;
4. 選取 **將你的論文提交至 arXiv**

   ![從 Overleaf 提交到 arXiv](/files/4089d9bed7fc04b1db72958bb5ebd27e2c61a4ad)
5. 在彈出視窗中選取 **下載專案 ZIP，內含提交檔案（例如 .bbl）**;

   ![從 Overleaf 提交到 arXiv](/files/122587bad01dfffcadebcbac08b544863a415cb8)
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-tw/wen-yu-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.
