2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-31 08:22:09 +00:00
Files
math/doc/equations/error.xml
John Maddock f7144e9ce3 Changed to use character escapes rather than MathML entities.
Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.


[SVN r39537]
2007-09-26 09:33:03 +00:00

55 lines
1.2 KiB
XML

<?xml version='1.0'?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN'
'http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd'
[<!ENTITY mathml 'http://www.w3.org/1998/Math/MathML'>]>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<!-- MathML created with MathCast Equation Editor version 0.83 -->
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>max</mi>
<mfenced>
<mrow>
<mo>|</mo>
<mfrac>
<mrow>
<mi>a</mi>
<mo>&#x2212;</mo>
<mi>v</mi>
</mrow>
<mi>a</mi>
</mfrac>
<mo>|</mo>
<mo>,</mo>
<mo>|</mo>
<mfrac>
<mrow>
<mi>a</mi>
<mo>&#x2212;</mo>
<mi>v</mi>
</mrow>
<mi>v</mi>
</mfrac>
<mo>|</mo>
</mrow>
</mfenced>
</mrow>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mo>|</mo>
<mfrac>
<mrow>
<mi>a</mi>
<mo>&#x2212;</mo>
<mi>v</mi>
</mrow>
<mi>a</mi>
</mfrac>
<mo>|</mo>
</mrow>
</math>
</body>
</html>