Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何编写保留 MathML 正确语法的左下标和上标?我的意思是这样的:
感谢您的提示。
使用<mmultiscripts>- 有关详细信息,请参阅http://www.w3.org/TR/MathML3/chapter3.html#presm.mmultiscripts。在你的情况下,它是:
<mmultiscripts>
<mmultiscripts> <mi>a</mi> <mprescripts/> <mi>c</mi> <mi>b</mi> </mmultiscripts>