> 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/ko/questions-and-answers/02-are-there-any-tools-to-help-transcribe-mathematical-formulae-into-latex.md).

# 수학 공식을 LaTeX로 옮기는 데 도움이 되는 도구가 있나요?

CodeCogs 같은 온라인 수식 작성 도구 외에도 [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/8a9a8703fb830a01d0689b708112c21665642d1e)

또한 iPad 앱으로도 제공되며, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) 이미지에서 수학 공식을 추출할 수 있습니다. MacOS 앱으로 제공되며, 화면의 공식을 "잘라내기"할 수 있습니다. Android 및 iOS 앱에서는 공식을 사진으로 찍을 수 있으며, 변환된 $$\mathrm{\LaTeX}$$ 코드를 Overleaf 프로젝트에서 열 수 있는 옵션도 있습니다!

![사진 찍기](/files/fb4b4d1a17be2f61d0c513b5532f74528d04ee8a)

![처리됨](/files/2c000a1ffb352b5269dd7b7c05abd5d8ae17de1f)

![코드](/files/6628a2c62b9b6b35d9f27fa456534fddd98c6175)

![공유 옵션](/files/ed91526594435c2fcb9074a5ba6060b307f8bea1)

![Overleaf에서 열기](/files/2782c93cefe5152abccc9f444ce89163b7d28b93)


---

# 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/ko/questions-and-answers/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.
