diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-25 22:24:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-25 22:24:25 +0000 |
commit | ce2494e9b5215a7d1712e91eaad8427e776895c8 (patch) | |
tree | a1f40b51f19425a97a7efc685c59a16561da57b5 /Master/texmf-dist/tex/latex/pstricks | |
parent | 1a0f3aa1fa0597659767a1030ba6031991b71ff0 (diff) |
pstricks (25aug17)
git-svn-id: svn://tug.org/texlive/trunk@45127 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 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 6d2703b2ba8..28e511fb174 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -1,4 +1,4 @@ -% $Id: pstricks.sty 446 2017-04-19 11:40:55Z herbert $ +% $Id: pstricks.sty 474 2017-06-15 16:40:57Z herbert $ %% %% This is file `pstricks.sty'. %% @@ -65,6 +65,16 @@ \DeclareOption*{\PassOptionsToPackage\CurrentOption{\pst@ColorPackage}} \ProcessOptions\relax +\RequirePackage{iftex} +\RequirePackage{shellesc} +%\ifPDFTeX +% \ifpdfshellescape\else +% \@latex@error +% {You are running `\jobname.tex' with pdflatex and without option `--shell-escape' ,\MessageBreak +% you need package auto-pst-pdf and that option!}% +% {Alternatively use xelatex or latex->dvips->ps2pdf} +% \fi +%\fi \RequirePackage{\pst@ColorPackage} % \@ifundefined{PSTricksLoaded} |