On Mon, Feb 15, 2021, Steve Ross via wrote:
> I may have missed it in the "mom" documentation, but I'm looking
> for a way to adjust the vertical spacing between the ITEMs of a
> LIST.

Use ITEM <space> (e.g. ITEM .5v to put half a linespace between
list items).  If you always want the same spacing, redefine ITEM to
include it, like this:

.rn ITEM ITEM-orig
.de ITEM
. ITEM-orig .5v
..

Spacing above and beneath LISTs must be entered explicitly with a
spacing macro or request (.SP, .ALD, .sp).  Mom makes no assumptions
concerning list spacing, given the multitude of uses and abuses to
which LIST/ITEM are routinely subjected.

-- 
Peter Schaffter
https://www.schaffter.ca

Reply via email to