-
My point is that are different molecules elements on their own or is the individual atom the element? Should we mark up sodium chloride as `NaCl` or `NaCl` or even as text `NaCl`? I asked this same th…
-
We are deprecating some MathML attributes in favor of the equivalent ones in CSS. In particular, the CSS style text-align seems a good substitute for denomalign and numalign (since the deprecation in …
-
I happen to find this issue, just for record.
![image](https://github.com/user-attachments/assets/ad7ea14d-51af-4767-917d-6d9fe80ce4ee)
The above image is generated from `$\widehat{l} \hat{l}$`.
…
-
For square roots, see #1604 and PR #2119
But now we shall want n-roots, don't we? Cubic roots, etc.
- [x] MathML "mroot" would just be an extension of PR #2119 with a "child" for the degree/ind…
-
@pascaleproulx
I have a working GoLLM task for AMR enrichment. We need to integrate it with the rest of the task runner architecture @kbirk. Example outputs below.
BIOMD0000000024
```
{…
-
Currently, it's strictly equivalent to the `` element for layout purpose.
Similarly to what was @dginev proposed in https://github.com/w3c/mathml-core/issues/173 we probably want to remove the `` …
-
It should be possible to export formulas as MathML code, such that it can be embedded in websites.
Optional: it should be possible to import MathML. Maybe ignoring CSS to make the implementation s…
-
[MathML](https://www.w3.org/Math/whatIsMathML.html) is the next generation of math display for the web. There are several tools for [converting](https://developer.mozilla.org/en-US/docs/Web/MathML/Au…
-
Background:
- itex has an `svg` environment which allows the user to embed SVG figures in equations:
$ ... \begin{svg} ... SVG goes here ... \end{svg} ... $
- There is an extension for SVG-Edi…
-
I used some MathML to LaTeX converters to supply annotations for all MathML formulas on MDN. I also tested some outputs with TeXZilla and noticed that formulas using `{align*}` weren't properly parsed…