> 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/wen-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/9aa784a477d624a3861d644318077c33181ae94f)

## 如何创建示例项目

在你的项目列表视图中，选择 **新建项目** 并选择 **示例项目** 以创建一个包含存储在文件中的青蛙图片的新项目 `frog.jpg`:

![如何在 Overleaf 上创建示例项目](/files/597365f89f22d12cac4aa92df84f02bb3ce63aca)


---

# 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/wen-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.
