diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-08 00:30:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-08 00:30:02 +0000 |
commit | cb1213ecc3657ee8a0debc8b81431d287c0ca48c (patch) | |
tree | b345e34c61d4a270ea61b112dd9769d71f175104 /Master/texmf-dist/dvips | |
parent | f9d5c6abd032224d24ba2b7ef05d8f8322f316e5 (diff) |
pstricks 2.10 (28aug10)
git-svn-id: svn://tug.org/texlive/trunk@19605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-algparser.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro index d2150d6b074..4d0b78fe983 100644 --- a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro +++ b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro @@ -1,7 +1,7 @@ -% $Id: pst-algparser.pro 90 2009-01-30 10:58:51Z herbert $ +% $Id: pst-algparser.pro 350 2010-06-18 05:18:55Z herbert $ %% %% PostScript prologue for PSTricks algorithm parser -%% Version 0.01, 2008/01/01 +%% Version 0.02, 2010/06/08 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -558,6 +558,10 @@ end %tx@CoreAnalyzerDict PreCommonFunc { (exp\() StrConcat 5 index StrConcat AddClPar } if PostCommonFunc } def +/EvalFunc_EXP {% + PreCommonFunc + { (EXP\() StrConcat 5 index StrConcat AddClPar } if + PostCommonFunc } def /EvalFunc_sqrt {% PreCommonFunc { dup 0 eq { (1) StrConcat } { 1 sub } ifelse (/\(2*sqrt\() StrConcat 5 index StrConcat (\)\)) StrConcat } if |