summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-30 22:55:58 +0000
committerKarl Berry <karl@freefriends.org>2010-04-30 22:55:58 +0000
commit3e6e7257268fd821558e63c91e4a9367ae1166fb (patch)
treeff7891414fdbb3cc4e1427c399fa428493eaf413
parent1d9b661b7e4fde87ad720f9b4d23c37652d63548 (diff)
pstricks update (30apr10)
git-svn-id: svn://tug.org/texlive/trunk@18061 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.dvips9
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro11
2 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
index 1ac3330529d..79522211d6c 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
@@ -1,4 +1,6 @@
---- pstricks.pro
+1.07 2010-04-30 - take \psk@rot into account for \psellipse
+ - new helper function concatstring
1.06 2009-01-30 - cosmetic changes to the code
1.05 2008-08-02 - commented out empty lines
1.04 2008-05-11 - added Rand for a real random 0<=Rand<=1
@@ -27,13 +29,6 @@
2.00 2006-12-19 add more dot symbols from Etienne Riga (hv)
----- pst-node.pro
-1.02 2009-01-30 - cosmetic changes to the code
-1.01 2008-08-14 - commented out empty lines
- - fix bug with \ncangle for npos=3
-1.00 2008-01-01 initial version (hv)
-
-
---- pst-alpparser.pro
0.02 2008-08-02 - commented out empty lines
0.01 2008-01-01 initial version (hv)
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index 0857c09b072..ae1517ef5ab 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
% $Id: pstricks.pro 266 2010-01-22 14:45:23Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.06, 2009/01/30
+%% Version 1.07, 2009/04/30
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -939,6 +939,15 @@ end
} def
%
%
+/concatstringarray{ % [(a) (b) ... (z)] --> (ab...z) 20100422
+ 0 1 index { length add } forall
+ string
+ 0 3 2 roll
+ { 3 copy putinterval length add }forall
+ pop
+} bind def
+%
+%
end
%-----------------------------------------------------------------------------%
%