diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-22 01:40:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-22 01:40:51 +0000 |
commit | 25849400ed3a564641cc47c0ed070f3079f5a611 (patch) | |
tree | e6d33de6d10a6d5693dc675e8850a78017832a62 /Master/texmf-dist/tex | |
parent | 1f747b52ef79b4ea4fbc870c9423139e82bd9b60 (diff) |
pst-match 0.21 (20jan09)
git-svn-id: svn://tug.org/texlive/trunk@11942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-math/pst-math.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-math/pst-math.sty | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex index 7e3202a632e..ea0e35fbbd9 100644 --- a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex +++ b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex @@ -6,7 +6,7 @@ %% Package `pst-math.tex' %% %% Christophe Jorssen <christophe.jorssen@libre.fr.invalid> -%% ('libre' is the french word for 'free', to contact me) +%% Herbert Voss <hv@PSTricks.de> %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -16,12 +16,9 @@ %% `pst-math' is a PSTricks package to enhance math in PSTricks %% %% -\def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}} -\RCS$Revision: 1.0 $ \RCS$Date: 2004-06-15 22:29:36+02 $ +\def\fileversion{0.21} -\def\fileversion{0.3} - -\message{`pst-math' v\fileversion\space (Rev \RCSRevision, \RCSDate), C.Jorssen} +\message{`pst-math' v\fileversion\space, (CJ,hv)} \csname PSTmathLoaded\endcsname \let\PSTmathLoaded\endinput diff --git a/Master/texmf-dist/tex/latex/pst-math/pst-math.sty b/Master/texmf-dist/tex/latex/pst-math/pst-math.sty index 52ac7e7f6d4..9fb99e25041 100644 --- a/Master/texmf-dist/tex/latex/pst-math/pst-math.sty +++ b/Master/texmf-dist/tex/latex/pst-math/pst-math.sty @@ -1,6 +1,9 @@ -\ProvidesPackage{pst-math}[2004/03/20 package wrapper for PSTricks pst-math.tex] +\ProvidesPackage{pst-math}[2009/01/20 package wrapper for PSTricks pst-math.tex] \input pst-math.tex \ProvidesFile{pst-math.tex} - [\filedate\space v\fileversion\space `PST-math' (cj)] -\IfFileExists{pst-func.pro}{\@addtofilelist{pst-math.pro}}{}% + [\filedate\space v\fileversion\space `PST-math' (hv)] +\IfFileExists{pst-math.pro}{% + \ProvidesFile{pst-math.pro} + [2009/01/20 v. 0.3, PostScript prologue file (hv)] +\@addtofilelist{pst-math.pro}}{}% \endinput |