summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-23 22:05:08 +0000
committerKarl Berry <karl@freefriends.org>2014-07-23 22:05:08 +0000
commitad32167044ecf7374eaa397a2bc8f1b142f34c5c (patch)
treebd7f4247978534454d13f099f822b1048f3547c4 /Master/texmf-dist/tex
parentf3e14f60640da99c60f8a344d2ce48d6cab12b8c (diff)
pstricks-add (22jul14)
git-svn-id: svn://tug.org/texlive/trunk@34702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex10
-rw-r--r--Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty2
2 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 cc9e083a2be..e271f7be387 100644
--- a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
+++ b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add.tex 933 2014-07-11 19:23:25Z herbert $
+%% $Id: pstricks-add.tex 37 2014-07-22 13:52:12Z herbert $
%%
%% This is file `pstricks-add.tex',
%%
@@ -30,8 +30,8 @@
\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
\ifx\PSTmathLoaded\endinput\else \input pst-math \fi
%
-\def\fileversion{3.74}
-\def\filedate{2014/07/15}
+\def\fileversion{3.75}
+\def\filedate{2014/07/22}
\message{`pstricks-add' v\fileversion, \filedate\space (dr,hv)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
@@ -1189,7 +1189,7 @@ a add
\pst@killglue
\use@par
\psRelNode(#1)(#2){#3}{#4}
- \psline(#1)(#4)%
+ \pcline(#1)(#4)%%%% \psline->\pcline 20140722
}\ignorespaces}
%
% #1 options
@@ -1222,7 +1222,7 @@ a add
/Alpha dy dx atan def
laenge Alpha cos mul XC add
laenge Alpha sin mul YC add ){#5}%
- \psline(#3)(#5)
+ \pcline(#3)(#5)%%%% \psline->\pcline 20140722
}\ignorespaces}
%
\def\psIntersectionPoint(#1)(#2)(#3)(#4)#5{%
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 9daea6d7044..9d039bd5bf2 100644
--- a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty
+++ b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add.sty 566 2011-08-20 07:19:32Z herbert $
+%% $Id: pstricks-add.sty 37 2014-07-22 13:52:12Z herbert $
%
\RequirePackage{pstricks}
\RequirePackage{pst-plot}