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.

有帮助吗?

解决方案

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>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top