How about this:

  .de mysp
  .nr myspcnr (v;\\$1)
  ..
  .de myspcmac
  .sp \\n[myspcnr]u
  ..
  .blm myspcmac

and then just say

  .mysp .4

if you want small spacing, or

  .mysp 1

if you want larger spacing, etc.




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

Reply via email to