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

# BibTeXが動作しません。私の \cite が疑問符（?）で表示されます

これはいくつかの理由で起こりえます:

* 何かを使いましたか `\cite` 文書内でコマンドを使いましたか？ それまでに `\cite` メインテキストに含まれている bib エントリのみが参考文献リストに表示されます。
* 正しい `.bib` ファイル名（拡張子なし）を `\bibliography{...}`指定しましたか？ 大文字・小文字を区別するので、 টাইポに注意してください。
* 参考文献スタイルを `\bibliographystyle{...}`指定しましたか？ そのスタイルが [TeX Live に付属する標準のもの](/latex/ja/to-2/84-which-bibtex-styles-are-available-on-overleaf.md)でない場合は、 `.bst` ファイルをプロジェクトにアップロードする必要があります。
* あなたの `.bib` ファイルに構文エラーがあり、bibtex が正しく解析できない可能性があります。もしそうなら、警告メッセージにその情報があるはずです。それに従って修正すれば、bibtex は再びそれを読み込めるはずです。
* あなたの `.bib` ファイルまたはメイン `.tex` ファイルは、名前にスペースや通常ではない文字を含むフォルダー内にありますか？ メイン `.tex` ファイルは常に最上位レベルにあるべきで、スペースや通常ではない文字を含むフォルダー内のファイルは、コンパイル処理で見つからないことがあります。
* 上記をすべて行っても引用がまだ機能しない場合: これは、.log ファイル内の行の書式と、ビルドツールがそのファイルを読み取る方法のために、いくつかの例外的なケースでも起こりえます。追加で `\typeout{}` の直前に `\bibliography{...}` すると役立つかもしれません。

BibTeX について詳しくは、 [無料のオンライン対話式チュートリアル](/latex/ja/sononotopikku/13-free-online-introduction-to-latex-part-1.md)をご利用いただくか、こちらの [ビデオチュートリアル](/latex/ja/to-2/49-how-to-include-a-bibliography-using-bibtex.md) や [Wikibook の記事](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/ja/to-2/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.
