diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:02:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:02:28 +0000 |
commit | 1d53bc2f5dacbab72e8d152bb066911affff6b91 (patch) | |
tree | 390b41aa9023e6b1e4e7b78c0fd9c5e3dc1923ae /Master/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty | |
parent | 048e080abeec202eff94a248440707c29174dc2f (diff) |
pgf
git-svn-id: svn://tug.org/texlive/trunk@1191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty b/Master/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty new file mode 100644 index 00000000000..5e68a141cb2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty @@ -0,0 +1,15 @@ +\RequirePackage{pgfrcs} + +\ProvidesPackageRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/latex/pgf/compatibility/pgfshade.sty,v 1.2 2005/07/06 15:58:58 tantau Exp $ + +% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>. +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\RequirePackage{pgf} + +\PackageWarning{pgfshade}{This package is obsolete. pgf.sty will load + shade management automatically} + +\endinput |