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

# デフォルトのpaperテンプレートからカエルの画像を削除するにはどうすればよいですか？

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/712d2ee34f9008338a9fe0bba584cf77e8a0d98a)

## サンプルプロジェクトの作成方法

プロジェクト一覧ビュー内から、 **新規プロジェクト** を選択し、 **サンプルプロジェクト** を選択して、ファイル `frog.jpg`:

![Overleafでサンプルプロジェクトを作成する方法](/files/f8c818d1d898e88f82dc40b8b6cbbf8bc3c09a59)


---

# 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/ja/to-2/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.
