diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index d67969527d4..aabf143beb2 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -5,7 +5,7 @@ %% %% pstricks.sty Copyright (C) 1997 Timothy Van Zandt %% pstcol.sty Copyright (C) 1994-1996 1999 David Carlisle -%% pstricks.sty Copyright (C) 2004-2013 Rolf Niepraschk <Rolf.Niepraschk@gmx.de> +%% pstricks.sty Copyright (C) 2004-2014 Rolf Niepraschk <Rolf.Niepraschk@gmx.de> %% Herbert Voss <hvoss@tug.org> %% %% This package may be distributed under the terms of the LaTeX Project @@ -15,7 +15,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{pstricks}[2013/05/22 v0.57 LaTeX wrapper for `PSTricks' (RN,HV)] +\ProvidesPackage{pstricks}[2013/10/20 v0.58 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{% \edef\@tempa{\jobname.tex }% @@ -56,10 +56,12 @@ \ProcessOptions\relax \ifpst@PDF - \typeout{>>> Loading package auto-pst-pdf <<<}% \@ifclassloaded{beamer}% - {\usepackage{auto-pst-pdf}}% - {\AtBeginDocument{\usepackage{auto-pst-pdf}}}% + {\typeout{>>> Loading package auto-pst-pdf for beamer <<<}% + \AtEndOfPackage{\RequirePackage{auto-pst-pdf}} + \ifpdf\else\setbeamertemplate{navigation symbols}{}\fi}% + {\typeout{>>> Loading package auto-pst-pdf <<<}% + \AtBeginDocument{\usepackage{auto-pst-pdf}}}% \def\app@pdfcrop@opts{--hres}%%% hv 20130405 \ifnum\pdfshellescape=\@ne\else \PackageWarningNoLine{pstricks}{% |