[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 09/17: pic(1): Be more frugal with vertical space.
From: |
G. Branden Robinson |
Subject: |
[groff] 09/17: pic(1): Be more frugal with vertical space. |
Date: |
Tue, 3 Dec 2024 03:39:57 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 0a3f375980475577465b0358c465ea31de21c59c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Dec 3 01:27:36 2024 -0600
pic(1): Be more frugal with vertical space.
This unstrands a line in U.S. letter paper format.
I'm not sure that an example that is inlined into a sentence should be
displayed. By all means, if it's more than one line, indent it and
change the font family, but having vertical space around it seems a bit
hinky to me.
---
src/preproc/pic/pic.1.man | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index 8db6e826a..9535ee20c 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -944,16 +944,14 @@ is valid.
There is no limit to the depth to which blocks can be nested.
.
For example,
+.
.RS
-.LP
.EX
[A: [B: [C: box ]]] with .A.B.C.sw at 1,2
circle at last [].A.B.C
.EE
.RE
.
-.
-.LP
is acceptable.
.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 09/17: pic(1): Be more frugal with vertical space.,
G. Branden Robinson <=