> 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/da/sporgsmal-og-svar/02-are-there-any-tools-to-help-transcribe-mathematical-formulae-into-latex.md).

# Findes der nogen værktøjer til at hjælpe med at transskribere matematiske formler til LaTeX?

Udover online ligningsbyggere som [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) eller [QuickMath](https://quickmath.com/) som lader dig sammensætte dine matematiske formler, findes der andre værktøjer, der hjælper med hurtigt at transskribere dem til $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) lader dig skrible matematiske formler og bruger derefter håndskriftsgenkendelse til at konvertere dem til $$\mathrm{\LaTeX}$$ kode (samt MathML eller eksportere som et billede).

![MyScript Math-demo](/files/35d7cbbe0574dbc8cc8b9ad16421a15f08af2377)

Det findes også som en iPad-app, [MathPad](https://itunes.apple.com/us/app/myscript-mathpad/id674996719).

[MathPix](https://www.mathpix.com/) kan udtrække matematiske formler fra billeder. Den findes som en macOS-app, som lader dig "klippe" formler ud på din skærm. Dens Android- og iOS-apps lader dig tage et billede af formlerne og har endda en mulighed for at åbne den konverterede $$\mathrm{\LaTeX}$$ kode i et Overleaf-projekt!

![Tag foto](/files/6e9a25352f86cce4330dbb0defb8bd2017f99332)

![Behandlet](/files/a493cab0bbfb0ecfadea039205ebe714a9f41177)

![Kode](/files/f317500f0474a290170348c297dd388b7ef25363)

![Delingsmuligheder](/files/d8c5649650906c12e2364c65ebe5bfddb0c47a97)

![Åbn i Overleaf](/files/2cc051573769022aa9e9b9a6ea224b17f7b8a5ff)


---

# 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/da/sporgsmal-og-svar/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.
