groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/24: [man,mdoc]: Use historically authentic margins.


From: G. Branden Robinson
Subject: [groff] 07/24: [man,mdoc]: Use historically authentic margins.
Date: Sun, 10 Nov 2024 14:56:20 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 9ae1f4744d82ee5aacff25de6126765104b9275a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Nov 8 09:39:22 2024 -0600

    [man,mdoc]: Use historically authentic margins.
    
    [man,mdoc]: Use more historically authentic margin of one half-inch
    between header and body text.
    
    * tmac/an.tmac (PT):
    * tmac/mdoc/doc-common (doc-header): Do it.
    
    Continues commit e9828b2927, 21 October 2023.
---
 ChangeLog            | 10 ++++++++++
 tmac/an.tmac         |  2 +-
 tmac/mdoc/doc-common |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 68a137fc7..fd5255b36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-11-08  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [man,mdoc]: Use more historically authentic margin of one
+       half-inch between header and body text.
+
+       * tmac/an.tmac (PT):
+       * tmac/mdoc/doc-common (doc-header): Do it.
+
+       Continues commit e9828b2927, 21 October 2023.
+
 2024-11-08  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/doc-old.tmac ([initialization]): Set `cR` register only
diff --git a/tmac/an.tmac b/tmac/an.tmac
index ee9a4c12d..4b9f51eb8 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -457,7 +457,7 @@
 .    pl +1v
 .    sp 1v
 .  \}
-.  el .sp |(1i - 1m)
+.  el .sp .5i
 ..
 .
 .\" Write the page footer; can be redefined by man.local.
diff --git a/tmac/mdoc/doc-common b/tmac/mdoc/doc-common
index 9acc8086f..884b17df8 100644
--- a/tmac/mdoc/doc-common
+++ b/tmac/mdoc/doc-common
@@ -1064,7 +1064,7 @@
 .    pl +1v
 .    sp 1v
 .  \}
-.  el .sp |(1i - 1m)
+.  el .sp .5i
 .  ev
 .  ns
 .  rm doc-xref



reply via email to

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