From 3e6e7257268fd821558e63c91e4a9367ae1166fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 30 Apr 2010 22:55:58 +0000 Subject: pstricks update (30apr10) git-svn-id: svn://tug.org/texlive/trunk@18061 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pstricks/pstricks.pro | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/dvips') 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 %-----------------------------------------------------------------------------% % -- cgit v1.2.3