Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.150 and 1.151

version 1.150, 2002/03/21 16:18:02 version 1.151, 2002/03/28 15:43:13
Line 1479  void SetIntAddSpaceAttr (Element el, Doc Line 1479  void SetIntAddSpaceAttr (Element el, Doc
                      (int)text[0] == 0x2248 || /* equivalent */                       (int)text[0] == 0x2248 || /* equivalent */
                      (int)text[0] == 0x2297 || /* circle times */                       (int)text[0] == 0x2297 || /* circle times */
                      (int)text[0] == 0x2295 || /* circle plus */                       (int)text[0] == 0x2295 || /* circle plus */
                      (int)text[0] == 0x2229 ||                       (int)text[0] == 0x2229 || /* Intersection */
                      (int)text[0] == 0x222A ||                       (int)text[0] == 0x222A || /* Union */
                      (int)text[0] == 0x2283 ||                       (int)text[0] == 0x2283 || /* Superset of */
                      (int)text[0] == 0x2287 ||                       (int)text[0] == 0x2287 || /* Superset of or equal to */
                      (int)text[0] == 0x2284 ||                       (int)text[0] == 0x2284 || /* Not a subset of */
                      (int)text[0] == 0x2282 ||                       (int)text[0] == 0x2282 || /* Subset of */
                      (int)text[0] == 0x2286 ||                       (int)text[0] == 0x2286 || /* Subset of or equal to */
                      (int)text[0] == 0x2208 ||                       (int)text[0] == 0x2208 || /* Element of */
                      (int)text[0] == 0x2209 ||                       (int)text[0] == 0x2209 || /* Not an element of */
                      (int)text[0] == 0x2220 ||                       (int)text[0] == 0x2220 || /* Angle */
                      (int)text[0] == 0x2207 ||                       (int)text[0] == 0x2207 || /* Nabla */
                      (int)text[0] == 0x2227 || /* and */                       (int)text[0] == 0x2227 || /* and */
                      (int)text[0] == 0x2228)   /* or */                       (int)text[0] == 0x2228 || /* or */
                        (int)text[0] == 0x2190 || /* left arrow */
                        (int)text[0] == 0x2192 || /* right arrow */
                        (int)text[0] == 0x2194)   /* left right arrow */
 #endif  #endif
               /* infix operator */                /* infix operator */
               val = MathML_ATTR_IntAddSpace_VAL_both;                val = MathML_ATTR_IntAddSpace_VAL_both;

Removed from v.1.150  
changed lines
  Added in v.1.151


Webmaster