> 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/fr/questions-et-reponses/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# Comment supprimer l'image de grenouille du modèle de document par défaut ?

d'Overleaf [projet d'exemple (voir ci-dessous)](#how-to-create-an-example-project) comprend une image d'une grenouille — utilisée pour démontrer l'importation de fichiers graphiques. Pour supprimer l'image de la grenouille, supprimez les lignes suivantes du document LaTeX, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Cette grenouille a été téléversée via le menu de l'arborescence des fichiers.}
\end{figure}
```

Vous devrez également supprimer la ligne de texte suivante qui fait référence à l'image de la grenouille :

```latex
Voir le code de la figure \ref{fig:frog} dans cette section pour un exemple.
```

L'image ci-dessous montre les éléments que vous devez supprimer de `main.tex`. Le texte affiché est correct en novembre 2022, mais des mises à jour ultérieures du projet d'exemple pourraient modifier les lignes précises que vous devez supprimer.

![Comment supprimer l'image de la grenouille du projet d'exemple Overleaf](/files/bef342809f366194b4bc220ceb9953af0ed24521)

## Comment créer un projet d'exemple

Dans la vue de la liste de vos projets, sélectionnez **Nouveau projet** et choisissez **Projet d'exemple** pour créer un nouveau projet contenant l'image de la grenouille stockée dans le fichier `frog.jpg`:

![Comment créer un projet d'exemple sur Overleaf](/files/cb68e958cea9f7f58e2928bf9da200d5cc87b6c0)


---

# 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/fr/questions-et-reponses/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.
