groff
[Top][All Lists]
Advanced

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

Re: [Groff] An observation on .writem


From: Ralph Corderoy
Subject: Re: [Groff] An observation on .writem
Date: Sun, 02 Sep 2001 11:40:17 +0100

Hi Werner,

>   nice                                          test
> 
>   This             is             a             nice
>   test.
> 
> After ending the diversion xx, the space between the two words is no
> longer stretchable (but discardable at the end of line).

That's interesting.  Here's groff first, nroff on AIX 3.2.5 second.

    $ cat in
    .ll 5i
    .di xx
    nice test\p
    .br
    .di
    .
    .ds yy \*(xx

    .xx

    This is a \*(yy.

    % nroff <in | cat -s

    nice                                          test

    This             is             a             nice
    test.

    $ nroff <in | cat -S 

    nice                                          test

    This                     is                      a
    nice
    test.


Ralph.


reply via email to

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