diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-25 20:26:07 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-25 20:26:07 +0000 |
commit | 3cbd6961c6f5eb2d115fc7273fd20cdc9d29e8f5 (patch) | |
tree | d1961ae35e4607e6cdac1a22ca45e45c6c4f4ddb /Master/texmf-dist/dvips | |
parent | 30d4ad935fafa91673e4c3880382ee6296584111 (diff) |
pstricks v1.23 2008/05/23
git-svn-id: svn://tug.org/texlive/trunk@8347 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/Changes b/Master/texmf-dist/dvips/pstricks/Changes index 88a7cebf1bf..70c6a76dbe0 100644 --- a/Master/texmf-dist/dvips/pstricks/Changes +++ b/Master/texmf-dist/dvips/pstricks/Changes @@ -1,4 +1,5 @@ ---- pstricks.pro +1.04 2008-05-11 - added Rand for a real random 0<=Rand<=1 1.03 2008-04-15 - only some cosmetics to the code 1.02 2008-01-01 - added the arrowtype D>, sides as curves (ArrowD) - added the whole algebraic parser stuff @@ -23,6 +24,7 @@ ---- pst-dots.pro +2.02 2008-04-19 add octogon symbol (hv) 2.01 2008-04-18 add some comments to the code (hv) 2.00 2006-12-19 add more dot symbols from Etienne Riga (hv) diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 73e4f2a9dc7..841b2896e7d 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ % $Id: pstricks.pro 21 2008-04-18 13:40:08Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.03, 2008/04/15 +%% Version 1.04, 2008/04/15 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -46,6 +46,7 @@ tx@Dict begin sub % yB-yA xA-xB Pyth } def /PtoC { 2 copy cos mul 3 1 roll sin mul } def % Polar to Cartesian +/Rand { rand 4294967295 div } def % a real random number %----------------- hv added 20050516 --------------- /PiDiv2 1.57079632680 def /Pi 3.14159265359 def |