diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-30 22:56:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-30 22:56:16 +0000 |
commit | 83c112dcf58f19f5b3b1cc8ab677f35cc09db642 (patch) | |
tree | f123ac1e1f536dfe2c1e4b68e40fba1800a17afc /Master | |
parent | 3e6e7257268fd821558e63c91e4a9367ae1166fb (diff) |
pst-node update (30apr10)
git-svn-id: svn://tug.org/texlive/trunk@18062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pst-node/pst-node.pro | 11 |
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 % |