diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-14 23:42:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-14 23:42:04 +0000 |
commit | 3d0cb91a86809c8becca994b9f708c9cc8eb7fdc (patch) | |
tree | e49b2a952719048b3119796e74598ea01f9c95d0 /Master/texmf-dist/tex/latex/pst-bspline | |
parent | 4ff035e5c9345f5e6e713650e83adc236471ecca (diff) |
pst-bspline update (4sep10)
git-svn-id: svn://tug.org/texlive/trunk@19733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-bspline')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty | 16 |
1 files changed, 11 insertions, 5 deletions
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 6500f4dbefb..58c9eca005b 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,11 @@ -\ProvidesPackage{pst-bspline} - -\input{pst-bspline} - -\endinput
\ No newline at end of file +\RequirePackage{pstricks} +\ProvidesPackage{pst-bspline}[2007/12/23 package wrapper for + pst-bspline.tex (hv)] +\input{pst-bspline.tex} +%\IfFileExists{pst-bspline.pro}{% +% \ProvidesFile{pst-bspline.pro} +% [2007/03/23 v. 0.01, PostScript prologue file (hv)] +% \@addtofilelist{pst-bspline.pro}}{}% +\ProvidesFile{pst-bspline.tex} + [\filedate\space v\fileversion\space `pst-bspline' (ms)] +\endinput |