Diff for /Amaya/amaya/HTMLT.T between versions 1.40 and 1.41

version 1.40, 1998/01/27 12:17:59 version 1.41, 1998/03/30 14:49:11
Line 353  RULES Line 353  RULES
         Create '</math>\12' After;                Create '</math>\12' After;      
         END;          END;
  MathML:   MathML:
         begin  
         Use MathMLT;              Use MathMLT;    
         end;  #endif
   #ifdef GRAPHML
    XMLGraphics: BEGIN
           Create '<xmlgraphics';
           Create Attributes;
           Create '>\12';
           indent +2;
           indent -2 after;
           Create '</xmlgraphics>\12' After;       
           END;
    GraphML:
           Use GraphMLT;   
 #endif  #endif
   
  Paragraph: BEGIN   Paragraph: BEGIN

Removed from v.1.40  
changed lines
  Added in v.1.41


Webmaster