gbranden pushed a commit to branch master
in repository groff.

commit 05a0685419f2d7886f7ef5e57e513383ea7fd80f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 12 21:13:25 2025 -0600

    [mm]: Adjust title line length in B1/B2 boxes.
    
    * contrib/mm/m.tmac (B1): In the environment we set up for boxed text,
      shorten the line length of title lines.  This (a) makes sense and (b)
      parallelizes more closely with the `B1` and `B2` macros in the ms(7)
      package.
---
 contrib/mm/ChangeLog | 7 +++++++
 contrib/mm/m.tmac    | 1 +
 2 files changed, 8 insertions(+)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 027a8302d..d0cc9a159 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,10 @@
+2025-12-12  G. Branden Robinson <[email protected]>
+
+       * m.tmac (B1): In the environment we set up for boxed text,
+       shorten the line length of title lines.  This (a) makes sense
+       and (b) parallelizes more closely with the `B1` and `B2` macros
+       in the ms(7) package.
+
 2025-12-12  G. Branden Robinson <[email protected]>
 
        * m.tmac (B1, B2): Break on all calls, even erroneous ones.
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index fc5a8b539..37e209d06 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3205,6 +3205,7 @@ exceeds depth of nested lists (\\n[li*lvl])
 .vs \\n[@vs]u
 .in 1n
 .ll (u;\\n[box*wid]-1n)
+.lt (u;\\n[box*wid]-1n)
 .@enable-hyphenation
 ..
 .de B2

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to