> 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/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# Comment puis-je apprendre LaTeX avancé et devenir un programmeur LaTeX confirmé ?

Voici une (peut-être subjective ! `:-)` ) liste de livres/ressources qui pourraient être utiles :

* Consultez la [troisième partie](/latex/fr/autres-sujets/15-free-online-introduction-to-latex-part-3.md) de notre [cours $$\mathrm\LaTeX$$ en ligne](/latex/fr/autres-sujets/13-free-online-introduction-to-latex-part-1.md)
* Le [wikibook LaTeX](https://en.wikibooks.org/wiki/LaTeX) couvre pas mal de sujets avancés, y compris des thèmes de niveau inférieur comme les longueurs, les boîtes, les macros, la création de paquets, etc.
* de Stefan Kottwitz [LaTeX Cookbook](http://latex-cookbook.net/) est bien structuré, avec beaucoup de bons exemples.
* Le classique [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) reste un classique, selon nous.
* le nouveau livre de Nicola Talbot [LaTeX for Administrative Work](http://www.dickimaw-books.com/latex/admin/index.shtml) est très amusant — automatiser de nombreuses tâches avec LaTeX.
* Aucune liste de livres sur LaTeX n'est complète sans [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) et [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), surtout si vous vous intéressez aux détails concrets du fonctionnement de TeX et LaTeX
* Jetez un coup d'œil à [cette question sur TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) pour plus d'inspiration !

De plus, traîner sur [TeX.SX](http://tex.stackexchange.com/) pour parcourir les questions et y répondre aiderait également à acquérir pas mal d'expérience. Vous pouvez aussi suivre [le fil Twitter d'Overleaf](https://twitter.com/overleaf) sur les mises à jour de notre Galerie pour des exemples intéressants.


---

# 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/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.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.
