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 | |
parent | e7856d80a2af6ffa466f1244d2f735f919017975 (diff) |
pst-tools (30nov17)
git-svn-id: svn://tug.org/texlive/trunk@45952 c570f23f-e606-0410-a88d-b1316a301751
-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}}% |