[Table of Contents] [docx version]

Shared MLs Reference Material - Math

show (Phantom Show)

This element specifies the show property of the phantom phant. When off, the phant base e is hidden. If this element is omitted, the base e is shown. [Example: In the following example, there is a phantom of the fraction a/b in the second radical such that only the height is preserved. The fraction does not show.

 

<m:phantPr>
<m:show m:val="off"/>
<m:zeroDesc m:val="on"/>
</m:phantPr>

end example]

Parent Elements

phantPr7.1.2.82)

 

Attributes

Description

val (value)

Specifies a binary value for the property defined by the parent XML element.

 

A value of on specifies that the property shall be explicitly applied. This is the default value for this attribute, and is implied when the parent element is present.

 

A value of off specifies that the property shall be explicitly turned off. This is implied when the parent element is not present.

 

The possible values for this attribute are defined by the ST_OnOff simple type7.1.3.9).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_OnOff">

   <attribute name="val" type="ST_OnOff"/>

</complexType>