diff options
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 |