[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 13/80: groff_tmac(5),gropdf(1): Tweak table typography.
From: |
G. Branden Robinson |
Subject: |
[groff] 13/80: groff_tmac(5),gropdf(1): Tweak table typography. |
Date: |
Sat, 30 Nov 2024 04:02:13 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit bcf07461ae78a9fc4c3bf3e772ea7d1d8df433c2
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Nov 27 02:00:23 2024 -0600
groff_tmac(5),gropdf(1): Tweak table typography.
Set ordinary words in roman on table axes. Set (partial) file names in
italics.
---
man/groff_tmac.5.man | 4 ++--
src/devices/gropdf/gropdf.1.man | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index d9245e375..ab2f49008 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -690,12 +690,12 @@ it has dependencies on external programs as shown below.
.TS
allbox center;
Cb Ci Ci Ci
-L C C C.
+Li C C C.
\& pdfinfo\fR(1) file\fR(1) identify\fR(1)
\&.pdf \[OK] \[OK] \[OK]
\&.jpg \[u2717] \[OK] \[OK]
\&.jp2 \[u2717] \[u2717] \[OK]
-other \[u2717] \[u2717] \[OK]
+\fRother \[u2717] \[u2717] \[OK]
.TE
.
.
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index 6ce4e5b7e..fea9ac00b 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -986,12 +986,12 @@ can embed in its output.
.TS
allbox center;
Cb Ci Ci Ci Ci
-L C C C C.
-\& none file\fR(1) identify\fR(1) Image::Magick\fR(3pm)
+Li C C C C.
+\& \fRnone file\fR(1) identify\fR(1) Image::Magick\fR(3pm)
\&.pdf \[OK] \[OK] \[OK] \[OK]
\&.jpg \[u2717] \[OK] \[OK] \[OK]
\&.jp2 \[u2717] \[u2717] \[OK] \[OK]
-other \[u2717] \[u2717] \[u2717] \[OK]
+\fRother \[u2717] \[u2717] \[u2717] \[OK]
.TE
.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 13/80: groff_tmac(5),gropdf(1): Tweak table typography.,
G. Branden Robinson <=