summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-11 23:28:41 +0000
committerKarl Berry <karl@freefriends.org>2013-07-11 23:28:41 +0000
commit23d768f5857651f306060a6d2e70ce95fdae4f6b (patch)
treeeaffbd3c3438911153c3911c45639abee4ca6f51 /Master/texmf-dist/tex/latex/pstricks/pstricks.sty
parentb625e30b874afe21d62a6a3704e04923abfc6f17 (diff)
pstricks (10jul13)
git-svn-id: svn://tug.org/texlive/trunk@31172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pstricks.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index 988387e7e78..93cec7b9b2b 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
@@ -34,6 +34,8 @@
%
\newif\ifpst@OldVersion\pst@OldVersionfalse
\DeclareOption{97}{\pst@OldVersiontrue}
+\newif\ifpst@ovl\pst@ovlfalse
+\DeclareOption{overlays}{\global\pst@ovltrue}
\newif\ifpst@PDF\pst@PDFfalse
\DeclareOption{pdf}{\global\pst@PDFtrue}
%------------------------------------ PLAIN --------------------------------
@@ -68,7 +70,12 @@
************************************}
\fi
\fi
-
+%
+\ifpst@ovl
+ \typeout{>>> Loading package pst-ovl <<<}%
+ \RequirePackage{pst-ovl}
+\fi
+%
\@ifundefined{PSTricksLoaded}
{%
\let\saved@scalebox\scalebox