groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/04: [ms]: Update multi-column footnote line length.


From: G. Branden Robinson
Subject: [groff] 01/04: [ms]: Update multi-column footnote line length.
Date: Tue, 5 Jan 2021 22:15:56 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 5f9257e42bb2055c32f6c7dcc02d70da6bafa21f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 6 13:16:15 2021 +1100

    [ms]: Update multi-column footnote line length.
    
    * tmac/s.tmac: Set footnote line length in multi-column environments to
      11/12ths of the text line length for consistency with earlier change
      to FL register default.
    
    Thanks to T. Kurt Bond for bringing this issue to my attention.
    
    Follows up 0c7e84cc3c87407bef0d3de0c7b54ee8d3a47e23, 20 December 2020.
---
 ChangeLog   | 8 ++++++++
 tmac/s.tmac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 31b39f3..1cd9e22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-01-06  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/s.tmac: Set footnote line length in multi-column
+       environments to 11/12ths of the text line length for consistency
+       with earlier change to FL register default.
+
+       Thanks to T. Kurt Bond for bringing this issue to my attention.
+
 2021-01-04  John Gardner <gardnerjohng@gmail.com>
 
        * tmac/strip.sed: Escape '.' wildcard when matching lines using
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 5e7bd99..476e479 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -532,7 +532,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .DEVTAG ".mc \\n[pg@ncols] \\n[pg@colw] \\n[pg*gutw]"
 .ns
 .nr pg*col-num 0
-.nr pg@fn-colw \\n[pg@colw]*5/6
+.nr pg@fn-colw \\n[pg@colw]*11/12
 .par@reset
 .mk pg*col-top
 ..



reply via email to

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