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/texmf-dist | |
parent | 81805475cde677bc40f624e3e2febbd6423419d0 (diff) |
needspace update (3sep09)
git-svn-id: svn://tug.org/texlive/trunk@15072 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/latex/needspace/needspace.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/needspace.sty) | 17 |
1 files changed, 10 insertions, 7 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. % % |