> 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/ru/voprosy-i-otvety/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/3b7fe384b8c818265e714b2df8b6260084255f5e)

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

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

![Сделать снимок](/files/642371301ebe30dc7e9bbcfbfc4c7edd294f0c7d)

![Обработано](/files/4ebb34b96aa46b4b97f465f83ff81688871652c8)

![Код](/files/eede947197cdac1c412b62bc65cb2f21716339ba)

![Параметры обмена](/files/17aa40feb9eb2dc1dc5d8677cc8bca7001a80c8e)

![Открыть в Overleaf](/files/e85506678fd5507db2b9cc25e9d9d3e93be2865d)


---

# 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/ru/voprosy-i-otvety/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.
