1 02/20/80  l1exact.compin, l2exact.compin, l3exact.compin,
 2           l4exact.compin
 3 
 4 Syntax:  .ifi lXexact "paragraph-title"
 5 
 6 
 7 
 8 
 9 Function:
10 These macros perform part of the functions of the equivalent level
11 header macros.  They
12 1) generate paragraph headings without translating 'paragraph-title' to
13    the font defined for the level
14 2) do NOT generate an entry in the Table of Contents
15 
16 
17 Arguments:
18 'paragraph-title' is the title of the next paragraph exactly as it is
19    to appear in the paragraph heading.
20 
21 
22 Notes:
23 1) Use l1toc.compin, l2toc.compin, l3toc.compin, and l4toc.compin to
24    generate an entry in the Table of Contents at the appropriate level.
25 
26 
27 Examples:
28 A section describing the compose text formatter might contain:
29 
30         .ifi init_mpm "AZ98"
31         .srv section 4
32         .ifi l0exact "WORDPRO TEXT FORMATTER"
33         .ifi l0toc "WORDPRO Text Formatter"
34              The following....
35         .ifi l1exact "compose COMMAND"
36         .ifi l1toc "compose Command"
37              The compose command ...
38         .ifi l1h "Terminology"
39 
40 (END)