Il 23 febbraio 2025 alle 21:40 G. Branden Robinson ha scritto: > You're doing some non-idiomatic things with the ms(7) package and the > tbl(1) preprocessor. > > The ms package does not expect you to reconfigure the formatter's line > length ad hoc within the document. Instead, if you require a > non-default line length, you should set the `LL` register early in the > document, prior to an "initializing" macro call (which is most ms macros > apart from `RP`).
Ohhh now I see. Many thanks, it finally all clicks: the “Format and layout” is conceptually different and of course follows its own rules. > I'm attaching a revised version of your test that I hope is helpful. > > Please let us know if it is, or isn't. It is and will help me writing correct and more idiomatic groff in the future, thanks! —F