> 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/16-general.md).

# Général

## Notions de base

* [Premiers pas](/latex/fr/bases-de-latex/01-learn-latex-in-30-minutes.md)
* [Compiler](/latex/fr/autres-sujets/08-choosing-a-latex-compiler.md)
* [Paragraphes et nouvelles lignes](/latex/fr/bases-de-latex/02-paragraphs-and-new-lines.md)
* [Gras, italique et soulignement](/latex/fr/bases-de-latex/03-bold-italics-and-underlining.md)
* [Listes](/latex/fr/bases-de-latex/04-lists.md)
* [Prise en charge internationale des langues](/latex/fr/langues/03-international-language-support.md)

## Figures et tableaux

* [Flottants](/latex/fr/figures-et-tableaux/02-positioning-images-and-tables.md)
* [Images](/latex/fr/readme.md)
  * [Insertion d’images](/latex/fr/autres-sujets/27-inserting-images.md)
  * [Positionnement des figures](/latex/fr/figures-et-tableaux/02-positioning-images-and-tables.md)
  * [Légendes des figures](/latex/fr/autres-sujets/27-inserting-images.md)
  * [Référencement des figures](/latex/fr/autres-sujets/42-referencing-figures.md)
  * [Habillage du texte autour des figures](/latex/fr/autres-sujets/50-wrapping-text-around-figures.md)
  * [Gestion des images dans un grand projet](/latex/fr/autres-sujets/27-inserting-images.md)
* [Tableaux](/latex/fr/figures-et-tableaux/01-tables.md)
* [Listes des tableaux et des figures](/latex/fr/figures-et-tableaux/03-lists-of-tables-and-figures.md)
* [Environnement picture](/latex/fr/figures-et-tableaux/04-picture-environment.md)
* [Package TikZ](/latex/fr/figures-et-tableaux/05-tikz-package.md)

## Commandes

* [Commandes et environnements](/latex/fr/autres-sujets/09-commands-and-environments.md)
* [Définir ses propres commandes](/latex/fr/autres-sujets/10-defining-your-own-commands.md)

## Structure du document

* [Sections et chapitres](/latex/fr/structure-du-document/01-sections-and-chapters.md)
* [Table des matières](/latex/fr/structure-du-document/02-table-of-contents.md)
* [Références croisées des sections et des équations](/latex/fr/structure-du-document/03-cross-referencing-sections-equations-and-floats.md)
* [Index](/latex/fr/structure-du-document/04-indices.md)
* [Glossaires](/latex/fr/structure-du-document/05-glossaries.md)
* [Gestion dans un grand projet](/latex/fr/structure-du-document/07-management-in-a-large-project.md)

## Références et citations

* [Gestion de la bibliographie](/latex/fr/autres-sujets/05-bibliography-management-in-latex.md)
* [Styles bibliographiques](/latex/fr/references-et-citations/04-bibtex-bibliography-styles.md)
* [Styles de citation](/latex/fr/references-et-citations/06-natbib-citation-styles.md)

## Annotations

* [Notes de bas de page](/latex/fr/mise-en-forme/14-footnotes.md)
* [Notes en marge](/latex/fr/mise-en-forme/15-margin-notes.md)

## Fichiers de classe

* [Comprendre les paquets et les fichiers de classe](/latex/fr/fichiers-de-classe/01-understanding-packages-and-class-files.md)
* [Liste des paquets et des fichiers de classe](/latex/fr/fichiers-de-classe/02-overleaf-and-tex-live.md)
* [Écrire votre propre paquet](/latex/fr/fichiers-de-classe/03-writing-your-own-package.md)
* [Astuces](/latex/fr/readme.md)

## Présentations

* [Beamer](/latex/fr/presentations/01-beamer.md)
* [Powerdot](/latex/fr/presentations/02-powerdot.md)

## Autre

* [Composition des citations](/latex/fr/langues/04-typesetting-quotations.md)

## Généralités

* [Théorèmes et preuves](/latex/fr/specifique-a-un-domaine/01-theorems-and-proofs.md)
* [Notation des échecs](/latex/fr/specifique-a-un-domaine/05-chess-notation.md)
* [Modèles de tricot](/latex/fr/specifique-a-un-domaine/06-knitting-patterns.md)
* [package pgfplots](/latex/fr/specifique-a-un-domaine/08-pgfplots-package.md)
* [Examen](/latex/fr/specifique-a-un-domaine/09-typesetting-exams-in-latex.md)
* [Outils LaTeX](/latex/fr/autres-sujets/30-latex-tools.md)


---

# 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/16-general.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.
