diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 01:05:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 01:05:22 +0000 |
commit | dce0ff5a005e417ac63aafe94583124544bfada3 (patch) | |
tree | 713aa0d36d14bb8df58fd176a87db48c746e2ccf /Master | |
parent | 81805475cde677bc40f624e3e2febbd6423419d0 (diff) |
needspace update (3sep09)
git-svn-id: svn://tug.org/texlive/trunk@15072 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/needspace/needspace.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/needspace.sty) | 17 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/needspace.tlpsrc | 0 |
4 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/needspace.sty b/Master/texmf-dist/tex/latex/needspace/needspace.sty index babec8cec55..ee286352e8e 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/needspace.sty +++ b/Master/texmf-dist/tex/latex/needspace/needspace.sty @@ -4,14 +4,14 @@ % is not enough space on the current page (column) a new page (column) % is started. % -% author: Peter Wilson (CUA) -% (now at peter.r.wilson@boeing.com) -% Copyright 1996 +% Author: Peter Wilson, Herries Press +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) +% Copyright 1996--2003 Peter Wilson % Released under the LaTeX Project Public License % % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{needspace}[2003/02/18 v1.3a reserve vertical space] +\ProvidesPackage{needspace}[2009/09/03 v1.3b reserve vertical space] \newcommand{\needspace}[1]{\begingroup\setlength{\dimen@}{#1}% \vskip\z@\@plus\dimen@ \penalty -100\vskip\z@\@plus -\dimen@ @@ -60,17 +60,20 @@ % \Needspace{<length>} will be ragged bottom but short pages produced by % \Needspace*{<length>} will be flush bottom if \flushbottom is in effect. % +% Changes v1.3b (2009/09/03) +% New maintainer (Will Robertson) +% % Changes v1.3a (2003/02/18) -% o At the suggestion of Donald Arseneau (private emails) changed guts of +% At the suggestion of Donald Arseneau (private emails) changed guts of % \needspace from % ... \vskip\z@\@plus\dimen@\pagebreak[3]\vskip\z@\@plus-\dimen@\endgroup} % % Changes v1.3 (2003/02/07) -% o Added \Needspace (an extended version of postings by Donald Arseneau +% Added \Needspace (an extended version of postings by Donald Arseneau % to comp.text.tex e.g., in November 1993, August 1995, September 1997, ...) % % Changes v1.2 (2002/09/11) -% o At the suggestion of Robin Fairbairns, added use of \dimen@ to capture +% At the suggestion of Robin Fairbairns, added use of \dimen@ to capture % the argument so that calc package commands can be used in the argument. % % diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 7abf2e304e8..f76244fa91b 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -173,7 +173,8 @@ my @WorkingTLP = qw( movie15 mp3d mparhack mpman-ru ms msc msg mslapa multibib multicap multido multiobjective munich muthesis mwcls mxedruli - nag namespc natbib nath nature ncclatex ncctools newfile newlfm + nag namespc natbib nath nature ncclatex ncctools needspace + newfile newlfm nfssext-cfr nicetext nih noitcrul nomencl nomentbl nostarch notes notes2bib ntgclass ntheorem-vn numname numprint diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index ef4bc9766e8..bb9cd69a07a 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -352,6 +352,7 @@ depend nag depend namespc depend ncclatex depend ncctools +depend needspace depend newfile depend newlfm depend newspaper diff --git a/Master/tlpkg/tlpsrc/needspace.tlpsrc b/Master/tlpkg/tlpsrc/needspace.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/needspace.tlpsrc |