summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-20 22:00:10 +0000
committerKarl Berry <karl@freefriends.org>2013-10-20 22:00:10 +0000
commit981e20a02434edda9867f29554a6aaa1bceaea6a (patch)
tree981dee437539926d8748a1425a425273066b10c0 /Master/texmf-dist/tex/latex/pstricks
parentf4d96694b3a55642f9176423a040d4312b599959 (diff)
pstricks (20oct13)
git-svn-id: svn://tug.org/texlive/trunk@31955 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks')
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty12
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}{%