> 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-tw/zhi-shi-ku/087-images-not-showing-up.md).

# 圖片未顯示

首先要檢查的設定是編譯器是否處於 *一般* 模式，而不是 *快速 \[草稿]* 模式（在下拉式選單中，位於 *重新編譯* 按鈕）。該 *快速 \[草稿]* 模式會跳過某些步驟以加快編譯速度，而且通常不會顯示已包含的圖片。

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

偶爾，與……有關的問題 *Overleaf* PDF 檢視器可能會導致圖片在預覽中不顯示——不過如果程式碼中的一切都正確，圖片仍應該會出現在下載的 PDF 檔案中。要解決這個問題，你可以將 PDF 檢視器從 *Overleaf* 改為 *瀏覽器* 依照所找到的說明 [這裡](/latex/zh-tw/zhi-shi-ku/027-changing-pdf-viewer.md).

如果圖片仍然沒有出現，很可能是你的 LaTeX 有問題。請確認你已經 [上傳該檔案](/latex/zh-tw/zhi-shi-ku/088-including-images-on-overleaf.md) 和 [指定檔案位置](/latex/zh-tw/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-tw/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.
