groff
[Top][All Lists]
Advanced

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

Re: [Groff] Simple question ...


From: Ralph Corderoy
Subject: Re: [Groff] Simple question ...
Date: Sat, 28 Sep 2002 10:58:37 +0100

Hi,

> And watch out for lines that begin with "."
> 
>      \&./localcommand

And for those that contain the current escape character.  Best to turn
it off.

    $ echo 'puts("hello\nworld");' | groff -Tascii | cat -s
    puts("hello0orld");

    $ echo '.ecs                                               
    > .eo                                               
    > puts("hello\nworld");                          
    > .ecr' | groff -Tascii | cat -s
    puts("hello\nworld");

    $

Cheers,


Ralph.


reply via email to

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