diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-10 00:55:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-10 00:55:51 +0000 |
commit | c7f70bcde113d63c5611a1db426195a04bf5d3b8 (patch) | |
tree | 4a138fb739918d78d0beb95f5aa7a32f35dc430c /Master/texmf-dist | |
parent | 53c92a7de8dd92d6664460b154a777953422bae0 (diff) |
pstricks update
git-svn-id: svn://tug.org/texlive/trunk@11238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.latex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 15 |
2 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex index 3a21a2b3a70..1678c7de19b 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.latex +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.latex @@ -1,4 +1,5 @@ pstricks.sty -------- +0.39 2008-10-31 - define \psDEBUG, if the old version is loaded 0.38 2008-10-19 - add new option for loading the old version from '97 0.37 2008-01-24 - add option distiller for transparent colors 0.36 2008-01-22 - Better error message, when the document 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}{% |