diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-07 23:28:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-07 23:28:42 +0000 |
commit | c76b8f9c98a91aa1c2df880181f5812621fde162 (patch) | |
tree | f3673eeab52c4b93271989dacfb287a2df9c2875 /Master/texmf-dist/tex/latex | |
parent | 04715721fccfb5ac8a8cf97eeb15bc0052fd3b78 (diff) |
pstricks (6sep11)
git-svn-id: svn://tug.org/texlive/trunk@23858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index a4929534c78..f6d9bb48080 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} - [2011/04/23 v0.50 LaTeX wrapper for `PSTricks' (RN,HV)] + [2011/08/201 v0.51 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{% \edef\@tempa{\jobname.tex }% @@ -67,27 +67,6 @@ \fi \fi -\RequirePackage{ifpdf,ifluatex} - -\AtBeginDocument{% - \ifpdf - \ifluatex - \def\pst@tempA{lualatex} - \else - \def\pst@tempA{pdflatex} - \fi - \@ifpackageloaded{pst-pdf}{}{% - \@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 - \space\space`\pst@tempA\space -shell-escape <file>' (TeX Live) - \MessageBreak or\MessageBreak - \space\space`\pst@tempA\space -enable-write18 <file>' (MikTeX)}% - {See also the PSTricks web pages http://PSTricks.tug.org}}% - \fi -} - \@ifundefined{PSTricksLoaded} {% \let\saved@scalebox\scalebox |