> 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/autres-sujets/15-free-online-introduction-to-latex-part-3.md).

# Introduction gratuite à LaTeX en ligne (partie 3)

[Partie 1](/latex/fr/autres-sujets/13-free-online-introduction-to-latex-part-1.md) | [Partie 2](/latex/fr/autres-sujets/14-free-online-introduction-to-latex-part-2.md) | Partie 3

## Partie 3 : Pas seulement des articles : présentations et plus encore

Bienvenue dans la troisième partie de notre cours en ligne gratuit pour vous aider à apprendre LaTeX. Cette partie comprend un bref rappel des fondamentaux de LaTeX présentés dans [la première partie](/latex/fr/autres-sujets/13-free-online-introduction-to-latex-part-1.md) et [la partie deux](/latex/fr/autres-sujets/14-free-online-introduction-to-latex-part-2.md) du cours, mais si vous découvrez LaTeX, vous voudrez peut-être parcourir ces parties dans leur intégralité.

Dans cette partie du cours, nous présentons quelques paquets LaTeX plus avancés, à savoir :

* Présentations LaTeX avec Beamer
* Dessiner en LaTeX avec TikZ
* Suivi des modifications et commentaires avec todonotes

C'est parti !

Ces diapositives ont également été [traduites en français](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (merci à Yannis Haralambous) et [plusieurs autres langues](https://github.com/jdleesmiller/latex-course#translations).

Vous pouvez [télécharger un PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) ou parcourir les diapositives ci-dessous :

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf&embedded=true>" %}

Nous espérons que vous avez apprécié apprendre LaTeX avec notre cours. Prêt à commencer à écrire ? [Inscrivez-vous sur Overleaf](https://www.overleaf.com/signup)—c'est le moyen le plus simple d'écrire et de collaborer sur vos nouveaux projets LaTeX ! En quête d'inspiration ? Découvrez les [nombreux exemples disponibles sur Overleaf](https://www.overleaf.com/latex/examples) pour trouver des idées de ce qu'il est possible de faire avec $$\mathrm \LaTeX$$!

Vous cherchez des diapositives pour votre cours de LaTeX ? Ces diapositives sont [open source](https://github.com/jdleesmiller/latex-course) et sous licence permissive (MIT), vous êtes donc libre de les remixer pour les utiliser dans vos propres cours. Bonne lecture ! :)


---

# 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/autres-sujets/15-free-online-introduction-to-latex-part-3.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.
