1 02/20/80  l0toc.compin, l1toc.compin, l2toc.compin, l3toc.compin,
 2           l4toc.compin
 3 
 4 Syntax:  .ifi l0toc "title"
 5 
 6 
 7 Function:
 8 These macros add a section or paragraph title to the Table of Contents
 9 at the appropriate level.
10 
11 
12 Arguments:
13 'title' is the section-title or paragraph-title exactly as it is to
14    appear in the Table of Contents.
15 
16 
17 Notes:
18 1) These macros are used to generate entries in the Table of Contents
19    when, for any reason (such as the use of the equivalent 'exact'
20    macro), the accompanying section or paragraph heading is not wanted
21    in the text.  They may also be used to generate entries for sections
22    as yet unwritten or to be provided.  The macros should be inserted
23    immediately AFTER the title is placed in the text, or inserted where
24    the unwritten section or paragraph belongs.
25 
26 
27 Examples:
28 A paragraph describing the qedx editor might begin:
29 
30         .ifi l3exact "USING THE qedx COMMAND"
31         .ifi l3toc "Using the qedx Command"
32 
33 (END)