diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-30 00:23:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-30 00:23:28 +0000 |
commit | c561c8be4cd2da741055131d54298d3bf0160745 (patch) | |
tree | e410a34bb0a4f0e258d54129441aedbd035067a9 /Master/texmf-dist/tex | |
parent | 0667ea0af1a4171b6e1dc55b119aa2a7b814760d (diff) |
pst-bspline update (29nov08)
git-svn-id: svn://tug.org/texlive/trunk@11474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex (renamed from Master/texmf-dist/tex/generic/pst-bspline/pst-Bspline.tex) | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-bspline/pst-Bspline.sty | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty | 5 |
3 files changed, 11 insertions, 10 deletions
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 0a2b39e90e7..55949e9310b 100644 --- a/Master/texmf-dist/tex/generic/pst-bspline/pst-Bspline.tex +++ b/Master/texmf-dist/tex/generic/pst-bspline/pst-bspline.tex @@ -1,7 +1,7 @@ -%% BEGIN pst-Bspline.tex +%% BEGIN pst-bspline.tex %% Author: Michael Sharpe (msharpe@ucsd.edu) -\def\fileversion{1.11} -\def\filedate{2008/10/18} +\def\fileversion{1.12} +\def\filedate{2008/11/28} %% \message{ v\fileversion, \filedate} \csname PSTBsplineLoaded\endcsname @@ -47,7 +47,8 @@ \next@Node} % %\def\nextpt#1#2#3{\typeout{Next points:#1:#2:#3:}} -\def\nextfour#1#2#3#4{\newwrite\foo \immediate\openout\foo=foo.txt \immediate\write\foo{Next chars:#1:#2:#3:#4:}\closeout\foo}%end utility macros +\def\nextfour#1#2#3#4{\newwrite\foo \immediate\openout\foo=foo.txt \immediate\write\foo{Next chars:#1:#2:#3:#4:}\closeout\foo} +%end utility macros \newcount\bsp@args \newcount\bsp@cntA \newcount\bsp@cntB @@ -284,4 +285,4 @@ ycoeff \iA\space ycoeff \iA\space get mcoeff \iA\space get ycoeff \iB\space get \pnode(\noderoot B\the\top@ndx){\noderoot B0}% } \catcode`\@=\TheAtCode\relax -\endinput +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/pst-bspline/pst-Bspline.sty b/Master/texmf-dist/tex/latex/pst-bspline/pst-Bspline.sty deleted file mode 100644 index 3c09ba23182..00000000000 --- a/Master/texmf-dist/tex/latex/pst-bspline/pst-Bspline.sty +++ /dev/null @@ -1,5 +0,0 @@ -\ProvidesPackage{pst-Bspline} - -\input{pst-Bspline} - -\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty b/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty new file mode 100644 index 00000000000..6500f4dbefb --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-bspline/pst-bspline.sty @@ -0,0 +1,5 @@ +\ProvidesPackage{pst-bspline} + +\input{pst-bspline} + +\endinput
\ No newline at end of file |