Vincenzo Mantova
Vincenzo Mantova
> the main reason for it is so that the MathML generated by the TeX input jax can be read into MathJax's MathML input jax and produce the same result...
> TeX determines spacing based on two adjacent tokens and their TeX classes, so spacing is based on pairs of tokens, while MathML adds spacing around `mo` elements, so is...
> While MathML-Core is supposed to be a subset of MathML4 You might see me going back and forth between different repositories about this. My understanding from the outside (and...
> [@xworld21](https://github.com/xworld21) do you have a link? Not yet... I only plan to implement the MathML Core dictionary, and that's big enough that I had to postpone for a while....
We've come up with a workaround: ```css @media (-webkit-transform-2d) { mjx-mmultiscripts>*>mjx-row>mjx-cell>*:not(:has(*)) { height: 1px; } } ``` which seems to imply that WebKit will ignore table-cells of zero height. So...
> latexml shouldn't be held too strictly to be a low-level emulation of LaTeX I can generally agree with that. In this particular case, LaTeXML calls `\makelabel` very indirectly from...
After some digging, `@viewBox` was intentionally removed in #1657, although I do not understand why. For instance here https://github.com/brucemiller/LaTeXML/blob/40e9fa89efbf4006ddf06ecb57da4588aa661b4e/lib/LaTeXML/Package/pgfsys-latexml.def.ltxml#L90 uncommenting the line seems ok (in fact, minx and miny are...
@brucemiller will the current refactors and improvements include code related to this? I have a crude implementation of the `XXpt` options in BookML (with corresponding CSS that rescales the SVGs...
I just discovered by complete accident that hyperref defines `\unichar`. That should be added to the hyperref binding. Same considerations apply w.r.t. matching *LaTeX behaviour, though.
Point a) also sounds like a general MathML font-related problem. Unfortunately, for a), I don't think any font renders primes in a good way just yet (cf. https://github.com/w3c/mathml-core/issues/135).