groff
[Top][All Lists]
Advanced

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

Re: groff "mom": How to add vertical space around bullet items?


From: Peter Schaffter
Subject: Re: groff "mom": How to add vertical space around bullet items?
Date: Mon, 15 Feb 2021 13:40:46 -0500
User-agent: Mutt/1.9.4 (2018-02-28)

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

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