-
-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
Description
When serializing an expression including \operatorname
to Mathml we are losing information.
For example:
latex: \operatorname{cm}
mathml: <mo>⁡</mo>
Actual Behavior
Instead of serializing the \operatorname
to a mathml element we instead only get a Function Application character.
Expected Behavior
Based on
mathlive/src/addons/math-ml.ts
Line 339 in a1d66b5
? '<mi class="MathML-Unit"' + |
<mi>cm</mi>
.
Environment
MathLive version 0.81.0
Operating System [macOS, Windows, iOS. Include the version]
Ubuntu 22.04.1 LTS and Firefox 105.0.1 (64-bit)
also tested on
Windows 10 and Firefox 104.0.2
Metadata
Metadata
Assignees
Labels
No labels