> 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/cs/otazky-a-odpovedi/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# Jak odstraním obrázek žáby z výchozí šablony paper?

Overleafu [ukázkový projekt (viz níže)](#how-to-create-an-example-project) obsahuje obrázek žáby — používaný k demonstraci importu grafických souborů. Chcete-li odstranit obrázek žáby, smažte z dokumentu LaTeX následující řádky, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Tato žába byla nahrána prostřednictvím nabídky stromu souborů.}
\end{figure}
```

Budete také muset smazat následující řádek textu, který odkazuje na obrázek žáby:

```latex
Jako příklad se podívejte na kód pro Obrázek \ref{fig:frog} v této části.
```

Obrázek níže ukazuje položky, které musíte smazat z `main.tex`. Zobrazený text je správný k listopadu 2022, ale následné aktualizace ukázkového projektu mohou změnit přesné řádky, které je třeba odstranit.

![Jak odstranit obrázek žáby z ukázkového projektu Overleaf](/files/906325de3e6c85f189f72a74764ba24d2109de60)

## Jak vytvořit ukázkový projekt

V zobrazení seznamu projektů vyberte **Nový projekt** a zvolte **Ukázkový projekt** pro vytvoření nového projektu obsahujícího obrázek žáby uložený v souboru `frog.jpg`:

![Jak vytvořit ukázkový projekt na Overleafu](/files/32a307485fa33c937f7bdc6afbaf21a3455c5a07)


---

# 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/cs/otazky-a-odpovedi/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.
