texlive[45952] Master/texmf-dist: pst-tools (30nov17)

commits+karl at tug.org commits+karl at tug.org
Thu Nov 30 22:53:19 CET 2017


Revision: 45952
          http://tug.org/svn/texlive?view=revision&revision=45952
Author:   karl
Date:     2017-11-30 22:53:19 +0100 (Thu, 30 Nov 2017)
Log Message:
-----------
pst-tools (30nov17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pst-tools/Changes
    trunk/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf
    trunk/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex
    trunk/Master/texmf-dist/dvips/pst-tools/pst-tools.pro
    trunk/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex

Modified: trunk/Master/texmf-dist/doc/generic/pst-tools/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-tools/Changes	2017-11-30 21:53:04 UTC (rev 45951)
+++ trunk/Master/texmf-dist/doc/generic/pst-tools/Changes	2017-11-30 21:53:19 UTC (rev 45952)
@@ -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 at reverseOrderOfPoints 
                   - modified /rightTrim
 0.03  2012-10-16  - added function /rightTrim 

Modified: trunk/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex	2017-11-30 21:53:04 UTC (rev 45951)
+++ trunk/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex	2017-11-30 21:53:19 UTC (rev 45952)
@@ -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}

Modified: trunk/Master/texmf-dist/dvips/pst-tools/pst-tools.pro
===================================================================
--- trunk/Master/texmf-dist/dvips/pst-tools/pst-tools.pro	2017-11-30 21:53:04 UTC (rev 45951)
+++ trunk/Master/texmf-dist/dvips/pst-tools/pst-tools.pro	2017-11-30 21:53:19 UTC (rev 45952)
@@ -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 @@
   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

Modified: trunk/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex	2017-11-30 21:53:04 UTC (rev 45951)
+++ trunk/Master/texmf-dist/tex/generic/pst-tools/pst-tools.tex	2017-11-30 21:53:19 UTC (rev 45952)
@@ -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 at 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 at key[psset]{pst-tools}{decimalSeparator}[.]{\def\psk at decimalSeparator{#1}}%



More information about the tex-live-commits mailing list