texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\cartouche): Use \vtop instead


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\cartouche): Use \vtop instead of \vbox to get better spacing when cartouche appears at the top of a page. Report from Werner.
Date: Mon, 05 Sep 2022 16:17:13 -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 e62a05715a * doc/texinfo.tex (\cartouche): Use \vtop instead of \vbox 
to get better spacing when cartouche appears at the top of a page.  Report from 
Werner.
e62a05715a is described below

commit e62a05715aa56196252b440da668d9616fd4cff0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Sep 5 21:14:39 2022 +0100

    * doc/texinfo.tex (\cartouche): Use \vtop instead of \vbox
    to get better spacing when cartouche appears at the top
    of a page.  Report from Werner.
---
 ChangeLog       | 6 ++++++
 doc/texinfo.tex | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6be40c387d..9cc73e4e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-05  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\cartouche): Use \vtop instead of \vbox
+       to get better spacing when cartouche appears at the top
+       of a page.  Report from Werner.
+
 2022-09-05  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/ParserNonXS.pm (_abort_empty_line, _parse_texi),
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index c8c9aadb5f..1b6f054c46 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-04.08}
+\def\texinfoversion{2022-09-05.20}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -7126,7 +7126,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   % collide with the section heading.
   \ifnum\lastpenalty>10000 \vskip\parskip \penalty\lastpenalty \fi
   %
-  \setbox\groupbox=\vbox\bgroup
+  \setbox\groupbox=\vtop\bgroup
       \baselineskip=0pt\parskip=0pt\lineskip=0pt
       \carttop
       \hbox\bgroup



reply via email to

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