summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/Changes2
-rw-r--r--Master/texmf-dist/dvips/pst-node/pst-node.pro11
2 files changed, 3 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes
index f84457d3035..22e4e28214a 100644
--- a/Master/texmf-dist/doc/generic/pst-node/Changes
+++ b/Master/texmf-dist/doc/generic/pst-node/Changes
@@ -1,8 +1,10 @@
----- pst-node.tex
+1.12 2010-04-30 - moved concatstring into the base pstricks.pro
1.11 2010-04-22 - modified version of \shownode (ms)
- modified \curvepnodes (ms)
1.10 2010-01-22 - first version with pst-xkey and an own
documentation (hv)
+
----- pst-node.sty
2008-12-12 first version (hv)
diff --git a/Master/texmf-dist/dvips/pst-node/pst-node.pro b/Master/texmf-dist/dvips/pst-node/pst-node.pro
index 94a343c6c1b..c1a814d6af6 100644
--- a/Master/texmf-dist/dvips/pst-node/pst-node.pro
+++ b/Master/texmf-dist/dvips/pst-node/pst-node.pro
@@ -1,7 +1,7 @@
% $Id: pst-node.pro 304 2010-04-22 08:23:39Z herbert $
%%
%% PostScript prologue for pst-node.tex.
-%% Version 1.11, 2010/04/22.
+%% Version 1.12, 2010/04/30.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -578,15 +578,6 @@ def /HPutPos { VPutPos@ HPutLine } def mark LPutVar tx@Dict begin
Y add /Y ED
} def
%
-%------------------------- helper functions ---------------------
-%
-/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
%