[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 08/30: groff_mm(7): Revise RP-related descriptions.
From: |
G. Branden Robinson |
Subject: |
[groff] 08/30: groff_mm(7): Revise RP-related descriptions. |
Date: |
Sat, 12 Oct 2024 12:07:51 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 9c642d9000f9f67edb5e1bbf5120f6c519ece5b6
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 11 01:35:22 2024 -0500
groff_mm(7): Revise RP-related descriptions.
...namely the `RP` macro, `RPX` hook macro, and `Rpfmt` string.
---
contrib/mm/groff_mm.7.man | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index baa5c7670..2c2e79757 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -3423,8 +3423,10 @@ automatically if references have accumulated.
.
.
.IP
-References are formatted as a list with
-.BR LB ;
+.I "groff mm"
+calls
+.B LB
+to format the reference list;
the
.B Rpfmt
string configures the list's appearance.
@@ -3442,16 +3444,18 @@ contains the reference list caption.
.TP
.B RPX
This user-definable hook macro assumes responsibility for formatting
-the heading of the reference page produced when the document calls
-.B RP .
+the heading of the reference page that
+.B RP
+produces.
.
If not defined
(the default),
-the reference list caption in the string
+.I mm
+sets the reference list caption in the string
.B Rp
-is set after two vees of space,
+after two vees of space,
centered in italics,
-and followed by another vee of space.
+followed by another vee of space.
.
.
.br
@@ -4549,10 +4553,12 @@ specifies the
.B LB
arguments that
.I "groff mm"
-uses to format the items in a reference list.
+uses to format the items in an
+.B RP
+reference list.
.
The default is
-.RB \[lq] "\[rs]\[rs]n[Li] 0 1 0 \[rs]& 0 0" \[rq].
+.RB \[lq] "\|\[rs]\[rs]n[Li] 0 1 0 \[rs]& 0\|" \[rq].
.
.
.TP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 08/30: groff_mm(7): Revise RP-related descriptions.,
G. Branden Robinson <=