displaystyle

Attribute Information

Used By

Attribute Group mtable.attlist

Source

<xs:attribute name="displaystyle" type="xs:boolean" default="false"/>

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>