> 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/ko/questions-and-answers/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/26bc6a25607be58e948e60f065d0a5deaba296e8)

## 예제 프로젝트를 만드는 방법

프로젝트 목록 보기에서 **새 프로젝트** 를 선택하고 **예제 프로젝트** 를 선택하여 파일에 저장된 개구리 이미지를 포함하는 새 프로젝트를 만드세요 `frog.jpg`:

![Overleaf에서 예제 프로젝트를 만드는 방법](/files/6233e4a6ab73e1cf39c8aa0f285ed4be82e9798a)


---

# 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/ko/questions-and-answers/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.
