[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6678] avoid extra blank pages after a part page
From: |
Gavin D. Smith |
Subject: |
[6678] avoid extra blank pages after a part page |
Date: |
Tue, 06 Oct 2015 19:49:54 +0000 |
Revision: 6678
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6678
Author: gavin
Date: 2015-10-06 19:49:53 +0000 (Tue, 06 Oct 2015)
Log Message:
-----------
avoid extra blank pages after a part page
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/texinfo.tex
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-10-06 12:12:17 UTC (rev 6677)
+++ trunk/ChangeLog 2015-10-06 19:49:53 UTC (rev 6678)
@@ -1,5 +1,10 @@
2015-10-06 Gavin Smith <address@hidden>
+ * doc/texinfo.tex (\part): Set \pchapsepmacro before using
+ \chapmacro to avoid extra blank pages following a part page.
+
+2015-10-06 Gavin Smith <address@hidden>
+
* doc/texinfo.texi (Conditional Commands): Delete words "but
without the special historical case".
Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex 2015-10-06 12:12:17 UTC (rev 6677)
+++ trunk/doc/texinfo.tex 2015-10-06 19:49:53 UTC (rev 6678)
@@ -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{2015-10-04.19}
+\def\texinfoversion{2015-10-06.21}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5567,7 +5567,8 @@
\writetocentry{part}{#1}{}% but put it in the toc
\headingsoff % no headline or footline on the part page
% This outputs a mark at the end of the page that clears \thischapter
- % and \thissection, like is done in \startcontents.
+ % and \thissection, as is done in \startcontents.
+ \let\pchapsepmacro\relax
\chapmacro{}{Yomitfromtoc}{}%
\chapoddpage
\endgroup
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6678] avoid extra blank pages after a part page,
Gavin D. Smith <=