summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-25 23:08:11 +0000
committerKarl Berry <karl@freefriends.org>2013-11-25 23:08:11 +0000
commit0c6abd35bd23751f17122fb5d5eee32af08cd6ba (patch)
tree05ac632cd79835f4fa0aa126481304e22ae2a463 /Master
parent980edfc6ce985228275814cdef91c1c2d48796f5 (diff)
pstricks (25nov13)
git-svn-id: svn://tug.org/texlive/trunk@32240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.dvips1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/README4
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin98262 -> 97793 bytes
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro5
4 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
index a1023a45e7d..7d2df4e6dc5 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
@@ -1,4 +1,5 @@
---- pstricks.pro
+1.20 2013-11-25 - fix for Rand
1.19 2013-11-08 - do not put /Uput in a local dictionary
1.18 2013-11-05 - put /UUput and /Uput in local dictionaries
1.17 2013-07-08 - move the overlay part into pst-ovl.pro
diff --git a/Master/texmf-dist/doc/generic/pstricks/README b/Master/texmf-dist/doc/generic/pstricks/README
index 55f6b466806..add9b0ed78f 100644
--- a/Master/texmf-dist/doc/generic/pstricks/README
+++ b/Master/texmf-dist/doc/generic/pstricks/README
@@ -1,4 +1,4 @@
-PSTricks 2013
+PSTricks 2014
-----------------------------------------------------------------------
PSTricks is the original work of Timothy van Zandt <tvz@econ.insead.fr>
@@ -9,7 +9,7 @@ and Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
PSTricks 2004 is edited by Herbert Voss <hvoss@tug.org>
and Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
-PSTricks 2005-2013 is edited by Herbert Voss <hvoss@tug.org>
+PSTricks 2005-2014 is edited by Herbert Voss <hvoss@tug.org>
-----------------------------------------------------------------------
For more informations go to http://tug.org/PSTricks _and_ read the
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index 89faa2d8815..4757a487c9a 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
Binary files differ
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index b6ceff83940..3995ab2d79f 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
% $Id: pstricks.pro 845 2013-11-08 19:01:48Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.19, 2013/11/08
+%% Version 1.20, 2013/11/25
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -54,7 +54,8 @@ 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
+%/Rand { rand 4294967295 div } def % a real random number
+/Rand { rand 2147483447 div } def % a real random number between 0 and 1
%----------------- hv added 20050516 ---------------
/PiDiv2 1.57079632680 def
/Pi 3.14159265359 def