Hola!!
Estoy diseñando una web en la que necesito introducir formulas matemáticas del 
tipo integrales, diferenciales etc, para generar las formulas me he descargado 
el Amaya pero soy incapaz de visualizar correctamente el código que se  genera, 
alguien sabe algo de esto y me puede dar una pista??

Os adjunto el codigo y una imagen de lo que se deberia ver.
Muchas gracias


<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN"
      "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
  <title>Ejemplo de documento MathML</title>
  <meta http-equiv="Content-Type" content="text/html" />
</head>

<body>

<math xmlns="http://www.w3.org/1998/Math/MathML";>
  <mrow>
    <msubsup>
      <mo>&int;</mo>
      <mn>0</mn>
      <mn>2</mn>
    </msubsup>
    <mfrac>
      <mrow>
        <msup>
          <mo>&#x2146;</mo>
          <mn>2</mn>
        </msup>
        <mi>f</mi>
      </mrow>
      <mrow>
        <mo>&#x2146;</mo>
        <mi>x</mi>
      </mrow>
    </mfrac>
  </mrow>
</math>
<math>
  <mrow>
    <mi>x</mi>
    <mo>=</mo>
    <mfrac>
      <mrow>
        <mo>-</mo>
        <mi>b</mi>
        <mo>&PlusMinus;</mo>
        <msqrt>
          <mrow>
            <msup>
              <mi>x</mi>
              <mn>2</mn>
            </msup>
            <mo>-</mo>
            <mn>4</mn>
            <mi>ac</mi>
          </mrow>
        </msqrt>
      </mrow>
      <mrow>
        <mn>2</mn>
        <mi>a</mi>
      </mrow>
    </mfrac>
  </mrow>
</math>




</body>
</html>





_______________________________________________
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo

Responder a