diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-21 23:22:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-21 23:22:05 +0000 |
commit | a7edada4189ba7cd7815b452dfda0c2e56b14d82 (patch) | |
tree | b944200096d44c5cef37a85990b4ad686ac2c13e /Master/texmf-dist | |
parent | 686bfe6121176573788e5f46ff2d20ab96181685 (diff) |
pst-bspline (21aug11)
git-svn-id: svn://tug.org/texlive/trunk@23632 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-bspline/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-bspline/README b/Master/texmf-dist/doc/generic/pst-bspline/README index 4488857fb91..afabbd22858 100644 --- a/Master/texmf-dist/doc/generic/pst-bspline/README +++ b/Master/texmf-dist/doc/generic/pst-bspline/README @@ -1,11 +1,16 @@ -%% Package pst-Bspline +%% Package pst-bspline %% -%% Michael Sharpe <msharpe@ucsd.edu> +%% Copyright 2011 Michael Sharpe <msharpe@ucsd.edu> %% -%% Version 1.44, 2011/08/19 +%% Version 1.5, 2011/08/20 %% -%% License: Free This package draws uniform, cubic B-spline curves, open and closed, based on a sequence of B-spline control points. There is also code which permits drawing the open or closed cubic B-spline curve interpolating a sequence of points. This update adds a number of macros allowing B-spline curves to be used as if they were parametric curves or graphs of functions. -The .tex and .sty files should be installed in a folder searched by TeX. All documentation is in pst-bspline-doc.pdf.
\ No newline at end of file +The .tex and .sty files should be installed in a folder searched by TeX. All documentation is in pst-bspline-doc.pdf. + +License: + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3c of this license or (at your option) any + later version: <http://www.latex-project.org/lppl.txt> diff --git a/Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex b/Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex index 88a84514d8c..38675b96909 100644 --- a/Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex +++ b/Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex @@ -8,8 +8,8 @@ \ifx\PSTricksLoaded\endinput \else\input pstricks \fi \ifx\PSTnodeLoaded\endinput \else\input pst-node \fi \ifx\PSTXKeyLoaded\endinput \else\input pst-xkey \fi -\def\fileversion{1.44} -\def\filedate{2011/08/19} +\def\fileversion{1.5} +\def\filedate{2011/08/20} \message{`pst-bspline' v\fileversion, \filedate\space Bspline routines for pstricks (ms)} % diff --git a/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty b/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty index 5e2ea0402c8..6b62c0ce7ea 100644 --- a/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty +++ b/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty @@ -1,5 +1,5 @@ \ProvidesPackage{pst-bspline} - [2011/08/19 v1.44 LaTeX wrapper for pst-bspline (MS)] + [2011/08/20 v1.5 LaTeX wrapper for pst-bspline (MS)] \input{pst-bspline} \ProvidesFile{pst-bspline.tex} [\filedate\space \fileversion\space `pst-bspline' (ms)] |