summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pgf/basiclayer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:02:28 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:02:28 +0000
commit1d53bc2f5dacbab72e8d152bb066911affff6b91 (patch)
tree390b41aa9023e6b1e4e7b78c0fd9c5e3dc1923ae /Master/texmf-dist/tex/latex/pgf/basiclayer
parent048e080abeec202eff94a248440707c29174dc2f (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/basiclayer')
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty29
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty10
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty10
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty10
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty10
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty10
-rw-r--r--Master/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty13
7 files changed, 92 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
new file mode 100644
index 00000000000..7f2608fad07
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
@@ -0,0 +1,29 @@
+% 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{pgfrcs}
+
+\ProvidesPackageRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/latex/pgf/basiclayer/pgf.sty,v 1.4 2005/09/05 13:23:04 tantau Exp $
+
+\def\pgf@draft{}
+\DeclareOption{draft}{\def\pgf@draft{\pgf@draftmodetrue}}
+
+\def\pgf@obsolete{\RequirePackage{pgfcompatibility-version-0-65}}
+\DeclareOption{version=0.65}{}
+\DeclareOption{version=0.96}{\def\pgf@obsolete{}}
+
+\ProcessOptions
+
+\RequirePackage{pgfcore}
+\RequirePackage{pgfbaseshapes}
+\RequirePackage{pgfbaseplot}
+\RequirePackage{pgfbaseimage}
+\RequirePackage{pgfbaselayers}
+\RequirePackage{pgfbasesnakes}
+
+\pgf@obsolete
+\pgf@draft
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty
new file mode 100644
index 00000000000..66e26fff22b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty
@@ -0,0 +1,10 @@
+% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% This program can be redistributed and/or modified under the terms
+% of the GNU Public License, version 2.
+
+\RequirePackage{pgfcore}
+
+\input{pgfbaseimage.code.tex}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty
new file mode 100644
index 00000000000..ecfd18b90eb
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty
@@ -0,0 +1,10 @@
+% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% This program can be redistributed and/or modified under the terms
+% of the GNU Public License, version 2.
+
+\RequirePackage{pgfcore}
+
+\input{pgfbaselayers.code.tex}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty
new file mode 100644
index 00000000000..23ea1e203b5
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty
@@ -0,0 +1,10 @@
+% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% This program can be redistributed and/or modified under the terms
+% of the GNU Public License, version 2.
+
+\RequirePackage{pgfcore}
+
+\input{pgfbaseplot.code.tex}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
new file mode 100644
index 00000000000..9aec11b7f8a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
@@ -0,0 +1,10 @@
+% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% This program can be redistributed and/or modified under the terms
+% of the GNU Public License, version 2.
+
+\RequirePackage{pgfcore}
+
+\input{pgfbaseshapes.code.tex}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
new file mode 100644
index 00000000000..ac13678e36f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
@@ -0,0 +1,10 @@
+% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% This program can be redistributed and/or modified under the terms
+% of the GNU Public License, version 2.
+
+\RequirePackage{pgfcore}
+
+\input{pgfbasesnakes.code.tex}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
new file mode 100644
index 00000000000..2655521f773
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
@@ -0,0 +1,13 @@
+% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% This program can be redistributed and/or modified under the terms
+% of the GNU Public License, version 2.
+
+\RequirePackage{graphicx}
+\RequirePackage{pgfsys}
+\RequirePackage{keyval}
+\RequirePackage{xcolor}
+
+\input{pgfcore.code.tex}
+
+\endinput