texlive[50070] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Wed Feb 20 02:23:55 CET 2019


Revision: 50070
          http://tug.org/svn/texlive?view=revision&revision=50070
Author:   karl
Date:     2019-02-20 02:23:55 +0100 (Wed, 20 Feb 2019)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/texinfo.tex
    trunk/Master/doc.html

Modified: trunk/Build/source/build-aux/texinfo.tex
===================================================================
--- trunk/Build/source/build-aux/texinfo.tex	2019-02-20 01:18:18 UTC (rev 50069)
+++ trunk/Build/source/build-aux/texinfo.tex	2019-02-20 01:23:55 UTC (rev 50070)
@@ -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{2019-02-01.12}
+\def\texinfoversion{2019-02-16.14}
 
 %
 % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
@@ -5872,7 +5872,9 @@
     \divide\doublecolumnhsize by 2
   \hsize = \doublecolumnhsize
   %
-  % Double the \vsize as well.
+  % Get the available space for the double columns -- the normal
+  % (undoubled) page height minus any material left over from the
+  % previous page.
   \advance\vsize by -\ht\partialpage
   \vsize = 2\vsize
   %
@@ -5886,9 +5888,6 @@
 \def\doublecolumnout{%
   %
   \splittopskip=\topskip \splitmaxdepth=\maxdepth
-  % Get the available space for the double columns -- the normal
-  % (undoubled) page height minus any material left over from the
-  % previous page.
   \dimen@ = \vsize
   \divide\dimen@ by 2
   %
@@ -5895,7 +5894,7 @@
   % box0 will be the left-hand column, box2 the right.
   \setbox0=\vsplit\PAGE to\dimen@ \setbox2=\vsplit\PAGE to\dimen@
   \global\advance\vsize by 2\ht\partialpage
-  \onepageout\pagesofar
+  \onepageout\pagesofar % empty except for the first time we are called
   \unvbox\PAGE
   \penalty\outputpenalty
 }
@@ -5978,13 +5977,14 @@
 \def\balancecolumns{%
   \setbox0 = \vbox{\unvbox\PAGE}% like \box255 but more efficient, see p.120.
   \dimen@ = \ht0
-  \advance\dimen@ by \topskip
-  \advance\dimen@ by-\baselineskip
-  \ifdim\dimen@<5\baselineskip
+  \ifdim\dimen@<7\baselineskip
     % Don't split a short final column in two.
     \setbox2=\vbox{}%
     \global\setbox\balancedcolumns=\vbox{\pagesofar}%
   \else
+    % double the leading vertical space
+    \advance\dimen@ by \topskip
+    \advance\dimen@ by-\baselineskip
     \divide\dimen@ by 2 % target to split to
     \dimen at ii = \dimen@
     \splittopskip = \topskip

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2019-02-20 01:18:18 UTC (rev 50069)
+++ trunk/Master/doc.html	2019-02-20 01:23:55 UTC (rev 50070)
@@ -14279,11 +14279,18 @@
 
 <li><b><a href="texmf-dist/doc/generic/pst-marble/examples">pst-marble</a></b>:<small>
 A PSTricks package to draw marble-like pattern
+<a href="texmf-dist/doc/generic/pst-marble/examples/Bouquet.pdf">Bouquet.pdf</a>,
+<a href="texmf-dist/doc/generic/pst-marble/examples/Curl.pdf">Curl.pdf</a>,
+<a href="texmf-dist/doc/generic/pst-marble/examples/Latte.pdf">Latte.pdf</a>,
+<a href="texmf-dist/doc/generic/pst-marble/examples/Leaves.pdf">Leaves.pdf</a>,
+<a href="texmf-dist/doc/generic/pst-marble/examples/Nonpareil.pdf">Nonpareil.pdf</a>,
+<a href="texmf-dist/doc/generic/pst-marble/examples/Wreath.pdf">Wreath.pdf</a>,
 <a href="texmf-dist/doc/generic/pst-marble/examples/ex1.pdf">ex1.pdf</a>,
 <a href="texmf-dist/doc/generic/pst-marble/examples/ex2.pdf">ex2.pdf</a>,
 <a href="texmf-dist/doc/generic/pst-marble/examples/ex3.pdf">ex3.pdf</a>,
 <a href="texmf-dist/doc/generic/pst-marble/examples/ex4.pdf">ex4.pdf</a>,
 <a href="texmf-dist/doc/generic/pst-marble/examples/ex5.pdf">ex5.pdf</a>,
+<a href="texmf-dist/doc/generic/pst-marble/pst-marble-commands.pdf">pst-marble-commands.pdf</a>,
 <a href="texmf-dist/doc/generic/pst-marble/pst-marble-doc.pdf">pst-marble-doc.pdf</a>.
 </small></li>
 
@@ -16144,6 +16151,7 @@
 <a href="texmf-dist/doc/latex/spectralsequences/examples/hatcher.pdf">hatcher.pdf</a>,
 <a href="texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.pdf">unstable_ASS_SO.pdf</a>,
 <a href="texmf-dist/doc/latex/spectralsequences/manual/spectralsequences-howitworks.pdf">spectralsequences-howitworks.pdf</a>,
+<a href="texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual-draftmode.pdf">spectralsequencesmanual-draftmode.pdf</a>,
 <a href="texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.pdf">spectralsequencesmanual.pdf</a>.
 </small></li>
 



More information about the tex-live-commits mailing list