summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-03 20:48:25 +0000
committerKarl Berry <karl@freefriends.org>2021-11-03 20:48:25 +0000
commit57eeaa0c416fd9cd99918ca2ae7fdd2cc348e0a7 (patch)
treeb251ecaffe65539c0702a5f497cd39698b96e70c /Master/texmf-dist/tex
parentc9f727464c7c3b71a78d84bc99f5e8f1125f92a1 (diff)
pst-func (3nov21)
git-svn-id: svn://tug.org/texlive/trunk@60933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pst-func/pst-func.tex8
-rw-r--r--Master/texmf-dist/tex/latex/pst-func/pst-func.sty6
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-func/pst-func.tex b/Master/texmf-dist/tex/generic/pst-func/pst-func.tex
index 1f51fba97cd..1e982ddb2be 100644
--- a/Master/texmf-dist/tex/generic/pst-func/pst-func.tex
+++ b/Master/texmf-dist/tex/generic/pst-func/pst-func.tex
@@ -31,8 +31,8 @@
% interface to the `xkeyval' package
\pst@addfams{pst-func}
%
-\def\fileversion{0.98}
-\def\filedate{2021/10/30}
+\def\fileversion{0.99}
+\def\filedate{2021/11/03}
\message{`PST-func' v\fileversion, \filedate\space (hv)}
%
\pstheader{pst-func.pro}
@@ -1607,14 +1607,14 @@ grestore
\def\Lorenz@code{
25 dict begin
[ #2 ] dup length /nVal ED
- /Yval ED
+ bubblesort /Yval ED
Yval arraySum /Ysum ED
Yval { Ysum div } forall nVal array astore /YvalRel ED % Pred dist
\if$#1$
/temp {1 nVal div} bind def
[ nVal { temp } repeat ] /XvalRel ED
[ 1 1 nVal { nVal div } for ] /XvalRelCum ED
- YvalRel bubblesort /YvalRel ED
+ %YvalRel bubblesort /YvalRel ED
\else
[ #1 ] /Xval ED
Xval arraySum /Xsum ED
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 e70a9ebe558..ff1038570dd 100644
--- a/Master/texmf-dist/tex/latex/pst-func/pst-func.sty
+++ b/Master/texmf-dist/tex/latex/pst-func/pst-func.sty
@@ -1,5 +1,5 @@
\RequirePackage{pstricks}
-\ProvidesPackage{pst-func}[2021/10/30 package wrapper for pst-func.tex (hv)]
+\ProvidesPackage{pst-func}[2018/12/13 package wrapper for pst-func.tex (hv)]
\RequirePackage{pst-plot}
\RequirePackage{pst-math}
\RequirePackage{pst-tools}
@@ -10,7 +10,7 @@
\ProvidesFile{pst-func.tex}
[\filedate\space v\fileversion\space `PST-func' (hv)]
\IfFileExists{pst-func.pro}{%
- \ProvidesFile{pst-func.pro}[2021/10/30 v. 0.18, PostScript prologue file (hv)]
+ \ProvidesFile{pst-func.pro}[2018/12/13 v. 0.17, PostScript prologue file (hv)]
\@addtofilelist{pst-func.pro}}{}%
\endinput
-%% $Id: pst-func.sty 308 2021-10-30 14:11:45Z herbert $
+%% $Id: pst-func.sty 306 2021-10-29 14:48:08Z herbert $