groff-commit
[Top][All Lists]
Advanced

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

[groff] 16/20: tbl(1): Fix page layout nits.


From: G. Branden Robinson
Subject: [groff] 16/20: tbl(1): Fix page layout nits.
Date: Mon, 21 Oct 2024 20:14:53 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 94b4c3853ce675ab2d707dd46546c049a988455a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Oct 19 04:49:17 2024 -0500

    tbl(1): Fix page layout nits.
---
 src/preproc/tbl/tbl.1.man | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index ecc3b635a..0ef89b165 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -1778,6 +1778,8 @@ _
 .RE
 .
 .
+.br
+.ne 2v
 .P
 These dummy columns have zero width and are therefore invisible;
 unfortunately they usually don't work as intended on terminal devices.
@@ -1800,6 +1802,11 @@ _
 .SH Examples
 .\" ====================================================================
 .
+.if t \{\
+.  \" Unstrand line.  What sins we commit for attractive page layout...
+.  nr old-PD \n[PD]
+.  nr PD 0.35v
+.\}
 It can be easier to acquire the language of
 .I tbl \" generic
 through examples than formal description,
@@ -1897,6 +1904,11 @@ LN.
 Total;\[ti]24.4
 .TE
 .RE
+.if t \{\
+.  \" Undo kludge.
+.  nr PD \n[old-PD]u
+.  rr old-PD
+.\}
 .
 .
 .br



reply via email to

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