> 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/ja/to-2/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` ファイルを1回の `pdflatex` または `latex` 実行でのみコンパイルする記事投稿システムを使用しています—つまり、実行しません `BibTeX`。そのような場合、出版社のガイドラインでは、（原稿でBibTeXを使用している）著者に、 `.bbl` ファイルの内容を記事の本文の主要な `.tex` ファイル。

この記事では、生成された `.bbl` ファイルにOverleafプロジェクト内でアクセスする2つの方法を示し、 [短い動画](#video) を用いて、 `.bbl` ファイルをダウンロードし、その内容をプロジェクトの主要な.texファイルに貼り付ける方法を示します。

## キャッシュからファイルをダウンロードする

コンパイル中に作成されたファイルは、任意の `.bbl` ファイルを準備する方法をざっと見ました。

キャッシュ内のファイルをダウンロードするには、次の手順に従ってください:

1. ファイルアイコン（![Accesslogs.png](/files/ea66d9f8d0f1abe59eae01c7b6fd521d75b86f1e)）を **再コンパイル** ボタンの横でクリックします;
2. 下にスクロールして **その他のログとファイル**;
3. キャッシュ内のファイル一覧が表示されます;
4. 選択し **output.bbl** をダウンロードします。

![キャッシュされたファイルをダウンロードする方法を示す画像](/files/e1392223f60101829d0a1c92190a50642e4ef0bb)

で示されているように [短い動画](#video)、行をコメントアウトし、 `\bibliography{...}` を `.tex` Overleaf上のファイル内で、次に `.bbl` キャッシュからダウンロードしたファイルの内容を貼り付けます。

## .bblファイルを含むソースのダウンロード

ソースコードを `.bbl` 含めてダウンロードすることもできます。次の手順で行います:

1. 選択し **送信** PDFプレビューウィンドウの上にあるメニューから;
2. 下にスクロールして **オンラインリポジトリ**;
3. を見つけ **arXiv**;
4. 選択し **論文をarXivに投稿する**

   ![OverleafからarXivに投稿する](/files/11335c288fee16fd82d9ff83a582922328ecb6e4)
5. ポップアップウィンドウ内で **提出ファイルを含むプロジェクトZIPをダウンロード（例: .bbl）**;

   ![OverleafからarXivに投稿する](/files/a3e0eb4bad40815977fdb33d0742ddcbedd29298)
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/ja/to-2/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.
