Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.80 and 1.81

version 1.80, 2000/10/26 09:01:41 version 1.81, 2000/10/26 10:07:58
Line 287  static AttrValueMapping MathMLAttrValueM Line 287  static AttrValueMapping MathMLAttrValueM
  {MathML_ATTR_denomalign, TEXT("right"), MathML_ATTR_denomalign_VAL_right_},   {MathML_ATTR_denomalign, TEXT("right"), MathML_ATTR_denomalign_VAL_right_},
   
  {MathML_ATTR_display, TEXT("block"), MathML_ATTR_display_VAL_block},   {MathML_ATTR_display, TEXT("block"), MathML_ATTR_display_VAL_block},
    {MathML_ATTR_display, TEXT("display"), MathML_ATTR_display_VAL_block},
  {MathML_ATTR_display, TEXT("inline"), MathML_ATTR_display_VAL_inline_},   {MathML_ATTR_display, TEXT("inline"), MathML_ATTR_display_VAL_inline_},
   
  {MathML_ATTR_displaystyle, TEXT("true"), MathML_ATTR_displaystyle_VAL_true},   {MathML_ATTR_displaystyle, TEXT("true"), MathML_ATTR_displaystyle_VAL_true},
Line 315  static AttrValueMapping MathMLAttrValueM Line 316  static AttrValueMapping MathMLAttrValueM
  {MathML_ATTR_largeop, TEXT("true"), MathML_ATTR_largeop_VAL_true},   {MathML_ATTR_largeop, TEXT("true"), MathML_ATTR_largeop_VAL_true},
  {MathML_ATTR_largeop, TEXT("false"), MathML_ATTR_largeop_VAL_false},   {MathML_ATTR_largeop, TEXT("false"), MathML_ATTR_largeop_VAL_false},
   
  {MathML_ATTR_mode, TEXT("display"), MathML_ATTR_mode_VAL_display_},  
  {MathML_ATTR_mode, TEXT("inline"), MathML_ATTR_mode_VAL_inline_math},  
   
  {MathML_ATTR_movablelimits, TEXT("true"), MathML_ATTR_movablelimits_VAL_true},   {MathML_ATTR_movablelimits, TEXT("true"), MathML_ATTR_movablelimits_VAL_true},
  {MathML_ATTR_movablelimits, TEXT("false"), MathML_ATTR_movablelimits_VAL_false},   {MathML_ATTR_movablelimits, TEXT("false"), MathML_ATTR_movablelimits_VAL_false},
   

Removed from v.1.80  
changed lines
  Added in v.1.81


Webmaster