diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-30 21:57:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-30 21:57:51 +0000 |
commit | 1d82e9dcc970d76449315028bb8c05a946a60f6c (patch) | |
tree | 685b93e991e31e1baa00ff6663333f3ce07ad644 /Master/texmf-dist/dvips | |
parent | 87d76fd5df9cedb2648b5dd9b9d6b2fc90d45978 (diff) |
pstricks (30mar14)
git-svn-id: svn://tug.org/texlive/trunk@33328 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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 |