texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\raggedbottom): Supply our own


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\raggedbottom): Supply our own definition to avoid too small \topskip in table of contents. Report from Werner.
Date: Thu, 15 Sep 2022 13:38:25 -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 a0195397b9 * doc/texinfo.tex (\raggedbottom): Supply our own 
definition to avoid too small \topskip in table of contents.  Report from 
Werner.
a0195397b9 is described below

commit a0195397b98d3856f09c8f6b7f19d4c76785a50c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Sep 15 18:37:59 2022 +0100

    * doc/texinfo.tex (\raggedbottom): Supply our own definition to
    avoid too small \topskip in table of contents.  Report from Werner.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 59649590e5..3f87bf4c5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-15  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\raggedbottom): Supply our own definition to
+       avoid too small \topskip in table of contents.  Report from Werner.
+
 2022-09-14  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line): initialize
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 0868107863..c0bc8adb74 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{2022-09-14.01}
+\def\texinfoversion{2022-09-15.17}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -6765,6 +6765,11 @@ might help (with 'rm \jobname.?? \jobname.??s')%
     \ifnum\romancount=0 \global\romancount=\pagecount \fi
 }
 
+% \raggedbottom in plain.tex hardcodes \topskip so override it
+\catcode`\@=11
+\def\raggedbottom{\advance\topskip by 0pt plus60pt \r@ggedbottomtrue}
+\catcode`\@=\other
+
 % redefined for the two-volume lispref.  We always output on
 % \jobname.toc even if this is redefined.
 %



reply via email to

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