groff
[Top][All Lists]
Advanced

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

Re: [Groff] More arguments, please :-)


From: Werner LEMBERG
Subject: Re: [Groff] More arguments, please :-)
Date: Sat, 11 Mar 2006 02:04:25 +0100 (CET)

> I think the only way you can do it is on the following lines:
> 
> .de mysp
> .sp 4
> ..
> .blm mysp
> 
> and then you can simply redefine 'mysp' whenever you like, without
> redefining 'blm'. This is almost as compact as redefining
> 
> .blm sp 6
> 
> say, every time.

Setting a register will also do:

  .de mysp
  .  sp \\[blm_sp]
  ..
  .
  .blm mysp
  .
  .nr blm_sp 4


    Werner




reply via email to

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