texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (@headings double): Put documen


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (@headings double): Put document title on all even-numbered pages, even chapter pages. From Vincent Lefevre.
Date: Thu, 01 Sep 2022 02:25:09 -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 2ae362216e * doc/texinfo.tex (@headings double): Put document title on 
all even-numbered pages, even chapter pages.  From Vincent Lefevre.
2ae362216e is described below

commit 2ae362216e8fb30836007ed909d1817381f50676
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Sep 1 07:24:28 2022 +0100

    * doc/texinfo.tex (@headings double): Put document title on all
    even-numbered pages, even chapter pages.  From Vincent Lefevre.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 91e23d1df4..a625a7151f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-01  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (@headings double): Put document title on all
+       even-numbered pages, even chapter pages.  From Vincent Lefevre.
+
 2022-08-31  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/ParserNonXS.pm (_end_line),
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 8f83aa5d94..e6a700631c 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-08-29.15}
+\def\texinfoversion{2022-09-01.06}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -3975,7 +3975,7 @@ $$%
 \global\oddfootline={\hfil}
 \global\evenheadline={\line{\folio\hfil\thistitle}}
 \global\oddheadline={\line{\thischapter\hfil\folio}}
-\global\evenchapheadline={\line{\folio\hfil}}
+\global\evenchapheadline={\line{\folio\hfil\thistitle}}
 \global\oddchapheadline={\line{\hfil\folio}}
 \global\let\contentsalignmacro = \chapoddpage
 }



reply via email to

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