> 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/02-are-there-any-tools-to-help-transcribe-mathematical-formulae-into-latex.md).

# Existe-t-il des outils pour aider à transcrire des formules mathématiques en LaTeX ?

Outre les générateurs d’équations en ligne comme [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) ou [QuickMath](https://quickmath.com/) qui vous permettent de composer vos formules mathématiques, il existe d’autres outils pour aider à les retranscrire rapidement en $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) vous permet d’écrire des formules mathématiques à main levée, puis utilise la reconnaissance de l’écriture manuscrite pour les convertir en $$\mathrm{\LaTeX}$$ du code (ainsi qu’en MathML, ou pour les exporter sous forme d’image).

![Démo de MyScript Math](/files/69bcaff8eefce0da8c72c5110b982d66743369cd)

Il est également disponible sous forme d’application iPad, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) peut extraire des formules mathématiques à partir d’images. Il est disponible sous forme d’application macOS, qui vous permet de « découper » des formules à l’écran. Ses applications Android et iOS vous permettent de prendre une photo des formules, et disposent même d’une option pour ouvrir le $$\mathrm{\LaTeX}$$ code converti dans un projet Overleaf !

![Prendre une photo](/files/d08041d5bef883007242312f94dc66fb6ed91ab9)

![Traité](/files/e9b88a1a29eee907af33348f109fd88049c039a4)

![Code](/files/f36290a5af72bbb792ad83e0732a464a7f80701f)

![Options de partage](/files/44329dcfa2e991633d9801ab36742090f711aa9e)

![Ouvrir dans Overleaf](/files/6534e7dfc21b131f1f58e73ecdab33a469167780)


---

# 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/02-are-there-any-tools-to-help-transcribe-mathematical-formulae-into-latex.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.
