gbranden pushed a commit to branch master
in repository groff.
commit b4ca6fb03daf42c8184d82c87c11c72143b88737
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jun 12 03:29:59 2024 -0500
[mm]: Set `Litb` string default in mixed case.
* contrib/mm/m.tmac: Define `Litb` string using mixed case instead of
full caps. This is more consistent with (1) `Liec`, `Liex`, and
`Lifg`; and (2) DWB 3.3 mm rendering.
* contrib/mm/groff_mm.7.man (Strings) <Litb>: Document this.
Interestingly, none of the translated strings in the tmac/*.tmac
localization files require a parallel change; all of our translators
evidently already detected and corrected this inconsistency.
---
contrib/mm/ChangeLog | 7 +++++++
contrib/mm/groff_mm.7.man | 2 +-
contrib/mm/m.tmac | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index e2409811e..9afeacafa 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,10 @@
+2024-06-12 G. Branden Robinson <[email protected]>
+
+ * m.tmac: Define `Litb` string using mixed case instead of full
+ caps. This is more consistent with (1) `Liec`, `Liex`, and
+ `Lifg`; and (2) DWB 3.3 mm rendering.
+ * groff_mm.7.man (Strings) <Litb>: Document this.
+
2024-06-10 G. Branden Robinson <[email protected]>
Replace `AST` macro and `cov*abs-name` string with `Abstract`
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index 2e5798b8a..0b461e10d 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -4289,7 +4289,7 @@ The default is
.
.TP
.B Litb
-\[lq]TABLE\[rq]
+\[lq]Table\[rq]
.
.
.TP
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 20c195264..4e8eea197 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -274,7 +274,7 @@ Index array!index
.if !r Idxf .nr Idxf 0
.\" Change these in the national configuration file
.ds Lifg Figure
-.ds Litb TABLE
+.ds Litb Table
.ds Liex Exhibit
.ds Liec Equation
.ds Licon CONTENTS
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit