packages feed

texmath-0.6.7: tests/writers/macros.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>
        <mn>5</mn>
        <mrow>
          <mi>y</mi>
          <mo>+</mo>
          <mn>3</mn>
        </mrow>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mn>3</mn>
        </mrow>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mi>α</mi>
        </mrow>
      </mrow>
    </math>
  </body>
</html>