From a358b163b5c4eb44ff98915a7058941e5a74e6d6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 20 Feb 2019 01:23:55 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@50070 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/build-aux/texinfo.tex | 18 +++++++++--------- Master/doc.html | 8 ++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index 71667f03ab9..5fe81b4c28e 100644 --- a/Build/source/build-aux/texinfo.tex +++ b/Build/source/build-aux/texinfo.tex @@ -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 @@ end \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,16 +5888,13 @@ end \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 % % 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 @@ end \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@ii = \dimen@ \splittopskip = \topskip diff --git a/Master/doc.html b/Master/doc.html index 11cb32bad34..188eda0dfb2 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -14279,11 +14279,18 @@ Plotting a magnetic field with PSTricks
  • pst-marble: A PSTricks package to draw marble-like pattern +Bouquet.pdf, +Curl.pdf, +Latte.pdf, +Leaves.pdf, +Nonpareil.pdf, +Wreath.pdf, ex1.pdf, ex2.pdf, ex3.pdf, ex4.pdf, ex5.pdf, +pst-marble-commands.pdf, pst-marble-doc.pdf.
  • @@ -16144,6 +16151,7 @@ Print spectral sequence diagrams using PGF/TikZ hatcher.pdf, unstable_ASS_SO.pdf, spectralsequences-howitworks.pdf, +spectralsequencesmanual-draftmode.pdf, spectralsequencesmanual.pdf. -- cgit v1.2.3