> 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/ko/questions-and-answers/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` 파일을 다운로드하여 그 내용을 프로젝트의 main .tex 파일에 붙여넣는 방법을 보여줍니다.

## 캐시에서 파일 다운로드하기

컴파일 중에 생성된 파일은 프로젝트의 캐시에 저장되며, 여기에는 `.bbl` 파일을 불러오세요.

캐시에 포함된 파일을 다운로드하려면 다음 단계를 따르세요:

1. 파일 아이콘(![Accesslogs.png](/files/022d75ab4cfd717ca4f6b2c3232f9711fe867e7b))을 **다시 컴파일** 버튼 옆에서 클릭합니다;
2. 아래로 스크롤하여 **기타 로그 및 파일**;
3. 캐시에 있는 파일 목록이 표시됩니다;
4. 선택 **output.bbl** 을 다운로드합니다.

![캐시된 파일을 다운로드하는 방법을 보여주는 이미지](/files/f4b9f676d143f7f8473df091066bd0165c031cb6)

에서 보여 주듯이 [짧은 동영상](#video), 해당 줄을 주석 처리하고 `\bibliography{...}` Overleaf의 `.tex` 파일에서 해당 줄을 주석 처리한 다음, `.bbl` 캐시에서 다운로드한 파일의 내용을 붙여넣습니다.

## .bbl 파일을 포함한 소스 다운로드하기

소스 코드와 함께 `.bbl` 도 포함하여 다운로드하는 것도 가능합니다. 이를 위해 다음 단계를 사용하세요:

1. 선택 **제출** PDF 미리보기 창 위의 메뉴에서
2. 아래로 스크롤하여 **온라인 저장소**;
3. 을 찾습니다 **arXiv**;
4. 선택 **arXiv에 논문 제출하기**

   ![Overleaf에서 arXiv에 제출](/files/9e3af6463838691cf5b2af3a9c118ccbbc43b3d5)
5. 팝업 창에서 **제출 파일이 포함된 프로젝트 ZIP 다운로드(예: .bbl)**;

   ![Overleaf에서 arXiv에 제출](/files/423a709120aec5cf4250fd1656345c250cd84cb2)
6. 추출합니다 `.bbl` 다운로드한 ZIP 파일에서 파일을;
7. (동영상 참조) 해당 줄을 주석 처리합니다 `\bibliography{...}` Overleaf의 `.tex` 파일에서 해당 줄을 주석 처리한 다음, `.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/ko/questions-and-answers/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.
