gbranden pushed a commit to branch master
in repository groff.
commit 2278d6ed67c8d85b021c9db35ecb2c44f5d19ae6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jun 16 04:41:47 2021 +1000
[man]: Sync continuous rendering space with mdoc.
* tmac/an-old.tmac (an-end, an-header): In continuous rendering mode,
use same spacing amount after header and before footer as mdoc in its
own continuous rendering mode. Thanks to Ingo Schwarze for the
suggestion.
Fixes <https://savannah.gnu.org/bugs/?60653>.
---
ChangeLog | 9 +++++++++
tmac/an-old.tmac | 8 ++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 40ed532..40f56c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2021-06-16 G. Branden Robinson <[email protected]>
+ * tmac/an-old.tmac (an-end, an-header): In continuous rendering
+ mode, use same spacing amount after header and before footer as
+ mdoc in its own continuous rendering mode. Thanks to Ingo
+ Schwarze for the suggestion.
+
+ Fixes <https://savannah.gnu.org/bugs/?60653>.
+
+2021-06-16 G. Branden Robinson <[email protected]>
+
* tmac/an-old.tmac (P): Define this as the "canonical"
paragraphing macro.
(LP, PP): Make these aliases of P.
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 03d4c5e..44ff676 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -116,8 +116,8 @@
.\" rendered.
.de1 an-end
. fl
-. pl +3v
-. sp 3v
+. pl +1v
+. sp 1v
. an-footer
. bp
..
@@ -391,8 +391,8 @@
. ie !\\n[cR] \
. sp |1i
. el \{\
-. pl +3v
-. sp 3v
+. pl +1v
+. sp 1v
. \}
. \}
. ev
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit