diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-10 00:48:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-10 00:48:32 +0000 |
commit | 47bfa29c0506582b77df9496b6da1eb7f4d1ab7d (patch) | |
tree | f43370f616e1358db381fdfd4e82111a23ae92cf /Master/texmf-dist/tex/generic/pst-func | |
parent | 750eb2851ba30c6ed85bc1225a55259459fcf207 (diff) |
pst-func update (9feb10)
git-svn-id: svn://tug.org/texlive/trunk@16951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-func')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-func/pst-func.tex | 16 |
1 files changed, 9 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 02b786a0df4..4a368f76c0c 100644 --- a/Master/texmf-dist/tex/generic/pst-func/pst-func.tex +++ b/Master/texmf-dist/tex/generic/pst-func/pst-func.tex @@ -1,4 +1,4 @@ -%% $Id: pst-func.tex 261 2010-01-20 17:09:01Z herbert $ +%% $Id: pst-func.tex 281 2010-02-09 09:16:17Z herbert $ %% %% This is file `pst-func.tex', %% @@ -30,8 +30,8 @@ % interface to the `xkeyval' package \pst@addfams{pst-func} % -\def\fileversion{0.66} -\def\filedate{2010/01/25} +\def\fileversion{0.67} +\def\filedate{2010/02/09} \message{`PST-func' v\fileversion, \filedate\space (hv)} % \pstheader{pst-func.pro} @@ -100,7 +100,9 @@ % \def\psPolynomial{\pst@object{psPolynomial}} \def\psPolynomial@i#1#2{% - \begin@OpenObj + \pst@killglue% + \begingroup% + \use@par% \@nameuse{beginplot@\psplotstyle}% \gdef\psplot@init{}% \@nameuse{testqp@\psplotstyle}% @@ -138,11 +140,11 @@ xy moveto }% \if@pst% lines and dots - \psPolynomial@ii% - \else% curves \psPolynomial@iii% + \else% curves + \psPolynomial@ii% \fi% - \end@OpenObj + \endgroup \ignorespaces} % \def\psPolynomial@ii{% |