mathsize

Attribute Information

Used By

Attribute Group Token-style.attrib

Source

<xs:attribute name="mathsize">
  <xs:simpleType>
    <xs:union memberTypes="simple-size length-with-unit"/>
  </xs:simpleType>
</xs:attribute>

Sample

< mml:munder xmlns:mml = "http://www.w3.org/1998/Math/MathML" >

< mml:mstyle mathsize = "140%" displaystyle = "true" >

< mml:mo>

</ mml:mo>

</ mml:mstyle>

< mml:mrow>

< mml:mi>

N

</ mml:mi>

< mml:mrow>

< mml:mo>

(

</ mml:mo>

< mml:mi>

h

</ mml:mi>

< mml:mo>

)

</ mml:mo>

</ mml:mrow>

</ mml:mrow>

</ mml:munder>