texinfo-commits
[Top][All Lists]
Advanced

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

[7682] use \PAGE instead of 255


From: gavinsmith0123
Subject: [7682] use \PAGE instead of 255
Date: Mon, 6 Mar 2017 13:52:58 -0500 (EST)

Revision: 7682
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7682
Author:   gavin
Date:     2017-03-06 13:52:58 -0500 (Mon, 06 Mar 2017)
Log Message:
-----------
use \PAGE instead of 255

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-03-06 11:47:30 UTC (rev 7681)
+++ trunk/ChangeLog     2017-03-06 18:52:58 UTC (rev 7682)
@@ -1,3 +1,8 @@
+2017-03-06  Gavin Smith  <address@hidden>
+
+       * doc/texinfo.tex (\doublecolumnout, \balancecolumns):
+       Use \PAGE instead of literal 255 for the box number.
+
 2017-03-06  Masamichi Hosoda  <address@hidden>
 
        * doc/texinfo-ja.tex: Fix error message for XeTeX.

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2017-03-06 11:47:30 UTC (rev 7681)
+++ trunk/doc/texinfo.tex       2017-03-06 18:52:58 UTC (rev 7682)
@@ -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{2017-03-05.09}
+\def\texinfoversion{2017-03-06.19}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5910,9 +5910,9 @@
   \advance\dimen@ by -\ht\partialpage
   %
   % box0 will be the left-hand column, box2 the right.
-  \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
+  \setbox0=\vsplit\PAGE to\dimen@ \setbox2=\vsplit\PAGE to\dimen@
   \onepageout\pagesofar
-  \unvbox255
+  \unvbox\PAGE
   \penalty\outputpenalty
 }
 %
@@ -5986,7 +5986,7 @@
 % Only called for the last of the double column material.  \doublecolumnout 
 % does the others.
 \def\balancecolumns{%
-  \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120.
+  \setbox0 = \vbox{\unvbox\PAGE}% like \box255 but more efficient, see p.120.
   \dimen@ = \ht0
   \advance\dimen@ by \topskip
   \advance\dimen@ by-\baselineskip




reply via email to

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