> 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/overleaf-learn-latex-pt/perguntas-e-respostas/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# Como removo a imagem do sapo do modelo predefinido de artigo?

do Overleaf [projeto de exemplo (ver abaixo)](#how-to-create-an-example-project) inclui uma imagem de um sapo—usada para demonstrar a importação de ficheiros de gráficos. Para remover a imagem do sapo, elimine as seguintes linhas do documento LaTeX, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Este sapo foi carregado através do menu da árvore de ficheiros.}
\end{figure}
```

Também terá de eliminar a seguinte linha de texto que faz referência à imagem do sapo:

```latex
Veja o código da Figura \ref{fig:frog} nesta secção para um exemplo.
```

A imagem abaixo mostra os itens que precisa de eliminar de `main.tex`. O texto apresentado está correto em novembro de 2022, mas atualizações subsequentes ao projeto de exemplo podem alterar as linhas exatas que precisa de remover.

![Como eliminar a imagem do sapo do Projeto de Exemplo do Overleaf](/files/186955c3bc79f7362c4f5f06bc93681850d25b50)

## Como criar um Projeto de Exemplo

Na vista da lista dos seus projetos, selecione **Novo projeto** e escolha **Projeto de Exemplo** para criar um novo projeto que contém a imagem do sapo armazenada no ficheiro `frog.jpg`:

![Como Criar um Projeto de Exemplo no Overleaf](/files/d76a659c263cd38b9fd84606368d660270485494)


---

# 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/overleaf-learn-latex-pt/perguntas-e-respostas/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.
