【问题标题】:MathML - left subscript and superscriptMathML - 左下标和上标
【发布时间】:2012-05-18 01:07:09
【问题描述】:

如何编写保留 MathML 正确语法的左下标和上标?我的意思是这样的:

感谢您的提示。

【问题讨论】:

    标签: mathml subscript superscript


    【解决方案1】:

    使用<mmultiscripts> - 有关详细信息,请参阅http://www.w3.org/TR/MathML3/chapter3.html#presm.mmultiscripts。在你的情况下,它是:

    <mmultiscripts>
        <mi>a</mi>
        <mprescripts/> <mi>c</mi> <mi>b</mi>
    </mmultiscripts>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-12-22
      • 2010-12-03
      • 1970-01-01
      • 2014-05-24
      • 2017-09-30
      • 1970-01-01
      • 1970-01-01
      • 2011-06-17
      相关资源
      最近更新 更多