Diff for /Amaya/amaya/HTMLT.T between versions 1.32 and 1.33

version 1.32, 1997/06/28 11:15:49 version 1.33, 1997/06/30 16:37:15
Line 332  RULES Line 332  RULES
 #endif  #endif
   
 #ifdef MATHML  #ifdef MATHML
  XML: BEGIN   Math: BEGIN
         Create '<xml';          Create '<math';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         indent +2;          indent +2;
         indent -2 after;          indent -2 after;
         Create '</xml>\12' After;                 Create '</math>\12' After;      
           END;
    MathDisp: BEGIN
           Create '<mathdisp';
           Create Attributes;
           Create '>\12';
           indent +2;
           indent -2 after;
           Create '</mathdisp>\12' After;  
         END;          END;
  MathML:   MathML:
         begin          begin

Removed from v.1.32  
changed lines
  Added in v.1.33


Webmaster