diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-27 00:59:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-27 00:59:14 +0000 |
commit | fd1452933a9c61590892c397e0a4217d9ada1dee (patch) | |
tree | 90f88b93edb70522d7f81604ed6fc33b988fbac8 /Master/texmf-dist/tex/latex/pstricks | |
parent | fc9af029ad8683806201fc8c5e8daced875f73ed (diff) |
pstricks 2.04 (26apr10)
git-svn-id: svn://tug.org/texlive/trunk@18015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 7d7e66621f8..5c1a55dc384 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pstricks} - [2010/03/20 v0.43 LaTeX wrapper for `PSTricks' (RN,HV)] + [2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{% \edef\@tempa{\jobname.tex }% @@ -39,12 +39,12 @@ \DeclareOption{plain}{% \ifpst@OldVersion \def\psDEBUG[#1]#2{}% - \def\pst@sty@tempa{pstricks97.tex}% + \def\pst@tempa{pstricks97.tex}% \else - \def\pst@sty@tempa{pstricks.tex}% + \def\pst@tempa{pstricks.tex}% \fi - \input{\pst@sty@tempa}% - \ProvidesFile{\pst@sty@tempa}% + \input{\pst@tempa}% + \ProvidesFile{\pst@tempa}% [\filedate\space v\fileversion\space `PSTricks' (tvz)]% \endinput } @@ -58,20 +58,19 @@ \let\saved@scalebox\scalebox \ifpst@OldVersion \def\psDEBUG[#1]#2{} - \def\pst@sty@tempa{pstricks97.tex}% + \def\pst@tempa{pstricks97.tex}% \else - \def\pst@sty@tempa{pstricks.tex} + \def\pst@tempa{pstricks.tex} \fi - \input{\pst@sty@tempa}% - \ProvidesFile{\pst@sty@tempa} + \input{\pst@tempa}% + \ProvidesFile{\pst@tempa} [\filedate\space v\fileversion\space `PSTricks' (tvz,hv)] -% \input{pst-fp.tex}% all done by pstricks.tex itself - \IfFileExists{pst-fp.tex}{% - \ProvidesFile{pst-fp.tex}[2010/01/17 v0.05 `pst-fp' (hv)] - \@addtofilelist{pst-fp.tex}}{}% + \input{pst-fp.tex} + \ProvidesFile{pst-fp.tex} + [\filedate\space v\fileversion\space `PST-fp' (hv)] \IfFileExists{pstricks.pro}{% \ProvidesFile{pstricks.pro} - [2009/01/30 v. 1.06, PostScript prologue file (hv)] + [2010/04/24 v. 1.07, PostScript prologue file (hv)] \@addtofilelist{pstricks.pro}}{}% \IfFileExists{pst-dots.pro}{% \ProvidesFile{pst-dots.pro} |