Domanda

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.

È stato utile?

Soluzione

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>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top