diff options
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 8 | ||||
-rw-r--r-- | Master/doc.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index 9c5e0fc0806..f5008fc7fde 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{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 @@ end \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 @@ end % 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 diff --git a/Master/doc.html b/Master/doc.html index 2f6ad2899ac..7fece1176dc 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8205,7 +8205,6 @@ A testing and building system for (La)TeX <li><b><a href="texmf-dist/doc/latex/l3experimental/l3str">l3experimental</a></b>:<small> Experimental LaTeX3 concepts -<a href="texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf">l3flag.pdf</a>, <a href="texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf">l3regex.pdf</a>, <a href="texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf">l3str-convert.pdf</a>, <a href="texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf">l3str-format.pdf</a>, @@ -8229,6 +8228,7 @@ LaTeX3 programming conventions <li><b><a href="texmf-dist/doc/latex/l3packages/l3keys2e">l3packages</a></b>:<small> High-level LaTeX3 concepts <a href="texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf">l3keys2e.pdf</a>, +<a href="texmf-dist/doc/latex/l3packages/xfp/xfp.pdf">xfp.pdf</a>, <a href="texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf">xfrac.pdf</a>, <a href="texmf-dist/doc/latex/l3packages/xparse/xparse.pdf">xparse.pdf</a>, <a href="texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf">xtemplate.pdf</a>. |