diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-11 23:28:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-11 23:28:41 +0000 |
commit | 23d768f5857651f306060a6d2e70ce95fdae4f6b (patch) | |
tree | eaffbd3c3438911153c3911c45639abee4ca6f51 /Master/texmf-dist/tex/latex/pstricks | |
parent | b625e30b874afe21d62a6a3704e04923abfc6f17 (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')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 9 |
2 files changed, 22 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty b/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty new file mode 100644 index 00000000000..12b7d351547 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty @@ -0,0 +1,14 @@ +%% $Id: pst-ovl.sty 800 2013-07-09 18:01:00Z herbert $ +%% +%% pst-ovl.sty Copyright (C) 2013 Herbert Voss <hvoss@tug.org> +%% +\NeedsTeXFormat{LaTeX2e} + +\ProvidesPackage{pst-ovl} + [2013/07/08 v0.01 LaTeX wrapper for `pst-ovl' (HV)] +\input{pst-ovl} +\ProvidesFile{pst-ovl.tex} + [2013/07/08 v0.01 overlay macros `pst-ovl' (HV)] + +\endinput +%% 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 |