groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/03: tmac/an-old.tmac (TH): Do .ss 12 at each new page.


From: G. Branden Robinson
Subject: [groff] 02/03: tmac/an-old.tmac (TH): Do .ss 12 at each new page.
Date: Tue, 25 Aug 2020 09:17:49 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit d7cfedcf4b44a1fdb756d86cebbdbbc3012ab4d1
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Aug 25 19:29:55 2020 +1000

    tmac/an-old.tmac (TH): Do .ss 12 at each new page.
    
    That is, reset inter-word and inter-sentence spacing to default with
    each new page rendered.
    
    (To observe the problem prior to this change,
      $ groff -mandoc groff_mmse.7 $any_other_man_page
    groff_mmse(7) loads sv.tmac, which changes the sentence spacing.)
---
 ChangeLog        | 10 ++++++++++
 tmac/an-old.tmac |  1 +
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 5eec8ea..26af27a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2020-08-25  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * tmac/an-old.tmac (TH): Reset inter-word and inter-sentence
+       spacing to default with each new page rendered.
+
+       {To observe the problem prior to this change,
+         $ groff -mandoc groff_mmse.7 $any_other_man_page
+       groff_mmse(7) loads sv.tmac, which changes the sentence
+       spacing.}
+
+2020-08-25  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * PROBLEMS: Undocument the problem with test-groff and mdoc.
        It's resolved.
 
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 3d9e6cd..58d2bc2 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -164,6 +164,7 @@
 .  \" Restore parameters that a previous man page might have messed up.
 .  ad \\*[AD]
 .  hy \\n[HY]
+.  ss 12
 .
 .\" We must select an integer indentation value for nroff;
 .\" see comment in an-do-tag.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]