> 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/zh-cn/wen-da/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/75650b54dc010ef7088c35458d32c68336f28d4d)

它也有 iPad 应用， [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) 可以从图像中提取数学公式。它提供 MacOS 应用，可让你在屏幕上“截取”公式。其 Android 和 iOS 应用可让你拍摄公式照片，甚至还提供打开转换后的 $$\mathrm{\LaTeX}$$ 代码到 Overleaf 项目中！

![拍照](/files/5f09453618e354d2524ce477cd1ed7540c73aa76)

![已处理](/files/e0a4fb80f46516360b72c221a626796cb20eef8e)

![代码](/files/34b2b246791e4da2c0b77b9f838d42a52ba6e6f1)

![分享选项](/files/2e05ad8fd471aed406e8d0345627c0a721d1ae21)

![在 Overleaf 中打开](/files/5c32aa8aa5a1c4e81a09c69b9d5320c9bbb5f5f3)


---

# 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/zh-cn/wen-da/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.
