- From: Bobby Thomale <bthomale@gmail.com>
- Date: Wed, 3 Feb 2010 16:30:51 -0600
- To: www-math@w3.org
I have been going through the operator dictionary writing text descriptions of each mathematical operator. While I was doing this, I noticed what appears to be an error in the mmlalias.ent file, as well as the entity tables on the mathml standard website. At the top of the file it says to report bugs on this list. If you look at the following entities in mmlalias.ent: <!ENTITY NotGreater "≯" ><!--alias ISOAMSN ngt --> <!ENTITY NotGreaterEqual "≱" ><!--alias ISOAMSN nge --> <!ENTITY NotGreaterFullEqual "≦̸" ><!--alias ISOAMSN nlE --> <!ENTITY NotGreaterGreater "≫̸" ><!--alias ISOAMSN nGtv --> NotGreaterFullEqual is, I believe, in error. If you look at the glyphs, the symbol being negated: ≦ is actually a less than sign over a full equals. <!ENTITY LessFullEqual "≦" ><!--alias ISOAMSR lE --> http://www.fileformat.info/info/unicode/char/2266/index.htm The other "not greater" glyphs are, correctly, variants of greater than symbols with a negation line through them. You can also see this problem if you search the following table for "NotGreaterFullEqual": http://www.w3.org/TR/MathML/isoamsn.html Its clearly mapped to "LESS-THAN OVER EQUAL TO with slash." Seems wrong. Also odd is the fact that NotGreaterFullEqual is defined here and listed in the operator dictionary, but NotLessFullEqual isn't. There are 7 entities beginning with "NotGreater..." defined in the operator dictionary, and only 6 "NotLess..." ones - NotGreaterFullEqual is the one that does not have a corresponding NotLess... defined. http://www.w3.org/TR/MathML2/appendixf.html "≯" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≱" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≧̸" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≫̸" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≹" form="infix" lspace="thickmathspace" rspace="thickmathspace" "⩾̸" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≵" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≮" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≰" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≸" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≪̸" form="infix" lspace="thickmathspace" rspace="thickmathspace" "⩽̸" form="infix" lspace="thickmathspace" rspace="thickmathspace" "≴" form="infix" lspace="thickmathspace" rspace="thickmathspace" -- Bobby Thomale Vital Source Technologies http://www.vitalsource.com
Received on Thursday, 4 February 2010 12:27:57 UTC