1 02/20/80  l0setup.compin, l1setup.compin, l2setup.compin,
 2           l3setup.compin, l4setup.compin
 3 
 4 Syntax:  .ifi lXsetup "title-line"
 5 
 6 
 7 Function:
 8 These macros set up the proper environment and perform all the 'side
 9 effect' processing (including the generation of any implied page
10 headers) as for the equivalent level header macros, but do NOT emit the
11 header title or the Table of Contents entries.
12 
13 
14 Arguments:
15 'title-line' the text of the section/paragraph title as for the
16    equivalent level header macro.
17 
18 
19 Notes:
20 1) Use of these macros is generally limited to special addenda work
21    (e.g., a long document in which only the last five pages change and
22    they are prepared in a new segment or new material is being added
23    but kept in a separate segment.)
24 
25 
26 Examples:
27 Assume that section 3 of my_doc is about 200 pages long and a summary
28 portion is being added in addendum A following page 3-125.  The
29 following lines could be the beginning of that separate summary
30 segment:
31 
32         .ifi init "ZZnn"
33         .srv section "3"
34         .ifi l0setup "section-3-subject"
35         .brp 3-125
36         .ifi dot_page
37         .srv add_letter "A"
38         .srv add_date "7/78"
39         .ifi l2h "Summary"
40              A summary of the above is...
41 
42 (END)