texinfo-commits
[Top][All Lists]
Advanced

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

[7987] correct a conditional


From: gavinsmith0123
Subject: [7987] correct a conditional
Date: Fri, 17 Nov 2017 01:43:11 -0500 (EST)

Revision: 7987
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7987
Author:   gavin
Date:     2017-11-17 01:43:10 -0500 (Fri, 17 Nov 2017)
Log Message:
-----------
correct a conditional

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-11-16 20:01:27 UTC (rev 7986)
+++ trunk/ChangeLog     2017-11-17 06:43:10 UTC (rev 7987)
@@ -1,3 +1,8 @@
+2017-11-17  Gavin Smith  <address@hidden>
+
+       * doc/texinfo.tex (\enddoublecolums): Correct a conditional 
+       checking \pagetotal.
+
 2017-11-16  Gavin Smith  <address@hidden>
 
        * doc/texinfo.tex (\balancecolumns): If it appears that we have

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2017-11-16 20:01:27 UTC (rev 7986)
+++ trunk/doc/texinfo.tex       2017-11-17 06:43:10 UTC (rev 7987)
@@ -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-11-16.19}
+\def\texinfoversion{2017-11-17.06}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5971,7 +5971,7 @@
     \balancecolumns
   }%
   \eject % call the \output just set
-  \if\ht\pagetotal=0pt
+  \ifdim\pagetotal=0pt
     % Having called \balancecolumns once, we do not
     % want to call it again.  Therefore, reset \output to its normal
     % definition right away.
@@ -5989,8 +5989,8 @@
     \global\vsize = \txipageheight %
     \pagegoal = \txipageheight %
   \else
-    % We had some left-over material.  This happens when \doublecolumnout
-    % was called in \balancecolumns.  Try again.
+    % We had some left-over material.  This might happen when \doublecolumnout
+    % is called in \balancecolumns.  Try again.
     \expandafter\enddoublecolumns
   \fi
 }




reply via email to

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