Re: [Groff] Blocks of text in -ms

2006-08-25 Thread Larry Kollar
I'm wondering if there's a way to do a block of text using -ms macros, where the lines don't all get joined. Add the request: .nf (begin no-fill mode) before the block of text, then add .fi (begin fill mode) after. Or... .DS I pasted in text... .DE See "Display

Re: [Groff] Blocks of text in -ms

2006-08-25 Thread Clarke Echols
Simple. Add the request: .nf (begin no-fill mode) before the block of text, then add .fi (begin fill mode) after. I do it all the time. Works like a charm. The macro package should not over-ride the settings. Clarke Louis Guillaume wrote: Hi, I'm wondering if there's a way to do a bl

[Groff] Blocks of text in -ms

2006-08-25 Thread Louis Guillaume
Hi, I'm wondering if there's a way to do a block of text using -ms macros, where the lines don't all get joined. What' I'd like to do is copy blocks of text from my terminal and paste them into the document like so... .QP .ft CR [EMAIL PROTECTED] ~]# diff -u /etc/ssh/sshd_config.orig /etc/s