diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pstricks.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 9c4c95faa0a..cde96b0b08f 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} - [2008/10/19 v0.38 LaTeX wrapper for `PSTricks' (RN,HV)] + [2008/10/31 v0.39 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{ \edef\@tempa{\jobname.tex }% @@ -37,8 +37,12 @@ \DeclareOption{97}{\pst@OldVersiontrue} %------------------------------------ PLAIN -------------------------------- \DeclareOption{plain}{% - \ifpst@OldVersion\input{pstricks97.tex}\else\input{pstricks.tex}\fi - \ProvidesFile{pstricks.tex} + \ifpst@OldVersion + \def\psDEBUG[#1]#2{} + \input{pstricks97.tex} + \else\input{pstricks.tex} + \fi + \ProvidesFile{pstricks.tex} [\filedate\space v\fileversion\space `PSTricks' (tvz)] \endinput } @@ -49,7 +53,10 @@ \@ifundefined{PSTricksLoaded} {% \let\saved@scalebox\scalebox - \ifpst@OldVersion\input{pstricks97.tex}\else\input{pstricks.tex}\fi + \ifpst@OldVersion + \def\psDEBUG[#1]#2{} + \input{pstricks97.tex} + \else\input{pstricks.tex}\fi \ProvidesFile{pstricks.tex} [\filedate\space v\fileversion\space `PSTricks' (tvz)] \IfFileExists{pstricks.pro}{% |