1 11/30/86 l1hbox.compin, l2hbox.compin, l3hbox.compin, l4hbox.compin
2
3 Syntax: .ifi lXhbox "paragraph-title"
4
5
6 Function:
7 These macros perform all the functions of their lXh.compin counterparts
8 with the addition of constructing a boxed page header for those
9 'paragraph-titles' that would not automatically get one because of
10 their format.
11
12
13 Notes:
14 Entry points have been defined for the generation of
15 multiline page and mid-page boxed headers, namely:
16
17 l1 2 3 4hbox boxed page header ONLY
18 l1 2 3 4mhbox boxed page and mid-page header
19
20 If you enter;
21
22 .ifi l1hbox "First Line!Second Line!....!Last Line"
23
24 will generate the page header;
25
26 ------------ ----------
27 First Line First Line
28 Second Line Second Line
29 ... ...
30 Last Line Last Line
31 ------------ -----------
32
33 See corrseponding lXh.compin.info for more information.
34
35 END