Hi maouinin,

> > .de TP
> > spacing, line length etc instructions
> > .tl \" first three part title
> > .tl \" second three part title
> > ..
> 
> I have been using .PH "' left part 'center part ' right part' "
> headers and I like the format. Your solution worked, but I lost the
> left/center/right format that comes with the PH macro. How would I
> keep within the multi-line headers?

Are you aware that .tl (title) takes three parts, left, centre, and
right?

    $ printf '.tl ,1,2,3,\n.tl ,444,555,666,\n' |
    > groff -Tascii |
    > grep .
    1                               2                               3
    444                            555                            666
    $

Mike Bishop was suggesting you use mupltiple .tl in TP, etc.

Cheers, Ralph.

Reply via email to