diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex index e008964d02e..c9ae9dcc7c7 100644 --- a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex +++ b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex @@ -31,8 +31,8 @@ \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi \ifx\PSTmathLoaded\endinput\else \input pst-math \fi % -\def\fileversion{3.83} -\def\filedate{2017/05/10} +\def\fileversion{3.83a} +\def\filedate{2017/08/24} \let\pstricksaddFV\fileversion \message{`pstricks-add' v\fileversion, \filedate\space (dr,hv)} % @@ -347,8 +347,8 @@ a add \def\Put{\pst@object{Put}}% \def\Put@i{\@ifnextchar({\Put@ii{}}{\Put@ii}}% \def\Put@ii#1(#2)#3{{% - \pst@killglue% - \use@par% + \pst@killglue + \use@par \expandafter\parseRP#1;;\@nil%sets \arg@A, \arg@B \ifx\arg@B\@empty% use \rput \edef\arg@A{\if@star*\fi\ifx\arg@A\@empty\else[\arg@A]\fi}% @@ -373,8 +373,8 @@ a add \def\pscurvepoints{\pst@object{pscurvepoints}}% \def\pscurvepoints@i#1#2#3#4{{%optional [plotpoints=xx] % #1=tmin,#2=tmax,#3=function (of t),#4=array root name, - \pst@killglue% - \use@par% + \pst@killglue + \use@par \edef\my@tempA{#3}% x(t) y(t) expanded \expandafter\testAlg\my@tempA|\@nil% \pst@Verb{ % so we can use definitions from tx@Dict |