packages feed

texmath-0.12.5: test/reader/mml/mfracZcomp-11.test

<<< mml
<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>Inline binomial, display style, no line </mtext> 
  <mstyle displaystyle="false" scriptlevel="0">
    <mrow>
      <mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em">(</mo> 
      <mrow>
        <mstyle displaystyle="true" scriptlevel="0">
          <mfrac linethickness="0">
            <mrow>
              <mi>n</mi> 
              <mo form="infix">-</mo> 
              <mi>k</mi> 
            </mrow> 
            <mi>n</mi> 
          </mfrac> 
        </mstyle> 
      </mrow> 
      <mo form="postfix" fence="true" stretchy="true" lspace="0em" rspace="0em">)</mo> 
    </mrow> 
  </mstyle> 
  <mtext> the end.</mtext> </math>
>>> native
[ EText TextNormal "Inline binomial, display style, no line\160"
, EDelimited
    "("
    ")"
    [ Right
        (EFraction
           NormalFrac
           (EGrouped [ EIdentifier "n" , ESymbol Bin "-" , EIdentifier "k" ])
           (EIdentifier "n"))
    ]
, EText TextNormal "\160the end."
]