22.1.2.97 shp (Shape

This element specifies the shape of delimiters in the delimiter object d. Delimiters can be centered around the math axis of the mathematical text and still be made to fit the entire height of their contents (see right-hand example below), or their height and shape can be altered to exactly match their contents (see left-hand example below). These settings significantly impact the shape of the mathematical text. When this element is omitted, delimiters are ‘centered’. Whether the element is absent or present without the val attribute, the default of the val attribute is centered. [Example: In the examples below, delimiters will be matched to the exact shape of their contents contents on the left, and will be centered on the right:

Match

Centered

<m:dPr>
  <m:shp
</m:dPr>
    m:val="match"/>

end example]

Attributes

val (Value)

$$ π‘Ž\\ 𝑏\\ 𝑧 42\\ 𝑧 42\\ π‘Ž + 𝑏 = π‘Ÿ +\\ π‘Ž + 𝑏 = π‘Ÿ +\\ 𝑐 𝑧 + 𝑦\\ ( ) $$
      m:val="centered"/>

Specifies the shape of the parent element. Possible values are match and centered.

The possible values for this attribute are defined by the ST_Shp simple type (22.1.3.10).

[Note: The W3C XML Schema definition of this element’s content model (CT_Shp) is located in A.6.1. end note]

Last updated on