diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-05 00:17:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-05 00:17:21 +0000 |
commit | 892f3ce16d68ac11d0fc2726b051cc276b47e3c1 (patch) | |
tree | 14e1536e28b587d0e5489da05554334ea5d4ad82 /Master/texmf-dist/tex/latex/pstricks | |
parent | 3452f352c7df351df8f08f0ae01f6cae4ace2fb4 (diff) |
pstricks 2.17 (2feb11)
git-svn-id: svn://tug.org/texlive/trunk@21291 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 | 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}}% |