gbranden pushed a commit to branch master
in repository groff.
commit 62f25e4435fd253d2311a8ac961db2be620c8313
Author: Alexis Hildebrandt <[email protected]>
AuthorDate: Fri Dec 5 21:45:58 2025 +0100
[mm]: Migrate internals to new `Cap` string names.
* contrib/mm/m.tmac (TC, lix*print-line): Use the new `Cap*` string
names instead of the old `Li*` ones.
[Continues (completes?) changes overlooked by me in November of last
year and again in August of this one. --GBR]
---
contrib/mm/ChangeLog | 8 ++++++++
contrib/mm/m.tmac | 14 +++++++-------
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 42eb936a1..c7bd9966e 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,11 @@
+2025-12-05 Alexis Hildebrandt <[email protected]>
+
+ * m.tmac (TC, lix*print-line): Use the new `Cap*` string names
+ instead of the old `Li*` ones.
+
+ [Continues (completes?) changes overlooked by me in November of
+ last year and again in August of this one. --GBR]
+
2025-12-12 G. Branden Robinson <[email protected]>
* m.tmac (B2): In nroff mode, space by one vee before and after
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 27333994c..d8aebd030 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -2863,7 +2863,7 @@ exceeds depth of nested lists (\\n[li*lvl])
.if \w@\\$3@>0 .nr toc*tlevel \\$3
.if \w@\\$4@>0 .nr toc*tab \\$4
.if \\n[pg*cols-per-page]>1 .1C
-.ds H1txt \\*[Licon]
+.ds H1txt \\*[Captc]
.ds Tcstatus co
.pg@clear-hd
.EF ""
@@ -2895,7 +2895,7 @@ exceeds depth of nested lists (\\n[li*lvl])
.ie d TY .if \\n[.$]<=4 .TY
.el \{\
. ce
-\\*[Licon]
+\\*[Captc]
. br
. SP 3
.\}
@@ -3023,13 +3023,13 @@ exceeds depth of nested lists (\\n[li*lvl])
.ie !\\n[Of] .ds lix*ds-form .\ \ \"
.el .ds lix*ds-form "\ \[em]\ \"
.nr lix*in \\n[.i]
-.ds lix*label \\*[Li\\$1]\ \\*[lix*numb]\\*[lix*ds-form]
-.if \\n[D]>=2 .tm \\*[Li\\$1] "\\$4"
+.ds lix*label \\*[Cap\\$1]\ \\*[lix*numb]\\*[lix*ds-form]
+.if \\n[D]>=2 .tm \\*[Cap\\$1] "\\$4"
.if \\n[D]>=6 .tm \\$0: lix*label="\\*[lix*label]"
.if !'\\$5'' \{\
-. if !0\\$6 .ds lix*label \\*[Li\\$1]\ \\$5\\*[lix*numb]\\*[lix*ds-form]
-. if 0\\$6=1 .ds lix*label \\*[Li\\$1]\ \\*[lix*numb]\\$5\\*[lix*ds-form]
-. if 0\\$6=2 .ds lix*label \\*[Li\\$1]\ \\$5\\*[lix*ds-form]
+. if !0\\$6 .ds lix*label \\*[Cap\\$1]\ \\$5\\*[lix*numb]\\*[lix*ds-form]
+. if 0\\$6=1 .ds lix*label \\*[Cap\\$1]\ \\*[lix*numb]\\$5\\*[lix*ds-form]
+. if 0\\$6=2 .ds lix*label \\*[Cap\\$1]\ \\$5\\*[lix*ds-form]
.\}
.\" print line if not between DS/DE
.ie (\\n[ds*lvl]<1)&(\\n[df*float]=0) \{\
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit