packages feed

texmath-0.2: tests/02.xhtml

<?xml version='1.0' ?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="application/xhtml+xml; charset=UTF-8" http-equiv="Content-Type" />
  </head>
  <body>
    <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mn>2</mn>
        <mo>=</mo>
        <mrow>
          <mo stretchy="true">(</mo>
          <mfrac>
            <mrow>
              <mrow>
                <mo stretchy="true">(</mo>
                <mn>3</mn>
                <mo>-</mo>
                <mi>x</mi>
                <mo stretchy="true">)</mo>
              </mrow>
              <mo>&#215;</mo>
              <mn>2</mn>
            </mrow>
            <mrow>
              <mn>3</mn>
              <mo>-</mo>
              <mi>x</mi>
            </mrow>
          </mfrac>
          <mo stretchy="true">)</mo>
        </mrow>
      </mrow>
    </math>
  </body>
</html>