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

# Ci sono strumenti che aiutano a trascrivere formule matematiche in LaTeX?

Oltre ai generatori di equazioni online come [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) o [QuickMath](https://quickmath.com/) che ti permettono di comporre le tue formule matematiche, ci sono altri strumenti che aiutano a trascriverle rapidamente in $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) ti permette di scarabocchiare formule matematiche, poi usa il riconoscimento della scrittura a mano per convertirle in $$\mathrm{\LaTeX}$$ codice (oltre che in MathML o esportarle come immagine).

![Demo di MyScript Math](/files/5f758c94744f5b30ce914cbf7c75f63ce00a391d)

È disponibile anche come app per iPad, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) può estrarre formule matematiche dalle immagini. È disponibile come app per macOS, che ti consente di "ritagliare" le formule sullo schermo. Le sue app Android e iOS ti permettono di scattare una foto delle formule, e ha persino un'opzione per aprire il codice convertito $$\mathrm{\LaTeX}$$ in un progetto Overleaf!

![Scatta una foto](/files/81ebae79e27206c457d022a43ed715d521c267b1)

![Elaborato](/files/cb77673be421f976c1b2dd228d8aeaaced6f5bfc)

![Codice](/files/1a84d0a4c4a88c49f2fb32f827b539bfd0de6a86)

![Opzioni di condivisione](/files/25dc1618fa84fa28ae7210a6a25d370f7d55b226)

![Apri in Overleaf](/files/8305548811cdff6003f5dd361940d817fc935f2b)


---

# 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/it/domande-e-risposte/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.
