groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/17: [me]: Implement `PF` macro.


From: G. Branden Robinson
Subject: [groff] 02/17: [me]: Implement `PF` macro.
Date: Sun, 8 Aug 2021 05:58:32 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 8daca4dfb07fe250dcdf9d5b4b13034cb4f47264
Author: Dave Kemper <saint.snit@gmail.com>
AuthorDate: Fri Apr 30 23:26:03 2021 +0000

    [me]: Implement `PF` macro.
    
    * tmac/e.tmac: Rename `PE` to `PF` but remove vertical spacing.
    
      (PE): New `PE` calls `PF` and then space as old `PE` did.
    
    Fixes <https://savannah.gnu.org/bugs/?60479>.
---
 ChangeLog   | 7 +++++++
 tmac/e.tmac | 6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5cde9c1..57b60c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-08-08  Dave Kemper <saint.snit@gmail.com>
+
+       * tmac/e.tmac: Rename `PE` to `PF` but remove vertical spacing.
+       (PE): New `PE` calls `PF` and then space as old `PE` did.
+
+       Fixes <https://savannah.gnu.org/bugs/?60479>.
+
 2021-08-06  Dave Kemper <saint.snit@gmail.com>
 
        GNU pic recognizes two possible endings of a pic block: .PE or
diff --git a/tmac/e.tmac b/tmac/e.tmac
index 47aaff2..eb6c155 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -1369,12 +1369,16 @@
 .\}
 ..
 .
-.de PE                 \" *** end picture
+.de PF                 \" *** end picture; "fly back" to top
 .if \\n(?n .PS_nm_check resume
 .ls
 .in
 .if \\n(g7 .fi
 .do HTML-IMAGE-END
+..
+.
+.de PE                 \" *** end picture
+.PF
 .sp .6
 ..
 .



reply via email to

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