> 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/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.md).

# BibTeX가 작동하지 않습니다. \cite가 물음표(?)로 표시됩니다

이러한 일은 여러 가지 이유로 발생할 수 있습니다:

* 문서에서 어떤 `\cite` 명령을 사용했나요? bib 항목 중에서 오직 `\cite` 본문에 있는 것만 참고문헌 목록에 나타납니다.
* 올바른 `.bib` 파일 이름(확장자 제외)을 `\bibliography{...}`지정했나요? 대소문자를 구분하므로 오타에 주의하세요.
* 다음과 함께 참고문헌 스타일을 지정했나요? `\bibliographystyle{...}`만약 스타일이 [TeX Live와 함께 제공되는 표준](/latex/ko/questions-and-answers/84-which-bibtex-styles-are-available-on-overleaf.md), 해당 `.bst` 파일을 프로젝트에 업로드해야 합니다.
* 당신의 `.bib` 파일에 구문 오류가 있어 bibtex가 이를 올바르게 구문 분석하지 못할 수 있습니다. 그렇다면 경고 메시지에 이에 대한 정보가 있을 것입니다. 그에 맞게 수정하면 bibtex가 다시 읽을 수 있어야 합니다.
* 당신의 `.bib` 파일 또는 주 `.tex` 파일이 이름에 공백이나 특이한 문자가 있는 폴더에 있나요? 주 `.tex` 파일은 항상 최상위 수준에 있어야 하며, 공백이나 특이한 문자가 있는 폴더의 파일은 컴파일 과정에서 때때로 찾지 못할 수 있습니다.
* 위의 모든 작업을 했는데도 인용이 여전히 작동하지 않는다면: .log 파일에서 줄이 형식화되는 방식과 빌드 도구가 파일을 읽는 방식 때문에 일부 예외적인 경우에도 이런 일이 발생할 수 있습니다.  `\typeout{}` 다음 바로 앞에 `\bibliography{...}` 를 추가하면 도움이 될 수 있습니다.

BibTeX에 대한 자세한 내용은 저희의 [무료 온라인 대화형 튜토리얼](/latex/ko/more-topics/13-free-online-introduction-to-latex-part-1.md), 또는 다음을 살펴보세요. [비디오 튜토리얼](/latex/ko/questions-and-answers/49-how-to-include-a-bibliography-using-bibtex.md) 및 [위키북 문서](https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

# 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/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.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.
