diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-30 21:53:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-30 21:53:19 +0000 |
commit | 7ec4e82a3899b0c9b16f0de4aa61d06cec11a2b3 (patch) | |
tree | 5ce28def3a158fe496e6c617be214d5a5e482a2a /Master/texmf-dist/dvips/pst-tools | |
parent | e7856d80a2af6ffa466f1244d2f735f919017975 (diff) |
pst-tools (30nov17)
git-svn-id: svn://tug.org/texlive/trunk@45952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pst-tools')
-rw-r--r-- | Master/texmf-dist/dvips/pst-tools/pst-tools.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvips/pst-tools/pst-tools.pro b/Master/texmf-dist/dvips/pst-tools/pst-tools.pro index c9f7e652e89..9386a166064 100644 --- a/Master/texmf-dist/dvips/pst-tools/pst-tools.pro +++ b/Master/texmf-dist/dvips/pst-tools/pst-tools.pro @@ -1,7 +1,7 @@ % $Id: pst-tools.pro 842 2013-10-26 10:25:41Z herbert $ % %% PostScript tools prologue for pstricks.tex. -%% Version 0.04, 2013/10/26 +%% Version 0.05, 2017/11/29 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -210,6 +210,13 @@ end pop } bind def % +/concatstrings % (a) (b) -> (ab) + { exch dup length + 2 index length add string + dup dup 4 2 roll copy length + 4 -1 roll putinterval + } bind def +% /dot2comma {% on stack a string (...) 2 dict begin /Output exch def |