groff
[Top][All Lists]
Advanced

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

Re: [Groff] fractional point sizes with -ms


From: Werner LEMBERG
Subject: Re: [Groff] fractional point sizes with -ms
Date: Tue, 06 Jan 2004 22:48:59 +0100 (CET)

> Sounds OK to me.  The only other way I see is to add a register
> to condition the division on:
> 
>       .ie \n[FRAC-PS] > 0 \
>       .    ps (\n[PS]z / 100u)
>       .el \
>       .    ps \n[PS]
> 
> but your method is more transparent and certainly no more
> objectionable than the above.

I think my suggestion has the advantage that you still can say

  .nr PS 10

which probably most -ms users are accustomed to.

Has anyone ever seriously used a point size < 3pt or > 300pt?  The
stress is on `seriously'.  I think this value is quite a useful
threshold for interpreting values as fractional point sizes.


    Werner

reply via email to

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