groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/40: [me]: V-space delayed text like other annotations.


From: G. Branden Robinson
Subject: [groff] 06/40: [me]: V-space delayed text like other annotations.
Date: Sat, 5 Feb 2022 12:58:03 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 84159f99546fbd882ca0ca31ec0bd34ac1eb22fc
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Feb 2 00:10:39 2022 +1100

    [me]: V-space delayed text like other annotations.
    
    * tmac/e.tmac ((d): Set vertical spacing using percentage in `$V`
      register.
    
      ()d): Restore vertical spacing using percentage in `$v` register.
    
    Fixes <https://savannah.gnu.org/bugs/?61973>.
---
 ChangeLog   | 11 +++++++++++
 tmac/e.tmac |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 5ae08390..551e3114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-02-01  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [me]: Vertically space delayed text like other annotations.
+
+       * tmac/e.tmac ((d): Set vertical spacing using percentage in
+       `$V` register.
+       ()d): Restore vertical spacing using percentage in `$v`
+       register.
+
+       Fixes <https://savannah.gnu.org/bugs/?61973>.
+
 2022-01-31  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [build]: Expand '@PAGE@' when generating man pages.
diff --git a/tmac/e.tmac b/tmac/e.tmac
index 91dc1983..81802dae 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -1703,9 +1703,11 @@
 .de (d                 \" *** begin delayed text
 .am |d )d
 .sp \\n(bsu
+.vs \\n(.sp*\\n($Vu/100u
 ..
 .
 .de )d                 \" *** end delayed text
+.vs \\n(.sp*\\n($vu/100u
 .nr $d +1
 ..
 .



reply via email to

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