diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-25 22:24:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-25 22:24:43 +0000 |
commit | 75d9f8c2748d75e4c38f97595b12907889c07f88 (patch) | |
tree | 5c1ec4fc1785c6a184524f813795b39416d328de /Master/texmf-dist/tex | |
parent | ce2494e9b5215a7d1712e91eaad8427e776895c8 (diff) |
pstricks-add (25aug17)
git-svn-id: svn://tug.org/texlive/trunk@45128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
3 files changed, 6 insertions, 13 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 diff --git a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg deleted file mode 100644 index 69d5fb85556..00000000000 --- a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg +++ /dev/null @@ -1,4 +0,0 @@ -\ProvidesFile{pstricks-add.cfg} - [2005/01/10 v0.1 addtional user stuff (hv)] -% -%
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty index 9d039bd5bf2..d97d56533e2 100644 --- a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty +++ b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty @@ -15,7 +15,4 @@ \ProvidesFile{pstricks-add.pro} [2009/12/17 v. 0.23, PostScript prologue file (hv)] \@addtofilelist{pstricks-add.pro}}{}% -\InputIfFileExists{pstricks-add.cfg}{% - \PackageInfo{pstricks-add}{Local config file pstricks-add.cfg used} -}{} \endinput |