1 02/15/80 collating.compin, coll_page.compin, coll_cont.compin
 2 
 3 Syntax: .ifi collating  "copyright-year"
 4      OR .ifi coll_page  "copyright-year"
 5         .srv file_no    "Pubs-catalog-file-number"
 6         .srv add_letter "what-addendum"
 7         .srv add_date   "publish-date"
 8 and at the top of the second page (to set the proper footers)
 9         .ifi coll_cont
10 
11 
12 Function:
13 When composed, this macro creates a collating page (or pages) for an
14 addendum to a manual.  It:
15 1) generates the heading, standard "remove and insert" sentence, and
16    remove and insert column headings (see "Notes" below)
17 2) generates the proper footers for the first and succeeding pages
18 
19 
20 Arguments:
21 'copyright-year' is the copyright year (all 4 digits) for the addendum,
22    not the manual.
23 'Pubs-catalog-file-number' is the file reference number given in the
24    Publications Catalog.  (For Honeywell use, these numbers will be
25    found in Table 1-3 in Part III, "Writing and Editing," of the
26    Honeywell Publications Standards.)
27 'what-addendum' is a single capital letter, indicating which addendum
28    this is (i.e., A is the first addendum; B, second; etc.).
29 'publish-date' is the month and year, in the form mm/yy, that this
30    addendum is published (generally, "published" here means "brought to
31    the printer").  Normally, leading zeros are not used, so a publish
32    date of August 1978 would be 8/78 not 08/78.
33 
34 
35 Notes:
36 The column headings generated by this macro assume that the output of
37 the first column begins in character position 6 and the second column,
38 in character position 46.  Thus, the user's compin segment can easily
39 be done using the compose horizontal tab controls (see WORDPRO
40 Reference Guide, Section 4).
41 
42 
43 Examples:
44 The following compin segment
45 
46      .ifi init_mpm "AT58"
47      .ifi collating "1978"
48      .srv file_no "1L13"
49      .srv add_letter "A"
50      .srv add_date "8/78"
51      .htd pages 6,46
52      .htn > pages
53      >iii through vii>iii through vii
54      .spb
55      >2-1 through 2-4>2-1, 2-2
56      >>2-3, 2-3.1
57      >>2-3.2, 2-4
58      .spb
59        .
60        .
61        .
62      .htf >
63 
64 
65 produces the following compout
66 
67                         COLLATING INSTRUCTIONS
68 
69     To update the manual, remove old pages and insert new pages as
70 follows:
71 
72       Remove                                  Insert
73 
74       iii through vii                         iii through vii
75 
76       2-1 through 2-4                         2-1, 2-2
77                                               2-3, 2-3.1
78                                               2-3.2, 2-4
79              .
80              .
81              .
82 
83  c  1978, Honeywell Information Systems Inc.            File No.: 1L13
84 
85 DRAFT:  MAY BE CHANGED 8/78                          12/04/78    AT58A
86 
87 (END)