Re: [PATCH 3/3] Use subsections instead of sections
From: Thaddeus H. Black <hidden>
Date: 2021-09-12 15:22:38
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Thaddeus H. Black <hidden>
Date: 2021-09-12 15:22:38
On Sun, Sep 12, 2021 at 04:56:21PM +0200, Alejandro Colomar (man-pages) wrote:
I'm a bit worried that this might be overcomplicating it, and maybe a hypothetical .SSS macro would be useful here (or another solution). Do you have any thoughts about it? That hypothetical macro would behave like .TP + .B + .RS (as shown above; and that .RS would only end at a following .SSS/.SS/.SH)
It is not important to me that my .SSS macro be used, but for reference here it is: .de1 SSS . if !r SSS_SN_ORIG .nr SSS_SN_ORIG \\n[SN] . nr SN (2 * \\n[SSS_SN_ORIG]) . SS \&\\$* . nr SN (\\n[SSS_SN_ORIG]) ..