[groff] 01/01: [mom]: Minor style tweaks to mom-pdf.mom.

2024-02-21 Thread Peter Schaffter
PTPi pushed a commit to branch master in repository groff. commit 66d28337296a7acf082957f41fd991598cd1ff2c Author: Peter Schaffter AuthorDate: Wed Feb 21 16:08:35 2024 -0500 [mom]: Minor style tweaks to mom-pdf.mom. --- contrib/mom/examples/mom-pdf.mom | 9 ++--- 1 file changed, 6

[groff] 01/01: [mom]: Update docs for 2.6_c.

2024-02-21 Thread Peter Schaffter
PTPi pushed a commit to branch master in repository groff. commit 5459417e16e6f35ec9f85b7e28d708c6e8061db6 Author: Peter Schaffter AuthorDate: Wed Feb 21 16:07:20 2024 -0500 [mom]: Update docs for 2.6_c. --- contrib/mom/momdoc/docelement.html | 12 contrib/mom/momdoc/toc.html

[groff] 01/01: [mom]:[om.tmac]:Improve pdfbox handling around headings.

2024-02-21 Thread Peter Schaffter
PTPi pushed a commit to branch master in repository groff. commit 9bc11965534995683009a9daee8c5de32968d1a4 Author: Peter Schaffter AuthorDate: Wed Feb 21 16:01:56 2024 -0500 [mom]:[om.tmac]:Improve pdfbox handling around headings. Add LEAD to HEADING_STYLE args. Bug fixes

[groff] 01/01: [pdfmom.pl]: Accrete `-k` and `-K` options to groff

2024-02-21 Thread Peter Schaffter
PTPi pushed a commit to branch master in repository groff. commit bfc55cf250267d84ece913c010e3a4b425bc8367 Author: Peter Schaffter AuthorDate: Wed Feb 21 15:47:43 2024 -0500 [pdfmom.pl]: Accrete `-k` and `-K` options to groff --- src/devices/gropdf/pdfmom.pl | 6 +++--- 1 file changed, 3

Re: Accent mystery

2024-02-21 Thread G. Branden Robinson
Hi Peter, At 2024-02-21T13:42:58-0500, Peter Schaffter wrote: > > It looks idiomatic enough to me. You can expect this change in my > > next push. Thanks! > > Deri sent me a patch this morning. I've applied and tested it. > Fixes the issue. If you want, I can push the change. Sure! Here's

Re: Accent mystery

2024-02-21 Thread Peter Schaffter
Branden -- On Wed, Feb 21, 2024, G. Branden Robinson wrote: > At 2024-02-21T01:27:43+0100, Tadziu Hoffmann wrote: > > I guess the simplest fix would be to have pdfmom _append_ the > > "-k" and "-K" options to $preconv, i.e., replacing > > > > $preconv=$c; > > > > by > > > > $preconv.='

Re: [PATCH v3] [grotty]: Use terminfo.

2024-02-21 Thread G. Branden Robinson
At 2024-02-20T13:56:08+, Lennart Jablonka wrote: > Quoth G. Branden Robinson: > > > You know, just in case you want to take another look at that patch I > > > sent a while ago. For grotty. To use terminfo. > > > > […] > > > > So I will take another look, yes. > > I guess then I’ll

Re: [PATCH] [eqn]: Don’t place undue expectation on libc.

2024-02-21 Thread G. Branden Robinson
Hi Lennart, At 2024-02-20T13:44:34+, Lennart Jablonka wrote: > At that place, eqn has included the header . As part of the > C++ standard library, provides a bunch of stuff, including > atexit, in the global scope; it need not provide that stuff in > namespace std. > > See

Re: Accent mystery

2024-02-21 Thread G. Branden Robinson
Hi Tadziu! At 2024-02-21T01:27:43+0100, Tadziu Hoffmann wrote: > I guess the simplest fix would be to have pdfmom _append_ the > "-k" and "-K" options to $preconv, i.e., replacing > > $preconv=$c; > > by > > $preconv.=' '.$c; > > at all three occurrences (the space makes sure the option

Re: [mom] CAPTION_AFTER _LABEL ignores alignment rules

2024-02-21 Thread MB2759
> Congrats, you found a genuine bug. I am preparing to push and > > upload mom 2-6_c, which will include a fix for the caption alignment > > bug, probably before the end of the week. If you're in a terrific > > hurry, contact me privately and I will provide a patch. Otherwise, > > I'll