> 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/wen-yu-da/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# 我該如何從預設論文範本中移除青蛙圖片？

Overleaf 的 [範例專案（見下方）](#how-to-create-an-example-project) 包含一張青蛙的圖片——用來示範匯入圖形檔案。若要移除青蛙圖片，請從 LaTeX 文件中刪除以下幾行， `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}這張青蛙圖片是透過檔案樹選單上傳的。}
\end{figure}
```

你也需要刪除以下這行提到青蛙圖片的文字：

```latex
請參閱本節中圖 \ref{fig:frog} 的程式碼作為範例。
```

下方圖片顯示了你需要刪除的項目，位於 `main.tex`。所示文字截至 2022 年 11 月為止是正確的，但對範例專案的後續更新可能會改變你需要移除的確切行數。

![如何從範例 Overleaf 專案中刪除青蛙圖片](/files/29dc8924e75864833f8904b643155a506fce3eb1)

## 如何建立範例專案

在你的專案清單檢視中，選擇 **新專案** 然後選擇 **範例專案** 以建立一個包含儲存在檔案中的青蛙圖片的新專案 `frog.jpg`:

![如何在 Overleaf 上建立範例專案](/files/24bfb27547ceb7f27546b654fd81dfd9911f7fe4)


---

# 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/wen-yu-da/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.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.
