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

# Finnes det noen verktøy som kan hjelpe med å transkribere matematiske formler til LaTeX?

Bortsett fra nettbaserte ligningsverktøy som [CodeCogs](https://www.codecogs.com/latex/eqneditor.php) eller [QuickMath](https://quickmath.com/) som lar deg sette sammen matematiske formler, finnes det andre verktøy som hjelper deg med raskt å transkribere dem til $$\mathrm{\LaTeX}$$.

[MyScript Math](https://webdemo.myscript.com/views/math.html) lar deg skrible ned matematiske formler, og bruker deretter håndskriftsgjenkjenning til å konvertere dem til $$\mathrm{\LaTeX}$$ kode (i tillegg til MathML eller eksport som et bilde).

![MyScript Math-demo](/files/533525f221d15b324ece5d799a257dc3ebe8abaa)

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

[MathPix](https://www.mathpix.com/) kan trekke ut matematiske formler fra bilder. Det er tilgjengelig som en MacOS-app, som lar deg «klippe ut» formler på skjermen. Appene for Android og iOS lar deg ta et bilde av formlene, og har til og med et alternativ for å åpne den konverterte $$\mathrm{\LaTeX}$$ kode i et Overleaf-prosjekt!

![Ta bilde](/files/d1d72a0b1dcbeab9ba27e94bbfae31591b491db7)

![Behandlet](/files/ad8dc6897fdbd5a5ab8baeea8cd0bcc4083305a1)

![Kode](/files/d5ac38d3b660b99003702f5491a39cf4f266e502)

![Delingsalternativer](/files/63219469be8eda12a26e10c2e69d078a8c6c9f5e)

![Åpne i Overleaf](/files/5c2a3146813291da24f3db0d20231ed18a651735)


---

# 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/no/sporsmal-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.
