> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/uk/zapitannya-ta-vidpovidi/02-are-there-any-tools-to-help-transcribe-mathematical-formulae-into-latex.md).

# Чи є якісь інструменти, що допомагають переписувати математичні формули в LaTeX?

Окрім онлайн-конструкторів рівнянь, таких як [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) або [QuickMath](https://quickmath.com/) які дають змогу складати ваші математичні формули, є й інші інструменти, що допомагають швидко переносити їх у $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) дає змогу начеркувати математичні формули, а потім використовує розпізнавання рукописного тексту, щоб перетворити їх у $$\mathrm{\LaTeX}$$ код (а також MathML або експорт як зображення).

![демо MyScript Math](/files/d6682ae92dc7afee00576ae9d4b0e54ef1fe5b44)

Він також доступний як додаток для iPad, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) може витягувати математичні формули із зображень. Він доступний як додаток для macOS, що дає змогу «вирізати» формули на екрані. Його додатки для Android та iOS дають змогу сфотографувати формули, і навіть мають опцію відкрити перетворений $$\mathrm{\LaTeX}$$ код у проєкті Overleaf!

![Зробити фото](/files/2377e9ebd7a60ec5f76b3bdccdf04fbdd5db4089)

![Оброблено](/files/c07fa2e830fb1e1c16067b02cc412da9517951ad)

![Код](/files/5de40a72850c5c1a3d19f1732a39d3cfa722c3e8)

![Параметри поширення](/files/fbb7653e1a7d81b4172b54ae4bb086380d63de0e)

![Відкрити в Overleaf](/files/0665c98a98fbce20e97b3bd67ba6efdf1e744e90)


---

# 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://ayakaleaf-pro.ayaka.space/latex/uk/zapitannya-ta-vidpovidi/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.
