diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pstricks.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 0aa3884b5c7..a12b8cd2499 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/09/18 v0.47 LaTeX wrapper for `PSTricks' (RN,HV)] + [2010/09/18 v0.48 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{% \edef\@tempa{\jobname.tex }% @@ -46,8 +46,7 @@ \def\pst@tempa{pstricks.tex}% \fi \input{\pst@tempa}% - \ProvidesFile{\pst@tempa}% - [\filedate\space v\fileversion\space `PSTricks' (tvz)]% + \ProvidesFile{\pst@tempa}[\filedate\space v\fileversion\space `PSTricks' (tvz)]% \endinput } @@ -55,6 +54,17 @@ \ProcessOptions\relax +\iffalse +\def\c@lor@to@ps{% + \@latex@error + {You have run the document with pdflatex, but PSTricks\MessageBreak + requires latex->dvips->ps2pdf or alternatively the use\MessageBreak + of the package auto-pst-pdf. Then you can run\MessageBreak + `pdflatex -shell-escape PSTfile.tex'}% + {See also the PSTricks web pages http://PSTricks.tug.org}\@gobble +} +\fi + \ifpst@PDF \typeout{>>> Loading package auto-pst-pdf <<<} \AtBeginDocument{\usepackage{auto-pst-pdf}}% |