packages feed

texmath-0.12.5: test/writer/omml/nestScript.test

<<< native
[ ESuper
    (EIdentifier "v")
    (ESuper
       (EIdentifier "w")
       (ESuper
          (EIdentifier "x") (ESuper (EIdentifier "y") (EIdentifier "z"))))
]
>>> omml
<?xml version='1.0' ?>
<m:oMathPara>
  <m:oMathParaPr>
    <m:jc m:val="center" />
  </m:oMathParaPr>
  <m:oMath>
    <m:sSup>
      <m:e>
        <m:r>
          <m:t>v</m:t>
        </m:r>
      </m:e>
      <m:sup>
        <m:sSup>
          <m:e>
            <m:r>
              <m:t>w</m:t>
            </m:r>
          </m:e>
          <m:sup>
            <m:sSup>
              <m:e>
                <m:r>
                  <m:t>x</m:t>
                </m:r>
              </m:e>
              <m:sup>
                <m:sSup>
                  <m:e>
                    <m:r>
                      <m:t>y</m:t>
                    </m:r>
                  </m:e>
                  <m:sup>
                    <m:r>
                      <m:t>z</m:t>
                    </m:r>
                  </m:sup>
                </m:sSup>
              </m:sup>
            </m:sSup>
          </m:sup>
        </m:sSup>
      </m:sup>
    </m:sSup>
  </m:oMath>
</m:oMathPara>