> 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/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://overleaf-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.
