diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-20 22:00:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-20 22:00:42 +0000 |
commit | 8db754efe5c2736dfbd92d0fe891c6cc89e4071d (patch) | |
tree | 6926e0fe5cfe18b686a96e3b3b669ae92a9395e6 /Master/texmf-dist/dvips/pstricks | |
parent | bdbcafd18250921f65d0dad8c2a0418ca9b1ee07 (diff) |
pstricks (20may14)
git-svn-id: svn://tug.org/texlive/trunk@34155 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-algparser.pro | 3 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro index 60e5c28263c..7fac21adbf9 100644 --- a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro +++ b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro @@ -1,4 +1,4 @@ -% $Id: pst-algparser.pro 902 2014-03-30 16:23:33Z herbert $ +% $Id: pst-algparser.pro 919 2014-05-19 18:42:47Z herbert $ %% %% PostScript prologue for PSTricks algorithm parser %% Version 0.06, 2014/05/19 @@ -308,7 +308,6 @@ end dup (cos) eq 1 index (sin) eq or exch (tan) eq or { /ExpressionVector ExpressionVector aload length 3.1415926 /div cvx 180 /mul cvx 5 -1 roll 4 add array astore def - array astore def } if } def /EvalCond {% diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 856d7b24958..79c9aafe674 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 902 2014-03-30 16:23:33Z herbert $ +% $Id: pstricks.pro 919 2014-05-19 18:42:47Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.23, 2014/05/15 |