gbranden pushed a commit to branch master
in repository groff.
commit 437f13be87368a34da30405030341b4bf9879d21
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 2 19:09:37 2024 -0500
[mm]: Change `Li` register default to 5 from 6.
* contrib/mm/m.tmac: Initialize register `Li` to 5, not 6, for better
alignment with (1) the default value of `Pi` and (2) DWB 3.3 mm
behavior.
* NEWS: Document the change.
---
NEWS | 3 +++
contrib/mm/ChangeLog | 6 ++++++
contrib/mm/m.tmac | 2 +-
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 8ff0de577..f972674e1 100644
--- a/NEWS
+++ b/NEWS
@@ -323,6 +323,9 @@ o Similarly, the m (mm) macro package's `PIC` macro (a GNU
extension)
now interprets an argument to its `-I` option in ens instead of ems
by default.
+o The m (mm) macro package's `Li` register now defaults to 5 ens (not 6)
+ to align with the `Pi` register default and with DWB 3.3 mm behavior.
+
o The m (mm) macro package's `BVL` macro's first argument is now
optional. If omitted, the paragraph indentation amount (register
`Pi`) is used for the list item's text indentation.
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 441abc8c1..abf81ee6a 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,9 @@
+2024-07-02 G. Branden Robinson <[email protected]>
+
+ * m.tmac: Initialize register `Li` to 5, not 6, for better
+ alignment with (1) the default value of `Pi` and (2) DWB 3.3 mm
+ behavior.
+
2024-07-02 G. Branden Robinson <[email protected]>
* m.tmac (ML): Fix bug in text indentation computation; it was
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index f6f2c487f..5f2be9836 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -228,7 +228,7 @@ http://savannah.gnu.org/bugs/?group=groff.
.ds Le LIST OF EQUATIONS
.nr Le 0
.\" list indentation in ens
-.nr Li 6
+.nr Li 5
.\" put vertical space before list items of nesting level <= Ls
.nr Ls 99 \" TODO: use \n[.R]; see Savannah #63587
.\" page numbering style [0..5]
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit