Davide P. Cervone

Results 978 comments of Davide P. Cervone

I forgot to answer your question: > 50% of what? The `mpadded` element allows reference to the size of its contents, so the 50% represents half that size. What was...

It's not a matter of where to add space (that is not a problem). The issue is knowing *how much* space. The input jax doesn't know what the output jax...

Your analysis of the setup and what needs to be done is correct. Because the `\overset[...]&{...}` occurs in cell A (it happens before the `&` that ends cell A is...

> can you not just take 50% of ther over content in the overset and add this as positive whitespace before the alignment? That is too much space. You need...

This goes way back to version 1, and is due to the fact that the original MathJax fonts didn't include a glyph for U+27C2, and to the fact that I...

@hbghlyj, Looks like U+27C2 was not in the [MathML3 operator dictionary](https://www.w3.org/TR/MathML3/appendixc.html#oper-dict.entries-table), so didn't get an entry in `ts/core/MmlTree/OperatorDictionary.js`. I will need to add one.

> since we do not compile our test sources. Actually, they should be compiled into the `js` directory when you edit them in emacs, and you could do a `tsc`...

Whether this would work probably depends on how the translation is being performed. In order for this to work, the translation would have to be done on the page *after*...

Because you are loading MathJax modules directly rather than using MathJax Components, you have to load all the needed modules yourself by hand. In particular, you need to load the...