diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-08 22:32:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-08 22:32:27 +0000 |
commit | e41ca94a9a98557cd2d5f67315b50811a6672e3e (patch) | |
tree | a6b9d3fb6382245cd9bdceafb735b2976bc47a2c /Master/texmf-dist/dvips/pst-func/pst-func.pro | |
parent | 9bc61b9b115e4172c7a751e24511e4a5ce0247a0 (diff) |
pst-func 0.60 (8oct09)
git-svn-id: svn://tug.org/texlive/trunk@15699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pst-func/pst-func.pro')
-rw-r--r-- | Master/texmf-dist/dvips/pst-func/pst-func.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pst-func/pst-func.pro b/Master/texmf-dist/dvips/pst-func/pst-func.pro index e1093708323..f21fa6b8318 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 72 2009-01-08 22:00:47Z herbert $ +%% $Id: pst-func.pro 82 2009-01-23 17:38:22Z herbert $ %% %% This is file `pst-func.pro', %% @@ -16,7 +16,7 @@ %% `pst-func' is a PSTricks package to plot special math functions %% %% -%% version 0.10 / 2009-01-08 Herbert Voss <voss _at_ pstricks.de> +%% version 0.11 / 2009-01-19 Herbert Voss <voss _at_ pstricks.de> % /tx@FuncDict 100 dict def tx@FuncDict begin @@ -250,7 +250,7 @@ tx@FuncDict begin } for } def % -/Simpson { % on stack must be a b M +/Simpson { % on stack must be a b M --- simple version --- % /SFunc must be defined /M ED /b ED /a ED /h b a sub M 2 mul div def |