-
# Motivation
In our project we make extensive use of mathlive (and yes, we plan sponsoring Mathlive as soon as we earn money). That's why we created the [react-mathlive](https://github.com/concludi…
-
**Describe the bug**
Small typing error in https://github.com/arnog/mathlive/blob/7a66b0c8eee002393d5311b5eddfc07d86f9ca9e/src/editor/editor-mathfield.js#L1055
Any button pressed on the virtual keyb…
-
**Describe the bug**
When typing "-" on a German keyboard "\frac" is inserted.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://mathlive.io/deploy/index.html (mathlive.js 0.…
-
**Describe the bug**
I first encountered as an issue with `MathLive.renderMathInElement`. It throws an error on older versions of Mobile Safari only (`Undefined is not an object `) and the math text …
-
**Describe the bug**
With several mathlive fields on the same page, the use of virtual keyboards is confusing.
**To Reproduce**
1. Open a page with 2 mathlive fields
2. Open virtual keyboard on …
-
if you execute `mathlive.latexToAST("-x+5");`
you might get
```
Object {
fn: "+"
arg: Array(2) [
0: Object {
fn: "-"
arg: Array(1) [undefined]
}
1: 5
]
}
```
As you can s…
-
I can't change the configuration of a MathInput component. Here is what I have tried.
~~~
@ /utils/sandboxio.py
grader =@ /grader/evaluator.py
builder =@ /builder/before.py
component =: Math…
-
## Prerequisites
* [X] Did you check the [issue tracker](https://github.com/arnog/mathlive/issues) to see if this issue has already been reported?
For more information, see the `CONTRIBUTING` gu…
ghost updated
5 years ago
-
## Prerequisites
* [X] Did you check the [issue tracker](https://github.com/arnog/mathlive/issues) to see if this issue has already been reported? **Yes**
For more information, see the `CONTRIBU…
-
In some PL exercises, I use external Java Script files with cdn links (in the key `form`).
For example, I use the MathLive scripts to include a Latex-formatted mathematical input field.
~~~~
…