> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/087-images-not-showing-up.md).

# 图像未显示

首先要检查的设置是编译器是否处于 *正常* 模式，而不是 *快速 \[草稿]* 模式（在下拉菜单中，位于 *重新编译* 按钮下方）。 *快速 \[草稿]* 模式会跳过一些步骤以加快编译，而且通常不会显示包含的图像。

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

偶尔， *Overleaf* PDF 查看器可能会导致图像不出现在预览中——不过，如果代码一切正确，图像仍应出现在下载的 PDF 文件中。要解决此问题，你可以将 PDF 查看器从 *Overleaf* 更改为 *浏览器* 使用此处找到的说明 [此处](/latex/zh-cn/zhi-shi-ku/027-changing-pdf-viewer.md).

如果图像仍然没有显示，LaTeX 里很可能有问题。请确保你已经 [上传了文件](/latex/zh-cn/zhi-shi-ku/088-including-images-on-overleaf.md) 和 [指定了文件位置](/latex/zh-cn/latex-cuo-wu/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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/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.
