summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
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 /Master/texmf-dist/dvips
parent1d9b661b7e4fde87ad720f9b4d23c37652d63548 (diff)
pstricks update (30apr10)
git-svn-id: svn://tug.org/texlive/trunk@18061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro11
1 files changed, 10 insertions, 1 deletions
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
%-----------------------------------------------------------------------------%
%