summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdfbin3356716 -> 3356988 bytes
-rw-r--r--Master/texmf-dist/dvips/pst-func/pst-func.pro17
-rw-r--r--Master/texmf-dist/tex/latex/pst-func/pst-func.sty6
4 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes
index 781ceb2a001..a66479753f4 100644
--- a/Master/texmf-dist/doc/generic/pst-func/Changes
+++ b/Master/texmf-dist/doc/generic/pst-func/Changes
@@ -86,9 +86,11 @@
..... pst-func.sty
2004-10-18 first version
2006-04-22 add pst-func.pro to the filelist
+ 2013-06-03 correct file version for pst-func.pro
..... pst-func.pro
+0.14 2013-06-03 - fix bug with arrow in psBezier#
0.13 2010-06-21 - run FindZeros in a local dictionary
- return [zeros] on stack
0.12 2010-01-04 rename Points to BezierPoints to prevent clash with
diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf
index 1b05f94ed29..3d5db3c7289 100644
--- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/dvips/pst-func/pst-func.pro b/Master/texmf-dist/dvips/pst-func/pst-func.pro
index c190e16fb78..0ea724d8439 100644
--- a/Master/texmf-dist/dvips/pst-func/pst-func.pro
+++ b/Master/texmf-dist/dvips/pst-func/pst-func.pro
@@ -1,4 +1,4 @@
-%% $Id: pst-func.pro 391 2010-10-02 16:43:32Z herbert $
+%% $Id: pst-func.pro 786 2013-06-03 07:28:54Z herbert $
%%
%% This is file `pst-func.pro',
%%
@@ -16,7 +16,7 @@
%% `pst-func' is a PSTricks package to plot special math functions
%%
%%
-%% version 0.13 / 2010-06-21 Herbert Voss
+%% version 0.14 / 2013-06-03 Herbert Voss
%
/tx@FuncDict 100 dict def
tx@FuncDict begin
@@ -74,7 +74,7 @@ tx@FuncDict begin
} for % x y on stack
end
} def
-%
+
/BezierCurve { % on stack [ coors psk@plotpoints BezierType
% 10 dict begin
/BezierType ED
@@ -83,14 +83,13 @@ tx@FuncDict begin
epsilon GetBezierCoor % next Bezier point
Points 0 get Points 1 get % starting point
ArrowA moveto
- epsilon epsilon 1 {
- /t ED
- t GetBezierCoor
- t 0.9999 lt { lineto }{ 1 epsilon sub GetBezierCoor 4 2 roll ArrowB pop pop pop pop } ifelse
- } for
+ epsilon dup 1 epsilon sub { /t ED t GetBezierCoor lineto } for
+ 1 epsilon sub GetBezierCoor
+ 1 GetBezierCoor
+ ArrowB lineto moveto
% end
} def
-%
+
/Bernstein { % on stack tStart tEnd plotpoints i n
12 dict begin % hold all local
/envelope ED % plot envelope?
diff --git a/Master/texmf-dist/tex/latex/pst-func/pst-func.sty b/Master/texmf-dist/tex/latex/pst-func/pst-func.sty
index 5487a0b8e41..934cfad3050 100644
--- a/Master/texmf-dist/tex/latex/pst-func/pst-func.sty
+++ b/Master/texmf-dist/tex/latex/pst-func/pst-func.sty
@@ -1,12 +1,12 @@
\RequirePackage{pstricks}
-\ProvidesPackage{pst-func}[2010/06/21 package wrapper for
+\ProvidesPackage{pst-func}[2013/06/03 package wrapper for
pst-func.tex (hv)]
\input{pst-func.tex}
\ProvidesFile{pst-func.tex}
[\filedate\space v\fileversion\space `PST-func' (hv)]
\IfFileExists{pst-func.pro}{%
\ProvidesFile{pst-func.pro}
- [2009/06/21 v. 0.13, PostScript prologue file (hv)]
+ [2013/06/03 v. 0.14, PostScript prologue file (hv)]
\@addtofilelist{pst-func.pro}}{}%
\endinput
-%% $Id: pst-func.sty 355 2010-06-21 10:02:44Z herbert $
+%% $Id: pst-func.sty 784 2013-06-03 07:24:05Z herbert $