From 1d53bc2f5dacbab72e8d152bb066911affff6b91 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 13 Jan 2006 00:02:28 +0000 Subject: pgf git-svn-id: svn://tug.org/texlive/trunk@1191 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty | 29 ++++++++++++++++++++++ .../tex/latex/pgf/basiclayer/pgfbaseimage.sty | 10 ++++++++ .../tex/latex/pgf/basiclayer/pgfbaselayers.sty | 10 ++++++++ .../tex/latex/pgf/basiclayer/pgfbaseplot.sty | 10 ++++++++ .../tex/latex/pgf/basiclayer/pgfbaseshapes.sty | 10 ++++++++ .../tex/latex/pgf/basiclayer/pgfbasesnakes.sty | 10 ++++++++ .../tex/latex/pgf/basiclayer/pgfcore.sty | 13 ++++++++++ 7 files changed, 92 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty create mode 100644 Master/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (limited to 'Master/texmf-dist/tex/latex/pgf/basiclayer') 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 . +% +% 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 . +% +% 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 . +% +% 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 . +% +% 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 . +% +% 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 . +% +% 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 . +% +% 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 -- cgit v1.2.3