Diff for /Amaya/amaya/HTMLTT.T between versions 1.23 and 1.24

version 1.23, 1997/09/10 10:54:07 version 1.24, 1997/09/17 16:45:24
Line 270  RULES Line 270  RULES
 #endif  #endif
  Paragraph:   Paragraph:
         BEGIN          BEGIN
         Create '\12\12' After;          Create '\12' After;
           if not within List_Item and not within Definition
               Create '\12' After;
         END;          END;
   
  Pseudo_paragraph:   Pseudo_paragraph:
         BEGIN          BEGIN
         Create '\12' After;          Create '\12' After;
         if not within List_Item          if not within List_Item and not within Definition
             Create '\12' After;              Create '\12' After;
         END;          END;
   
Line 292  RULES Line 294  RULES
         END;          END;
   
  Definition_List: BEGIN   Definition_List: BEGIN
           Create '\12' After;
         END;          END;
   
  Term:  BEGIN   Term:  BEGIN
Line 306  RULES Line 309  RULES
  Unnumbered_List: BEGIN   Unnumbered_List: BEGIN
         Indent +3;          Indent +3;
         Indent -3 After;          Indent -3 After;
           Create '\12' After;
         END;          END;
   
  Numbered_List: BEGIN   Numbered_List: BEGIN
         Indent +3;          Indent +3;
         Indent -3 After;          Indent -3 After;
           Create '\12' After;
         END;          END;
   
  Address: BEGIN   Address: BEGIN

Removed from v.1.23  
changed lines
  Added in v.1.24


Webmaster