> 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/ar/alaselh-walajwbh/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/1f0b32946e71a9786c5ddd1095c938cc6acc0bb0)

كما أنه متاح أيضًا كتطبيق على iPad، [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) يمكنه استخراج الصيغ الرياضية من الصور. وهو متاح كتطبيق على macOS، ما يتيح لك «قصّ» الصيغ على شاشتك. وتتيح لك تطبيقاته على Android وiOS التقاط صورة للصيغ، بل وتحتوي أيضًا على خيار لفتح $$\mathrm{\LaTeX}$$ الكود في مشروع Overleaf!

![التقط صورة](/files/1b18f40f24d4769edafe72a34422dc57b973ad9d)

![تمت المعالجة](/files/b176ded68bce649b1c72e745cf3088e7dc5e2cbd)

![الكود](/files/3de8ba0ccd74331373d2b6b5f71cd2fea0c544b4)

![خيارات المشاركة](/files/56922521cfd4b34f749818fb2fab79280065a564)

![افتح في Overleaf](/files/25a252c0443100b8b60244efb1e49f26be8667d7)


---

# 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/ar/alaselh-walajwbh/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.
