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

# Existují nějaké nástroje, které pomáhají přepsat matematické vzorce do LaTeXu?

Kromě online nástrojů na tvorbu rovnic, jako je [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) nebo [QuickMath](https://quickmath.com/) které vám umožňují sestavovat matematické vzorce, existují i další nástroje, které pomáhají je rychle převádět do $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) umožňuje vám načmárat matematické vzorce a poté využije rozpoznávání rukopisu k jejich převodu do $$\mathrm{\LaTeX}$$ kódu (stejně jako MathML nebo exportu jako obrázku).

![Ukázka MyScript Math](/files/2aede017cb8dc4c65c8e80286ea316ae1eb18a42)

Je také dostupná jako aplikace pro iPad, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) dokáže extrahovat matematické vzorce z obrázků. Je dostupný jako aplikace pro macOS, která vám umožňuje „vyříznout“ vzorce na obrazovce. Jeho aplikace pro Android a iOS vám umožňují vyfotit vzorce a dokonce mají možnost otevřít převedený $$\mathrm{\LaTeX}$$ kód v projektu Overleaf!

![Vyfotit](/files/2b47370d1049592582606d2798db79780c722c6f)

![Zpracováno](/files/70551dceabb54cbfced01a2b7f3ffdc49311b309)

![Kód](/files/b0bca39b98a1f65571f9b97e8669a69bfbb69960)

![Možnosti sdílení](/files/a0ce61f1329efc40272e4ad5643dfdde8324c138)

![Otevřít v Overleafu](/files/610c946bfa4f7852f74c6d6b1986e14398cfcde9)


---

# 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/cs/otazky-a-odpovedi/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.
