groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Blocks of text in -ms


From: Clarke Echols
Subject: Re: [Groff] Blocks of text in -ms
Date: Fri, 25 Aug 2006 14:07:32 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

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 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
address@hidden ~]# diff -u /etc/ssh/sshd_config.orig /etc/ssh/sshd_config
--- /etc/ssh/sshd_config.orig   2006-08-25 14:12:20.000000000 -0400
+++ /etc/ssh/sshd_config        2006-08-25 14:12:37.000000000 -0400
@@ -34,7 +34,7 @@
 # Authentication:

 #LoginGraceTime 2m
-#PermitRootLogin yes
+PermitRootLogin no
 #StrictModes yes
 #MaxAuthTries 6

.LP


... without having to use a `.br' request between each line.

Possible?

Louis


_______________________________________________
Groff mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/groff





reply via email to

[Prev in Thread] Current Thread [Next in Thread]