packages feed

texmath-0.12.5: test/reader/mml/mstyleAdep1.test

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle fontsize="150%" fontweight="bold" fontstyle="italic" fontfamily="helvetica" color="teal">
    <mn>2</mn> 
    <mo>+</mo> 
    <mi>x</mi> 
  </mstyle> </math>
>>> native
[ ENumber "2" , ESymbol Bin "+" , EIdentifier "x" ]