Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.84 and 1.85

version 1.84, 2000/10/29 10:47:36 version 1.85, 2000/10/29 11:32:43
Line 31  XmlEntity  MathEntityTable[] = Line 31  XmlEntity  MathEntityTable[] =
       specific MathML entities */        specific MathML entities */
    {TEXT("Agr"), 65, 'G'},     {TEXT("Agr"), 65, 'G'},
    {TEXT("And"), 217, 'G'},     {TEXT("And"), 217, 'G'},
    {TEXT("ApplyFunction"), 32, 'L'},  /* render as white space */     {TEXT("ApplyFunction"), 0, SPACE},
    {TEXT("Backslash"), 92, 'L'},     {TEXT("Backslash"), 92, 'L'},
    {TEXT("Bgr"), 66, 'G'},     {TEXT("Bgr"), 66, 'G'},
    {TEXT("Cap"), 199, 'G'},     {TEXT("Cap"), 199, 'G'},

Removed from v.1.84  
changed lines
  Added in v.1.85


Webmaster