> 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/narejjibsu/087-images-not-showing-up.md).

# 画像が表示されない

最初に確認すべき設定は、コンパイラが *通常* モードではなく *高速 \[下書き]* モード（の下にあるドロップダウンメニューで *再コンパイル* ボタン）。その *高速 \[下書き]* モードでは、コンパイルを高速化するためにいくつかの手順を省略し、含まれる画像が表示されないことがよくあります。

![Fast-draft-compile.png](/files/b81ba2134511f649dc6a61e370f57ca4823cb1ed)

時折、〜の問題により *Overleaf* PDFビューアーが、プレビューで画像が表示されない原因となる場合があります—ただし、コードがすべて正しければ、画像はダウンロードしたPDFファイルには表示されるはずです。この問題を解決するには、PDFビューアーを *Overleaf* から *ブラウザ* 見つかった手順を使って [こちら](/latex/ja/narejjibsu/027-changing-pdf-viewer.md).

それでも画像が表示されない場合は、LaTeXに何か問題がある可能性があります。あなたが [ファイルをアップロードした](/latex/ja/narejjibsu/088-including-images-on-overleaf.md) や [ファイルの場所を指定した](/latex/ja/latexer/09-file-xxx-not-found-on-input-line-xxx.md) 正しく。


---

# 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/narejjibsu/087-images-not-showing-up.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.
