RE: [groff] Re: Space After A Heading with groff -mm

2019-12-22 Thread Jeff Conrad
Mike, Damian, > On Sun, 22 Dec 2019, Mike Bianchi wrote: > > The .H macro is highly customizable. > > In particular, the Hs register says: > On Sunday, December 22, 2019 7:33 AM, Damian McGuckin wrote: > Tried that. Does not fix it. > > If I do > > .rm misc@tag > > the problem goes

Re: [groff] Re: Space After A Heading with groff -mm

2019-12-22 Thread Damian McGuckin
Hi Mike, On Sun, 22 Dec 2019, Mike Bianchi wrote: When using the 'mm' macros, I try ... Look at groff_mm(7) , for the documentation of the .H macro. The .H macro is highly customizable. In particular, the Hs register says: Tried that. Does not fix it. If I do .rm misc@tag

[groff] Re: Space After A Heading with groff -mm

2019-12-22 Thread Mike Bianchi
> When using the 'mm' macros, I try ... Look at groff_mm(7) , for the documentation of the .H macro. The .H macro is highly customizable. In particular, the Hs register says: Heading space level A blank line is inserted after the heading if the h

RE: Space After A Heading with groff -mm

2019-12-22 Thread Damian McGuckin
On Sun, 22 Dec 2019, Damian McGuckin wrote: On Sun, 22 Dec 2019, Jeff Conrad wrote: I ran into the same problem; it looks really, really bad. I reported it last year as bug #54909 (https://savannah.gnu.org/bugs/?54909); the problem arises from the code that generates HTML. I don't have a r

RE: Space After A Heading with groff -mm

2019-12-21 Thread Damian McGuckin
On Sun, 22 Dec 2019, Jeff Conrad wrote: I ran into the same problem; it looks really, really bad. I reported it last year as bug #54909 (https://savannah.gnu.org/bugs/?54909); the problem arises from the code that generates HTML. I don't have a real fix, but have a hack to produce the long-st

RE: Space After A Heading with groff -mm

2019-12-21 Thread Jeff Conrad
Damian, I ran into the same problem; it looks really, really bad. I reported it last year as bug #54909 (https://savannah.gnu.org/bugs/?54909); the problem arises from the code that generates HTML. I don't have a real fix, but have a hack to produce the long-standing behavior at the expense of H

Space After A Heading with groff -mm

2019-12-21 Thread Damian McGuckin
When using the 'mm' macros, I try .H 1 "A Heading" .AL 1 .LI My List under 1.18.1.4, if gives me a single space between the space and the list. 1. A Heading My List This is the correct behaviour and has been since the days of DWB/MM. Some of u