diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-21 23:04:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-21 23:04:38 +0000 |
commit | b7f351186e14a82b2d9ad697752a86e073d04fc6 (patch) | |
tree | 191fe3d777c57b7f83013b55a3816ad9c1dea761 /Master/texmf-dist/dvips | |
parent | 3f361c9b8d80c304f9befb9884174e5994483ca9 (diff) |
pstricks (21may13)
git-svn-id: svn://tug.org/texlive/trunk@30616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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 % |