L.6.1.6 Array Object

The Array object consists of one or more expressions or equations grouped as an object. Within the array, multiple components can be aligned to each other.

Example XML (left example):

<m:eqArr>
  <m:e>
    <m:r>
      <m:t>2&x+&3&y+&&z=&10&</m:t>
    </m:r>
  </m:e>
  <m:e>
    <m:r>
      <m:t>4&x+&&y-&&z=&3&</m:t>
    </m:r>
  </m:e>
</m:eqArr>

Note: The ‘&’s above are used for alignment. See Literal Operators and Operator Emulators below for more on these.

Arrays can have “maximum distribution” such that they occupy the entire width of the column that contains them, as in:

image

Or, they can have “object distribution” such that there is even spacing between the margin and text (distance1 = distance2 = distance 3):

Last updated on