gbranden pushed a commit to branch master
in repository groff.

commit b17869463316a83342221e26c4e480e46afe840e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Apr 21 04:53:40 2021 +1000

    contrib/sboxes/msboxes.ms: Fix non-body font.
    
    Take advantage of fix to Savannah #60422.  Set FAM string earlier, but
    at last possible opportunity such that it will affect headers, footers,
    and footnote text.  The document now uses Helevetica consistently except
    where switched to Courier for code examples.
---
 contrib/sboxes/msboxes.ms | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/sboxes/msboxes.ms b/contrib/sboxes/msboxes.ms
index e715c7e..84fcc5a 100644
--- a/contrib/sboxes/msboxes.ms
+++ b/contrib/sboxes/msboxes.ms
@@ -16,6 +16,7 @@
 .EF ''''
 .OH 'Using PDF boxes with the \f[I]ms\f[] macros''%'
 .OF ''''
+.ds FAM H
 .TL
 Using PDF boxes with the \f[I]ms\f[] macros
 .AU
@@ -23,7 +24,6 @@ Deri James
 .AI
 [email protected]
 .\" .AB no
-.ds FAM H
 .LP
 A recent extension to the Groff PDF driver allows coloured rectangles to be
 created beneath any output created by groff. The extension is a new "\eX'pdf:'"
@@ -161,6 +161,7 @@ The above was produced by the following code.
 \&.EF ''''
 \&.OH 'Using PDF boxes with the \ef[I]ms\ef[] macros''%'
 \&.OF ''''
+\&.ds FAM H
 \&.TL
 Using PDF boxes with the \ef[I]ms\ef[] macros
 \&.AU
@@ -168,7 +169,6 @@ Deri James
 \&.AI
 [email protected]
 \&.\" .AB no
-\&.ds FAM H
 \&.LP
 A recent extension to the Groff PDF driver allows coloured rectangles to be
 created beneath any output created by groff. The extension is a new "\eX'pdf:'"

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to