Diff for /Amaya/amaya/HTMLT.T between versions 1.90 and 1.91

version 1.90, 1999/11/29 09:06:57 version 1.91, 1999/11/29 09:57:12
Line 473  RULES Line 473  RULES
         END;          END;
   
  Math: BEGIN   Math: BEGIN
   #ifdef XML
         Create '<m:math';          Create '<m:math';
   #else
           Create '<math';
   #endif
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         indent +2;          indent +2;
         indent -2 after;          indent -2 after;
   #ifdef XML
         Create '</m:math>\12' After;          Create '</m:math>\12' After;
   #else
           Create '</math>\12' After;
   #endif
         END;          END;
   
  XMLGraphics: BEGIN   XMLGraphics: BEGIN
   #ifdef XML
         Create '<g:xmlgraphics';          Create '<g:xmlgraphics';
   #else
           Create '<xmlgraphics';
   #endif
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         indent +2;          indent +2;
         indent -2 after;          indent -2 after;
   #ifdef XML
         Create '</g:xmlgraphics>\12' After;          Create '</g:xmlgraphics>\12' After;
   #else
           Create '</xmlgraphics>\12' After;
   #endif
         END;          END;
   
  Paragraph: BEGIN   Paragraph: BEGIN

Removed from v.1.90  
changed lines
  Added in v.1.91


Webmaster