diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-21 23:21:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-21 23:21:18 +0000 |
commit | a0c03e537743699342dde67831b72841dc537037 (patch) | |
tree | c30b13749cd8604f63f3a0c83f789d06178e87bd /Master/texmf-dist/tex/latex/pstricks | |
parent | c1802566752c60e5104bdfc7c68f9a10fe490239 (diff) |
pstricks update (21mar10)
git-svn-id: svn://tug.org/texlive/trunk@17522 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 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 72b244dbfa2..7d7e66621f8 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/16 v0.42 LaTeX wrapper for `PSTricks' (RN,HV)] + [2010/03/20 v0.43 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@tempa{pstricks97.tex}% + \def\pst@sty@tempa{pstricks97.tex}% \else - \def\pst@tempa{pstricks.tex}% + \def\pst@sty@tempa{pstricks.tex}% \fi - \input{\pst@tempa}% - \ProvidesFile{\pst@tempa}% + \input{\pst@sty@tempa}% + \ProvidesFile{\pst@sty@tempa}% [\filedate\space v\fileversion\space `PSTricks' (tvz)]% \endinput } @@ -58,17 +58,17 @@ \let\saved@scalebox\scalebox \ifpst@OldVersion \def\psDEBUG[#1]#2{} - \def\pst@tempa{pstricks97.tex}% + \def\pst@sty@tempa{pstricks97.tex}% \else - \def\pst@tempa{pstricks.tex} + \def\pst@sty@tempa{pstricks.tex} \fi - \input{\pst@tempa}% - \ProvidesFile{\pst@tempa} + \input{\pst@sty@tempa}% + \ProvidesFile{\pst@sty@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}}{} + \@addtofilelist{pst-fp.tex}}{}% \IfFileExists{pstricks.pro}{% \ProvidesFile{pstricks.pro} [2009/01/30 v. 1.06, PostScript prologue file (hv)] |