> 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/pl/pytania-i-odpowiedzi/02-are-there-any-tools-to-help-transcribe-mathematical-formulae-into-latex.md).

# Czy istnieją narzędzia pomagające przepisywać wzory matematyczne do LaTeX?

Oprócz internetowych generatorów równań, takich jak [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) lub [QuickMath](https://quickmath.com/) które pozwalają tworzyć wzory matematyczne, istnieją też inne narzędzia pomagające szybko przepisać je do $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) pozwala odręcznie zapisywać wzory matematyczne, a następnie wykorzystuje rozpoznawanie pisma odręcznego, aby przekonwertować je na $$\mathrm{\LaTeX}$$ kod (a także MathML lub eksport jako obraz).

![demo MyScript Math](/files/5f98185b0d57462cacf2b3058c9f6f2b558c1172)

Jest również dostępna jako aplikacja na iPada, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) potrafi wyodrębniać wzory matematyczne z obrazów. Jest dostępna jako aplikacja na macOS, która pozwala „wycinać” wzory z ekranu. Jej aplikacje na Androida i iOS pozwalają zrobić zdjęcie wzorów, a nawet mają opcję otwarcia przekonwertowanego $$\mathrm{\LaTeX}$$ kodu w projekcie Overleaf!

![Zrób zdjęcie](/files/a069aa42073ec900147394d56c0688e28cecda50)

![Przetworzone](/files/3df559589eed4962953f6c4c454a3a262571f401)

![Kod](/files/893bf24d37ec58c529e30a9445e023baf81464fe)

![Opcje udostępniania](/files/fc69bc927dcf9e1b3eb2334998b710231bee02d3)

![Otwórz w Overleaf](/files/9842a3a901102c88958788c944a6b122be2719d0)


---

# 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/pl/pytania-i-odpowiedzi/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.
