diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tools/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf | bin | 112145 -> 111946 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pst-tools/pst-tools.pro | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex | 6 |
5 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-tools/Changes b/Master/texmf-dist/doc/generic/pst-tools/Changes index b40f9013fb8..0f96c059cec 100644 --- a/Master/texmf-dist/doc/generic/pst-tools/Changes +++ b/Master/texmf-dist/doc/generic/pst-tools/Changes @@ -1,4 +1,5 @@ ..... pst-tools.tex +0.09a 2017-11-29 - modified pro file 0.09 2017-10-04 - renamed macro \psGetElement to \psRegisterList 0.08 2017-10-02 - new macro \psGetElement 0.07 2017-08-23 - use always URW fonts instead of PostScript, eg Helvetica-NimbusSanL @@ -18,6 +19,7 @@ ---- pst-tools.pro +0.05 2017-11-29 - added function concatstrings 0.04 2013-10-26 - added function /ps@reverseOrderOfPoints - modified /rightTrim 0.03 2012-10-16 - added function /rightTrim diff --git a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf Binary files differindex fd6d6ea90e6..712e241453e 100644 --- a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex index 364a850b0b9..9be46ca3adc 100644 --- a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pst-tools-doc.tex 612 2017-10-04 06:25:18Z herbert $ +%% $Id: pst-tools-doc.tex 613 2017-10-04 07:29:50Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false, smallheadings, headexclude,footexclude,oneside]{pst-doc} \usepackage[utf8]{inputenc} 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 diff --git a/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex b/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex index 6ab3305827f..b395c9bce06 100644 --- a/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex +++ b/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex @@ -1,4 +1,4 @@ -%% $Id: pst-tools.tex 611 2017-10-04 06:21:41Z herbert $ +%% $Id: pst-tools.tex 666 2017-11-29 19:00:27Z herbert $ %% %% This is file `pst-tools.tex', %% @@ -26,8 +26,8 @@ % interface to the `xkeyval' package \pst@addfams{pst-tools} % -\def\fileversion{0.09} -\def\filedate{2017/10/04} +\def\fileversion{0.09a} +\def\filedate{2017/11/29} \message{`PST-tools' v\fileversion, \filedate\space (hv)} % \define@key[psset]{pst-tools}{decimalSeparator}[.]{\def\psk@decimalSeparator{#1}}% |