packages feed

texmath-0.12.5: test/writer/omml/msub-08.test

<<< native
[ ESub (EIdentifier "A") (ESub (EIdentifier "B") (EIdentifier "C"))
, ESymbol Rel "="
, ESub
    (EIdentifier "A")
    (ESub
       (EIdentifier "B")
       (EUnder False (EIdentifier "C") (EPhantom (EIdentifier "D"))))
]
>>> omml
<?xml version='1.0' ?>
<m:oMathPara>
  <m:oMathParaPr>
    <m:jc m:val="center" />
  </m:oMathParaPr>
  <m:oMath>
    <m:sSub>
      <m:e>
        <m:r>
          <m:t>A</m:t>
        </m:r>
      </m:e>
      <m:sub>
        <m:sSub>
          <m:e>
            <m:r>
              <m:t>B</m:t>
            </m:r>
          </m:e>
          <m:sub>
            <m:r>
              <m:t>C</m:t>
            </m:r>
          </m:sub>
        </m:sSub>
      </m:sub>
    </m:sSub>
    <m:r>
      <m:rPr>
        <m:sty m:val="p" />
      </m:rPr>
      <m:t>=</m:t>
    </m:r>
    <m:sSub>
      <m:e>
        <m:r>
          <m:t>A</m:t>
        </m:r>
      </m:e>
      <m:sub>
        <m:sSub>
          <m:e>
            <m:r>
              <m:t>B</m:t>
            </m:r>
          </m:e>
          <m:sub>
            <m:limLow>
              <m:e>
                <m:r>
                  <m:t>C</m:t>
                </m:r>
              </m:e>
              <m:lim>
                <m:phant>
                  <m:phantPr>
                    <m:show m:val="0" />
                  </m:phantPr>
                  <m:e>
                    <m:r>
                      <m:t>D</m:t>
                    </m:r>
                  </m:e>
                </m:phant>
              </m:lim>
            </m:limLow>
          </m:sub>
        </m:sSub>
      </m:sub>
    </m:sSub>
  </m:oMath>
</m:oMathPara>