[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.tex (\entry): Reduce possible margi
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.tex (\entry): Reduce possible margin overhang from 2.1em to 1.5em. (\indexdotfill): Reduce minumum length from 1em to 0.5em. This stops long section titles jutting out into the margin too visibly. |
Date: |
Sun, 13 Aug 2023 10:10:17 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 269887dd9f * doc/texinfo.tex (\entry): Reduce possible margin overhang
from 2.1em to 1.5em. (\indexdotfill): Reduce minumum length from 1em to 0.5em.
This stops long section titles jutting out into the margin too visibly.
269887dd9f is described below
commit 269887dd9fb5f1072c65b0326c5580681e66c1a2
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Aug 13 15:10:10 2023 +0100
* doc/texinfo.tex (\entry): Reduce possible margin overhang from
2.1em to 1.5em.
(\indexdotfill): Reduce minumum length from 1em
to 0.5em. This stops long section titles jutting out into the
margin too visibly.
---
ChangeLog | 8 ++++++++
doc/texinfo.tex | 11 +++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2e6ae59975..36a3e01832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-08-13 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.tex (\entry): Reduce possible margin overhang from
+ 2.1em to 1.5em.
+ (\indexdotfill): Reduce minumum length from 1em
+ to 0.5em. This stops long section titles jutting out into the
+ margin too visibly.
+
2023-08-13 Gavin Smith <gavinsmith0123@gmail.com>
* NEWS: texinfo.tex, info updates.
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 808a21af83..44004c14bd 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2023-08-01.11}
+\def\texinfoversion{2023-08-13.14}
%
% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
%
@@ -5655,8 +5655,8 @@ might help (with 'rm \jobname.?? \jobname.??s')%
% Determine how far we can stretch into the margin.
% This allows, e.g., "Appendix H GNU Free Documentation License" to
% fit on one line in @letterpaper format.
- \ifdim\entryrightmargin>2.1em
- \dimen@i=2.1em
+ \ifdim\entryrightmargin>1.5em
+ \dimen@i=1.5em
\else
\dimen@i=0em
\fi
@@ -5714,12 +5714,11 @@ might help (with 'rm \jobname.?? \jobname.??s')%
\newskip\thinshrinkable
\skip\thinshrinkable=.15em minus .15em
-% Like plain.tex's \dotfill, except uses up at least 1 em.
+% Like plain.tex's \dotfill, except uses up at least 0.5 em.
% The filll stretch here overpowers both the fil and fill stretch to push
% the page number to the right.
\def\indexdotfill{\cleaders
- \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1filll}
-
+ \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 0.5em plus 1filll}
\def\primary #1{\line{#1\hfil}}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.tex (\entry): Reduce possible margin overhang from 2.1em to 1.5em. (\indexdotfill): Reduce minumum length from 1em to 0.5em. This stops long section titles jutting out into the margin too visibly.,
Gavin D. Smith <=