summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pst-tools/pst-tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/dvips/pst-tools/pst-tools.pro')
-rw-r--r--Master/texmf-dist/dvips/pst-tools/pst-tools.pro9
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