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

# Apakah ada alat untuk membantu menyalin rumus matematika ke LaTeX?

Selain pembuat persamaan daring seperti [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) atau [QuickMath](https://quickmath.com/) yang memungkinkan Anda menyusun rumus matematika Anda, ada alat lain untuk membantu mentranskripsikannya dengan cepat ke $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) memungkinkan Anda mencoret-coret rumus matematika, lalu menggunakan pengenalan tulisan tangan untuk mengubahnya menjadi $$\mathrm{\LaTeX}$$ kode (serta MathML atau diekspor sebagai gambar).

![demo MyScript Math](/files/2f5fbd91a1c9e657f927da06c4f48091a5e0fbda)

Ini juga tersedia sebagai aplikasi iPad, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) dapat mengekstrak rumus matematika dari gambar. Ini tersedia sebagai aplikasi MacOS, yang memungkinkan Anda "memotong" rumus di layar Anda. Aplikasi Android dan iOS-nya memungkinkan Anda mengambil foto rumus, dan bahkan memiliki opsi untuk membuka kode yang telah dikonversi di proyek Overleaf! $$\mathrm{\LaTeX}$$ kode dalam proyek Overleaf!

![Ambil foto](/files/847ab25825424bb52a86fe1ae33882f6af97b460)

![Diproses](/files/134669fa3ff65a16b470e916c8996b816cb53418)

![Kode](/files/4da414caa6966da1357cf182283077fa7425750c)

![Opsi berbagi](/files/919215f6681fef57ba88514dea40af7795d6ea02)

![Buka di Overleaf](/files/b5c7ca7656ce00adac4d1acb8c6aee486808d54d)


---

# 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/id/pertanyaan-and-jawaban/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.
