diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 18:21:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 18:21:33 +0000 |
commit | 254c4051242f5550c4ed5b7e073d60dcc1d67903 (patch) | |
tree | b5eb3802caed09cca769202251571e41c2a27263 /Master/texmf-dist/tex/latex | |
parent | a97dd11bf2f1c3ab03850087e36d0612d7d77525 (diff) |
printlen.sty update (3sep09)
git-svn-id: svn://tug.org/texlive/trunk@15091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/printlen/printlen.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/printlen.sty) | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/printlen.sty b/Master/texmf-dist/tex/latex/printlen/printlen.sty index 067eff68957..7156670a20f 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/printlen.sty +++ b/Master/texmf-dist/tex/latex/printlen/printlen.sty @@ -1,7 +1,7 @@ % printlen.sty Print lengths in a variety of units % -% Author: Peter Wilson (CUA) -% (now at peter.r.wilson@boeing.com) +% Author: Peter Wilson, Herries Press +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) % Copyright 2001 Peter R. Wilson % Released under the LaTeX Project Public License % @@ -10,7 +10,7 @@ % Usage instructions are at the end of this file. % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{printlen}[2001/12/09 v1.1 print lengths with units] +\ProvidesPackage{printlen}[2009/09/03 v1.1a print lengths with units] % % \uselengthunit{<unit>} sets \l@nunits to the value of <unit> % and \l@nunitperpt to the number of <unit> in 1pt. @@ -122,17 +122,16 @@ % \uselengthunit{in}\printlength{\textwidth} and % \uselengthunit{mm}\printlength{\textwidth}. % -% Changes: +% +% CHANGE HISTORY +% +% Version 1.1a (2009/09/03) +% - New maintainer (Will Robertson) % % Version 1.1 (2001/12/09) -% o Print rounded values -% o Space between value and units +% - Print rounded values +% - Space between value and units % % Version 1.0 (2001/11/03) -% o First public release +% - First public release % -% Peter W. -% Harald Harders -% 2001/12/09 -% - |