Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.210 and 1.211

version 1.210, 2005/07/07 12:24:16 version 1.211, 2005/11/18 09:24:30
Line 675  static void  CheckIntDisplaystyle (Eleme Line 675  static void  CheckIntDisplaystyle (Eleme
   ElementType  elType;    ElementType  elType;
   
   elType = TtaGetElementType (el);    elType = TtaGetElementType (el);
   if (elType.ElTypeNum == MathML_EL_Index ||    if (elType.ElTypeNum == MathML_EL_Numerator ||
         elType.ElTypeNum == MathML_EL_Denominator ||
         elType.ElTypeNum == MathML_EL_Index ||
       elType.ElTypeNum == MathML_EL_Subscript ||        elType.ElTypeNum == MathML_EL_Subscript ||
       elType.ElTypeNum == MathML_EL_Superscript ||        elType.ElTypeNum == MathML_EL_Superscript ||
       elType.ElTypeNum == MathML_EL_Underscript ||        elType.ElTypeNum == MathML_EL_Underscript ||
       elType.ElTypeNum == MathML_EL_Overscript ||        elType.ElTypeNum == MathML_EL_Overscript ||
       elType.ElTypeNum == MathML_EL_PostscriptPairs ||        elType.ElTypeNum == MathML_EL_PostscriptPairs ||
       elType.ElTypeNum == MathML_EL_PrescriptPairs)        elType.ElTypeNum == MathML_EL_PrescriptPairs ||
         elType.ElTypeNum == MathML_EL_MTable_body)
     {      {
       ApplyDisplaystyle (el, doc);        ApplyDisplaystyle (el, doc);
     }      }

Removed from v.1.210  
changed lines
  Added in v.1.211


Webmaster