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

version 1.85, 2000/10/29 11:32:43 version 1.86, 2000/11/03 17:41:48
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"), 0, SPACE},     {TEXT("ApplyFunction"), 129, 'L'},   /* rendered as a thin 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'},
Line 67  XmlEntity  MathEntityTable[] = Line 67  XmlEntity  MathEntityTable[] =
    {TEXT("ImaginaryI"), 105, 'L'},     {TEXT("ImaginaryI"), 105, 'L'},
    {TEXT("Integral"), 242, 'G'},     {TEXT("Integral"), 242, 'G'},
    {TEXT("Intersection"), 199, 'G'},     {TEXT("Intersection"), 199, 'G'},
    {TEXT("InvisibleComma"), 129, 'L'},     {TEXT("InvisibleComma"), 129, 'L'},   /* thin space */
    {TEXT("InvisibleTimes"), 0, SPACE},     {TEXT("InvisibleTimes"), 129, 'L'},   /* thin space */
    {TEXT("Kgr"), 75, 'G'},     {TEXT("Kgr"), 75, 'G'},
    {TEXT("KHgr"), 67, 'G'},     {TEXT("KHgr"), 67, 'G'},
    {TEXT("Lambda"), 76, 'G'},     {TEXT("Lambda"), 76, 'G'},
Line 127  XmlEntity  MathEntityTable[] = Line 127  XmlEntity  MathEntityTable[] =
    {TEXT("VerticalBar"), 124, 'L'},     {TEXT("VerticalBar"), 124, 'L'},
    {TEXT("Xi"), 88, 'G'},     {TEXT("Xi"), 88, 'G'},
    {TEXT("Zgr"), 90, 'G'},     {TEXT("Zgr"), 90, 'G'},
    {TEXT("af"), 32, 'L'},             /* render as white space */     {TEXT("af"), 129, 'L'},             /* rendered as thin space */
    {TEXT("aleph"), 192, 'G'},     {TEXT("aleph"), 192, 'G'},
    {TEXT("alpha"), 97, 'G'},     {TEXT("alpha"), 97, 'G'},
    {TEXT("and"), 217, 'G'},     {TEXT("and"), 217, 'G'},
Line 177  XmlEntity  MathEntityTable[] = Line 177  XmlEntity  MathEntityTable[] =
    {TEXT("int"), 242, 'G'},     {TEXT("int"), 242, 'G'},
    {TEXT("iota"), 105, 'G'},     {TEXT("iota"), 105, 'G'},
    {TEXT("isin"), 206, 'G'},     {TEXT("isin"), 206, 'G'},
    {TEXT("it"), 0, SPACE},     {TEXT("it"), 129, 'L'},          /* rendered as a thin space */
    {TEXT("kappa"), 107, 'G'},     {TEXT("kappa"), 107, 'G'},
    {TEXT("lArr"), 220, 'G'},     {TEXT("lArr"), 220, 'G'},
    {TEXT("lambda"), 108, 'G'},     {TEXT("lambda"), 108, 'G'},

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


Webmaster