summaryrefslogtreecommitdiff
path: root/contrib/sboxes
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-04-21 04:53:40 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-10-16 16:07:35 +1100
commitb17869463316a83342221e26c4e480e46afe840e (patch)
treeac412eb1f7dcd60fe6dc64015a3859d60c705de4 /contrib/sboxes
parent11dfb51481f89ecb7a73c6420f18f434438e0a3a (diff)
downloadgroff-git-b17869463316a83342221e26c4e480e46afe840e.tar.gz
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.
Diffstat (limited to 'contrib/sboxes')
-rw-r--r--contrib/sboxes/msboxes.ms4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sboxes/msboxes.ms b/contrib/sboxes/msboxes.ms
index e715c7e9c..84fcc5a6a 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
deri@chuzzlewit.myzen.co.uk
.\" .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
deri@chuzzlewit.myzen.co.uk
\&.\" .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:'"