diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-25 00:19:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-25 00:19:40 +0000 |
commit | 7b93346da17c75578b72cd1dc9adedfb12d02611 (patch) | |
tree | 6b4d3d6fbb097c5ee02ae89b2f8f69857a969713 /Master/texmf-dist/doc/generic/pst-func | |
parent | 9d848556090ce2a72e2680ef9885fc3318d57bb6 (diff) |
pst-func 0.64 (21jan10)
git-svn-id: svn://tug.org/texlive/trunk@16810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-func')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf | bin | 2849265 -> 2849314 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes index 83b92f89549..6321e0e8dd6 100644 --- a/Master/texmf-dist/doc/generic/pst-func/Changes +++ b/Master/texmf-dist/doc/generic/pst-func/Changes @@ -1,4 +1,6 @@ ..... pst-func.tex +0.64 2010-01-19 - new optional argument for \psplotImp + to insert predefined PS code 0.63 2010-01-04 - fixed bug with Bezier definition 0.62 2009-12-01 - fixed bug with \pst@Shift in \psGaussI 0.61 2009-11-30 - fixed bug with \psGaussI 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 Binary files differindex bb23b30c4f6..b37bb2a36ba 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 diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex index 5ada7d63722..c9310fcfd91 100644 --- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pst-func-doc.tex 244 2010-01-04 13:48:01Z herbert $ +%% $Id: pst-func-doc.tex 261 2010-01-20 17:09:01Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false, smallheadings, headexclude,footexclude,oneside]{pst-doc} \usepackage[utf8]{inputenc} @@ -1480,7 +1480,7 @@ The only special keyword is \Lkeyword{stepFactor} which is preset to 0.67 and co and vertical step width. \begin{BDef} -\Lcs{psplotImp}\OptArgs\Largr{xMin,yMin}\Largr{xMax,yMax}\Largb{function f(x,y)} +\Lcs{psplotImp}\OptArgs\Largr{xMin,yMin}\Largr{xMax,yMax}\OptArg{PS code}\Largb{function f(x,y)} \end{BDef} The function must be of $f(x,y)=0$ and described in \PS code, or alternatively with |