gbranden pushed a commit to branch master
in repository groff.
commit d631af962772b2c7951226efb911eed4f1686ac5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Sep 1 10:03:31 2023 -0500
contrib/pdfmark/pdfmark.ms: Use groff font name.
When defining page-local macros, use font `CR`, not `C`, to select
Courier roman in escape sequences.
---
contrib/pdfmark/pdfmark.ms | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/pdfmark/pdfmark.ms b/contrib/pdfmark/pdfmark.ms
index 0d7d28c50..343f1be5e 100644
--- a/contrib/pdfmark/pdfmark.ms
+++ b/contrib/pdfmark/pdfmark.ms
@@ -182,13 +182,13 @@ Publishing with GNU Troff
.\" to \$2 and \$3 of standard "CW", acting as outer bracketting.
.\"
.de CWB
-\\$5\fC\\$3\fP\f(CB\\$1\fP\fC\\$2\fP\\$4
+\\$5\f(CR\\$3\fP\f(CB\\$1\fP\f(CR\\$2\fP\\$4
..
.de CWI
-\\$5\fC\\$3\fP\f(CI\\$1\fP\fC\\$2\fP\\$4
+\\$5\f(CR\\$3\fP\f(CI\\$1\fP\f(CR\\$2\fP\\$4
..
.de CWBI
-\\$5\fC\\$3\fP\f[CBI]\\$1\fP\fC\\$2\fP\\$4
+\\$5\f(CR\\$3\fP\f[CBI]\\$1\fP\f(CR\\$2\fP\\$4
..
.\" Finally, augment this group with a variant string, which may be
.\" used to set constant width tags on "IP" paragraphs, with \$1 set
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit