[Ovillo] Fórmulas matemáticas
Maite Capalleja
mcapalleja en consultec.es
Jue Mayo 10 12:32:25 UTC 2007
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>∫</mo>
<mn>0</mn>
<mn>2</mn>
</msubsup>
<mfrac>
<mrow>
<msup>
<mo>ⅆ</mo>
<mn>2</mn>
</msup>
<mi>f</mi>
</mrow>
<mrow>
<mo>ⅆ</mo>
<mi>x</mi>
</mrow>
</mfrac>
</mrow>
</math>
<math>
<mrow>
<mi>x</mi>
<mo>=</mo>
<mfrac>
<mrow>
<mo>-</mo>
<mi>b</mi>
<mo>±</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>
Más información sobre la lista de distribución Ovillo