texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sat, 3 Sep 2022 08:46:49 -0400 (EDT)

branch: master
commit 14163d68452e2b4523b78085951339d003321d82
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Sep 3 13:46:38 2022 +0100

    * doc/texinfo.tex (\headitem): Do not call \checkenv as
    apparently this causes a row of the table to be started, and
    then \crcr creates extra vertical space.  Report from Werner.
---
 ChangeLog       | 6 ++++++
 doc/texinfo.tex | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 47d21b2229..c7b85acafb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-03  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\headitem): Do not call \checkenv as
+       apparently this causes a row of the table to be started, and
+       then \crcr creates extra vertical space.  Report from Werner.
+
 2022-09-03  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Shorter LaTeX preamble
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index e6a700631c..fefff2ed8e 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-01.06}
+\def\texinfoversion{2022-09-03.12}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -4363,8 +4363,7 @@ $$%
 % undo it ourselves.
 \def\headitemfont{\b}% for people to use in the template row; not changeable
 \def\headitem{%
-  \checkenv\multitable
-  \crcr
+  \crcr % must appear first
   \gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings
   \global\everytab={\bf}% can't use \headitemfont since the parsing differs
   \the\everytab % for the first item



reply via email to

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