> 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/88-why-does-changing-a-name-or-title-in-a-bib-file-cause-an-error.md).

# bib 파일에서 이름이나 제목을 바꾸면 왜 오류가 발생하나요?

이는 한 페이지에서 다른 페이지로 참조를 옮길 때 다른 페이지 번호가 변경되면서 발생할 수 있습니다—LaTeX는 기본적으로 자신이 어느 페이지에 있는지 결정하지 못하므로, 우리 빌드 시스템(latexmk라고 함)이 latex를 계속해서 반복 실행하지만 결코 수렴하지 않습니다. 결국 포기하게 되고, 그 결과 Overleaf에서 오류가 발생합니다. 이런 경우에는 오류 메시지를 개선하여 문제를 더 쉽게 진단할 수 있도록 작업 중입니다.

안타깝게도 가장 좋은 방법은 문제를 피할 수 있도록 페이지를 다시 구성해 보는 것입니다. 예를 들어, 다음을 추가할 수 있습니다 `\newpage` 또는 세로 간격을 넣어 문제가 되는 문단이나 섹션이 다음 페이지로 넘어가도록 LaTeX를 강제할 수 있습니다.


---

# 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/88-why-does-changing-a-name-or-title-in-a-bib-file-cause-an-error.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.
