From 7ec4e82a3899b0c9b16f0de4aa61d06cec11a2b3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Nov 2017 21:53:19 +0000 Subject: pst-tools (30nov17) git-svn-id: svn://tug.org/texlive/trunk@45952 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pst-tools/pst-tools.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/dvips') 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 -- cgit v1.2.3