summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-26 22:51:14 +0000
committerKarl Berry <karl@freefriends.org>2013-06-26 22:51:14 +0000
commit1d343ed6417b6271160ed148f3fd6a00e07104ce (patch)
treeb743a226cc9601e40e1bb4419270a90bb6eef785 /Master/texmf-dist/dvips
parentac28a2ee63ca270d13a3d1f61ccdd8c6203ec5e1 (diff)
pstricks (26jun13)
git-svn-id: svn://tug.org/texlive/trunk@30956 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index dd54e313202..e86f6a85333 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
-% $Id: pstricks.pro 781 2013-05-21 08:25:07Z herbert $
+% $Id: pstricks.pro 783 2013-05-22 05:38:43Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.15, 2012/10/18
+%% Version 1.16, 2013/05/22
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -56,10 +56,13 @@ tx@Dict begin
%
/RadtoDeg { 180 mul Pi div } bind def % convert from radian to degrees
/DegtoRad { Pi mul 180 div } bind def % viceversa
-
+%
/startGlobal { true setglobal globaldict begin } bind def
/endGlobal { end false setglobal } bind def
-
+/pssetRGBcolor /setrgbcolor load def
+/pssetCMYKcolor /setcmykcolor load def
+/pssetGraycolor /setgray load def
+%
%----------------- hv end---------------------------
/PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def } def
%