diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks/pstricks.pro')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 78cd0fd8b96..dd54e313202 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 755 2013-03-09 08:48:58Z herbert $ +% $Id: pstricks.pro 781 2013-05-21 08:25:07Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.15, 2012/10/18 @@ -16,7 +16,7 @@ systemdict /.setshapealpha known not {/.setshapealpha { pop } def } if % /tx@Dict 200 dict def % the main PSTricks dictionary tx@Dict begin -/ADict 25 dict def % The arrow dictionaray +/ADict 25 dict def % The arrow dictionary /CM { matrix currentmatrix } bind def /SLW /setlinewidth load def /CLW /currentlinewidth load def @@ -56,6 +56,10 @@ 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 + %----------------- hv end--------------------------- /PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def } def % |