packages feed

texmath-0.13.1.2: test/regression/280b.test

<<< tex
\boldsymbol{\Gamma + b + \alpha}
>>> omml
<?xml version='1.0' ?>
<m:oMathPara>
  <m:oMathParaPr>
    <m:jc m:val="center" />
  </m:oMathParaPr>
  <m:oMath>
    <m:r>
      <m:rPr>
        <m:sty m:val="b" />
      </m:rPr>
      <m:t>Γ</m:t>
    </m:r>
    <m:r>
      <m:rPr>
        <m:sty m:val="b" />
      </m:rPr>
      <m:t>+</m:t>
    </m:r>
    <m:r>
      <m:rPr>
        <m:sty m:val="bi" />
      </m:rPr>
      <m:t>b</m:t>
    </m:r>
    <m:r>
      <m:rPr>
        <m:sty m:val="b" />
      </m:rPr>
      <m:t>+</m:t>
    </m:r>
    <m:r>
      <m:rPr>
        <m:sty m:val="bi" />
      </m:rPr>
      <m:t>α</m:t>
    </m:r>
  </m:oMath>
</m:oMathPara>