Ralph Corderoy wrote:
> 
> 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.
> 
> 
>  
Thanks.  It's working for me now. Now how do I adjust the line length within
the .tl? Adjusting the page offset seemsto work, but .ll has no effect. Any
suggestions?

-- 
View this message in context: 
http://old.nabble.com/multi-line-headers-footers-tp32868980p32923169.html
Sent from the Groff - General mailing list archive at Nabble.com.


Reply via email to