> 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/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://ayakaleaf-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.
