texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (@shorttitlepage): Call \headin


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (@shorttitlepage): Call \headingsoff within a group and reset page number with \pageone, as is done in @titlepage. This stops page numbers appearing on the bastard titlepage or the verso. Report from Arnold Robbins.
Date: Mon, 02 Jan 2023 16:49:35 -0500

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 400d2ebbe4 * doc/texinfo.tex (@shorttitlepage): Call \headingsoff 
within a group and reset page number with \pageone, as is done in @titlepage.  
This stops page numbers appearing on the bastard titlepage or the verso.  
Report from Arnold Robbins.
400d2ebbe4 is described below

commit 400d2ebbe478ada13efb960049a0d894644dc285
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Jan 2 21:49:17 2023 +0000

    * doc/texinfo.tex (@shorttitlepage): Call \headingsoff
    within a group and reset page number with \pageone, as
    is done in @titlepage.  This stops page numbers appearing
    on the bastard titlepage or the verso.  Report from Arnold Robbins.
---
 ChangeLog       | 7 +++++++
 doc/texinfo.tex | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f730d9f201..34578497f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-01-02  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (@shorttitlepage): Call \headingsoff
+       within a group and reset page number with \pageone, as
+       is done in @titlepage.  This stops page numbers appearing
+       on the bastard titlepage or the verso.  Report from Arnold Robbins.
+
 2023-01-02  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * info/man.c (check_manpage_node): Revert to using "man -w"
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 901600f02a..b4caf96e08 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,9 +3,9 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2022-12-29.21}
+\def\texinfoversion{2023-01-02.21}
 %
-% Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
+% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
@@ -3743,8 +3743,8 @@ $$%
               want the contents after the title page.}}%
 
 \parseargdef\shorttitlepage{%
-  \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}%
-  \endgroup\page\hbox{}\page}
+  {\headingsoff \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}%
+  \endgroup\page\hbox{}\page}\pageone}
 
 \envdef\titlepage{%
   % Open one extra group, as we want to close it in the middle of \Etitlepage.



reply via email to

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