summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty20
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)]