[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] a .text macro
From: |
Bernd Warken |
Subject: |
Re: [Groff] a .text macro |
Date: |
Mon, 10 Dec 2001 22:01:55 +0100 |
User-agent: |
Mutt/1.2.5i |
On Sun, Dec 09, 2001 at 11:30:29PM +0100, Werner LEMBERG wrote:
>
> It's not clear to me what you want to do here. Please give an
> example why you need that.
>
.\" start of example
.eo
.de text
. if 1 \{\}\$*
..
.ec
.text The .text macro prints an ellipsis
.text ...
.br
.nop But .nop does not print the ellipsis.
.nop ...
.\" end of example
This produces
The .text macro prints an ellipsis ...
But .nop does not print the ellipsis.
Bernd Warken