diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-17 00:54:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-17 00:54:05 +0000 |
commit | 305b1f89f31f104e84e5d0bb003db37df5f2641f (patch) | |
tree | dbef0e044400e382298038c9193abb9b15db5acd /Master/texmf-dist/tex/latex/pstricks | |
parent | 963cbda1b1141c876d0b2d2fb4bad2cf3d8a46ed (diff) |
pstricks (16oct12)
git-svn-id: svn://tug.org/texlive/trunk@27985 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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 81881b240a6..2afb9f5e503 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -55,8 +55,10 @@ \ProcessOptions\relax \ifpst@PDF - \typeout{>>> Loading package auto-pst-pdf <<<} - \AtBeginDocument{\usepackage{auto-pst-pdf}}% + \typeout{>>> Loading package auto-pst-pdf <<<}% + \@ifclassloaded{beamer}% + {\usepackage{auto-pst-pdf}}% + {\AtBeginDocument{\usepackage{auto-pst-pdf}}}% \ifnum\pdfshellescape=\@ne\else \PackageWarningNoLine{pstricks}{% ************************************ \MessageBreak @@ -94,7 +96,7 @@ [\filedate\space v\fileversion\space `PST-fp' (hv)] \IfFileExists{pstricks.pro}{% \ProvidesFile{pstricks.pro} - [2012/08/24 v. 1.15, PostScript prologue file (hv)] + [2012/10/16 v. 1.15, PostScript prologue file (hv)] \@addtofilelist{pstricks.pro}}{}% \IfFileExists{pst-algparser.pro}{% \ProvidesFile{pst-algparser.pro} |