> 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


_______________________________________________
Groff mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to