Diff for /Amaya/amaya/HTMLTT.T between versions 1.36 and 1.37

version 1.36, 1998/07/20 15:34:54 version 1.37, 1998/07/27 17:48:25
Line 286  RULES Line 286  RULES
         Create '[math]';          Create '[math]';
         Remove;          Remove;
         END;          END;
  MathDisp: BEGIN  
         Create '\12[math]\12';  
         Remove;  
         END;  
 #endif  #endif
  Paragraph:   Paragraph:
         BEGIN          BEGIN
Line 1015  ATTRIBUTES Line 1011  ATTRIBUTES
         END;          END;
  mode = display:   mode = display:
         BEGIN          BEGIN
           create '\12';
           create '\12' after;
         END;          END;
 #endif  #endif
   

Removed from v.1.36  
changed lines
  Added in v.1.37


Webmaster