[Table of Contents] [docx version]

Shared MLs Reference Material - Math

ST_Jc (Justification)

This Simple Type specifies the justification of Math Paragraphs. Justification of the Math Paragraph can be Left, Right, Centered, or Centered as Group.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

center (Center (Equation))

Centers each equation individually with respect to margins.

centerGroup (Centered as Group (Equations))

Justifies equations with respect to each other, and centers the group of equations (the Math Paragraph) with respect to the page.

left (Left Justification)

Left justification of Math Paragraph

right (Right)

Right Justification of Math Paragraph

 

Referenced By

defJc@val7.1.2.25); jc@val7.1.2.51)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Jc">

   <restriction base="xsd:string">

   <enumeration value="left"/>

   <enumeration value="right"/>

   <enumeration value="center"/>

   <enumeration value="centerGroup"/>

   </restriction>

</simpleType>