Re: [Bugs] Integral, accents and stretch
fwsmail35 <[email protected]> Mon, 12 Feb 2007 13:17:13 +0100
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Message-ID | <[email protected]> |
The attached file is a usefull test for accents based on http://www.w3.org/TR/2003/REC-MathML2-20031021/appendixf.html Fred -- Frédéric WANG [email protected] http://www.maths-informatique-jeux.com --
mathml_accents.xml
(text/xml, 4.7 KB)
<?xml version="1.0" encoding="iso-8859-15"?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-15" /> <title>MathML Accents</title> <meta name="generator" content="Amaya 9.54, see http://www.w3.org/Amaya/" /> </head> <body> <table summary="Table of accents" border="1"> <tr><td>Entity Name</td><td>Rendering</td><td>Stretchy</td></tr> <tr><td> Breve</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>˘</mo></mover></math> </td><td>false</td></tr> <tr><td> Cedilla</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>¸</mo></mover></math> </td><td>false</td></tr> <tr><td> DiacriticalGrave</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>`</mo></mover></math> </td><td>false</td></tr> <tr><td> DiacriticalDot</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>˙</mo></mover></math> </td><td>false</td></tr> <tr><td> DiacriticalDoubleAcute</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>˝</mo></mover></math> </td><td>false</td></tr> <tr><td> LeftArrow</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>←</mo></mover></math> </td><td>true</td></tr> <tr><td> LeftRightArrow</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>↔</mo></mover></math> </td><td>true</td></tr> <tr><td> LeftRightVector</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⥎</mo></mover></math> </td><td>true</td></tr> <tr><td> LeftVector</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>↼</mo></mover></math> </td><td>true</td></tr> <tr><td> DiacriticalAcute</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>´</mo></mover></math> </td><td>false</td></tr> <tr><td> RightArrow</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>→</mo></mover></math> </td><td>true</td></tr> <tr><td> RightVector</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⇀</mo></mover></math> </td><td>true</td></tr> <tr><td> DiacriticalTilde</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>˜</mo></mover></math> </td><td>true</td></tr> <tr><td> DoubleDot</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>¨</mo></mover></math> </td><td>false</td></tr> <tr><td> DownBreve</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>̑</mo></mover></math> </td><td>false</td></tr> <tr><td> Hacek</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>ˇ</mo></mover></math> </td><td>true</td></tr> <tr><td> Hat</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>^</mo></mover></math> </td><td>true</td></tr> <tr><td> OverBar</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>‾</mo></mover></math> </td><td>true</td></tr> <tr><td> OverBrace</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⏞</mo></mover></math> </td><td>true</td></tr> <tr><td> OverBracket</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⎴</mo></mover></math> </td><td>true</td></tr> <tr><td> OverParenthesis</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⏜</mo></mover></math> </td><td>true</td></tr> <tr><td> TripleDot</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⃛</mo></mover></math> </td><td>false</td></tr> <tr><td> UnderBar</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>_</mo></mover></math> </td><td>true</td></tr> <tr><td> UnderBrace</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⏟</mo></mover></math> </td><td>true</td></tr> <tr><td> UnderBracket</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⎵</mo></mover></math> </td><td>true</td></tr> <tr><td> UnderParenthesis</td><td><math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mi>---text---</mi><mo>⏝</mo></mover></math> </td><td>true</td></tr> </table> </body> </html>