Pregunta

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.

¿Fue útil?

Solución

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>
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top