diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-14 23:07:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-14 23:07:44 +0000 |
commit | 04dc31dcd61adf9924a90ff4d450ab25b3010646 (patch) | |
tree | 51e0a93a6afa05a4363d551e078d88e9c6a2612d /Master/texmf-dist/dvips | |
parent | a6f1bf5e02c8819c63809f345c5a803cb274c9d5 (diff) |
pstricks
git-svn-id: svn://tug.org/texlive/trunk@23559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro index 4d0b78fe983..b42cd0b5144 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 350 2010-06-18 05:18:55Z herbert $ %% %% PostScript prologue for PSTricks algorithm parser -%% Version 0.02, 2010/06/08 +%% Version 0.03, 2011/06/03 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -742,6 +742,7 @@ end%%%tx@CoreAnalyzerDict %% n -> n! /Fact { 1 exch 2 exch 1 exch { mul } for } bind def /fact { Fact } bind def +/! { Fact } bind def end % % END pst-algparser.pro
\ No newline at end of file diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index dc8abde2aee..bf29b527ca0 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 455 2011-01-30 11:19:19Z herbert $ +% $Id: pstricks.pro 489 2011-04-23 09:25:08Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.07, 2009/04/30 |