Question

How to write left subscript and superscript preserving correct syntax of MathML? I mean something like this:

left sub- and superscript

Thanks for the hints.

Was it helpful?

Solution

Use <mmultiscripts> - see http://www.w3.org/TR/MathML3/chapter3.html#presm.mmultiscripts for details. In your case, it's:

<mmultiscripts>
    <mi>a</mi>
    <mprescripts/> <mi>c</mi> <mi>b</mi>
</mmultiscripts>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top