diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-algparser.pro | 8 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro index 8053924b08f..edd71c773fa 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 801 2013-07-09 18:10:41Z herbert $ +% $Id: pst-algparser.pro 902 2014-03-30 16:23:33Z herbert $ %% %% PostScript prologue for PSTricks algorithm parser -%% Version 0.04, 2011/10/21 +%% Version 0.05, 2014/03/30 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -568,6 +568,10 @@ end %tx@CoreAnalyzerDict PreCommonFunc { (1/\(1+\() StrConcat 5 index StrConcat (\)^2\)\)) StrConcat } if PostCommonFunc } def +/EvalFunc_floor {% + PreCommonFunc + { dup 0 eq { (1) StrConcat } { 1 sub } ifelse (/\() StrConcat 5 index StrConcat AddClPar } if + PostCommonFunc } def /EvalFunc_ln {% PreCommonFunc { dup 0 eq { (1) StrConcat } { 1 sub } ifelse (/\() StrConcat 5 index StrConcat AddClPar } if diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 1349dc92d3e..39c0e6e180c 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 891 2014-02-03 10:05:33Z herbert $ +% $Id: pstricks.pro 902 2014-03-30 16:23:33Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.22, 2014/02/20 |