> 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-tw/wen-yu-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/ac3a474378406044dea92b9bf0b86cc8f6cb5f33)

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

[MathPix](https://www.mathpix.com/) 可以從圖片中擷取數學公式。它提供 MacOS 應用程式，讓你可以在螢幕上「擷取」公式。其 Android 和 iOS 應用程式可讓你拍攝公式照片，甚至還能選擇開啟轉換後的 $$\mathrm{\LaTeX}$$ 程式碼於 Overleaf 專案中！

![拍照](/files/1ccfef11957677e0df0879f80f5674a551f12f3c)

![已處理](/files/0a8876fba5973b80f11cd19507cda71c66d8001a)

![程式碼](/files/69400dd52895000f7916e2c61b035c95a55cc932)

![分享選項](/files/8b6be61d1a077203cd6b2701a043b7603119112a)

![在 Overleaf 中開啟](/files/5cf32fe74edd6bc41904230a07775a054f62caff)


---

# 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-tw/wen-yu-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.
