gbranden pushed a commit to branch master
in repository groff.
commit d699b4f91c4fbb346b759daf146f9bc414ce7033
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jan 31 05:10:24 2024 -0600
doc/GMPfront.t: Save and restore the type size.
The effective base paragraph indentation was too large. Since it is in
ens, it turns out it was being calculated (as of the first man page
rendered) based on the type size this cover sheet left it at, which was
16 points--a bit too big.
(I had wondered why Deri's cover page increased the length of the
document by _more than one_ page.)
---
ChangeLog | 8 ++++++++
doc/GMPfront.t | 2 ++
2 files changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index c0d0f71ae..2c26e0eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-01-31 G. Branden Robinson <[email protected]>
+
+ * doc/GMPfront.t: Save and restore the type size. The effective
+ base paragraph indentation was too large. Since it is in ens,
+ it turns out it was being calculated (as of the first man page
+ rendered) based on the type size this cover sheet left it at,
+ which was 16 points--a bit too big.
+
2024-01-31 G. Branden Robinson <[email protected]>
* doc/doc.am ($(DOC_GNU_EPS)): Create "doc" destination
diff --git a/doc/GMPfront.t b/doc/GMPfront.t
index ddbbea2d4..4036edad2 100644
--- a/doc/GMPfront.t
+++ b/doc/GMPfront.t
@@ -77,6 +77,7 @@
.Hl
.sp .6i
.ad r
+.nr GMP*saved-type-size \n[.ps]
.ps 52
.gcolor maroon
groff
@@ -86,6 +87,7 @@ groff
.ft BMB
Collected Reference Pages
.ft
+.ps \n[GMP*saved-type-size]u
.sp .2i
.Hl
.bp 1
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit