> 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/ru/voprosy-i-otvety/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 года, но последующие обновления примерного проекта могут изменить точные строки, которые вам нужно удалить.

![Как удалить изображение лягушки из примерного проекта Overleaf](/files/7771c3310ca3c8fd58b61e5aae59264d710e9023)

## Как создать примерный проект

В представлении списка ваших проектов выберите **Новый проект** и выберите **Примерный проект** чтобы создать новый проект, содержащий изображение лягушки, хранящееся в файле `frog.jpg`:

![Как создать примерный проект в Overleaf](/files/249c61c5f1cfe9db7fcc2624af6a0c4468b191ac)


---

# 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/ru/voprosy-i-otvety/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.
