summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/tex/latex/basiclayer
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/tex/latex/basiclayer')
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgf.sty39
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbaseimage.sty15
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbaselayers.sty15
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbasematrix.sty17
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbasepatterns.sty15
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbaseplot.sty17
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbaseshapes.sty17
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfbasesnakes.sty17
-rw-r--r--graphics/pgf/base/tex/latex/basiclayer/pgfcore.sty17
9 files changed, 169 insertions, 0 deletions
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgf.sty b/graphics/pgf/base/tex/latex/basiclayer/pgf.sty
new file mode 100644
index 0000000000..0474adfc31
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgf.sty
@@ -0,0 +1,39 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfrcs}
+
+\ProvidesPackageRCS{pgf.sty}
+
+\def\pgf@draft{}
+\DeclareOption{draft}{\def\pgf@draft{\pgf@draftmodetrue}}
+
+% the following obsolete stuff is loaded by default:
+\def\pgf@obsolete{\RequirePackage{pgfcomp-version-0-65,pgfcomp-version-1-18}}
+
+\DeclareOption{version=0.65}{} % obsolete stuff is loaded
+\DeclareOption{version=0.96}{\def\pgf@obsolete{\RequirePackage{pgfcomp-version-1-18}}} % less obsolete stuff is loaded
+\DeclareOption{version=1.18}{\def\pgf@obsolete{\RequirePackage{pgfcomp-version-1-18}}} % less obsolete stuff is loaded
+\DeclareOption{version=latest}{\def\pgf@obsolete{}} % no obsolete stuff is loaded
+
+\ProcessOptions
+
+\RequirePackage{pgfcore}
+
+\usepgfmodule{shapes,plot}
+
+%\RequirePackage{pgfbasesnakes}
+%\RequirePackage{pgfbasedecorations}
+%\RequirePackage{pgfbasematrix}
+
+\pgf@obsolete
+\pgf@draft
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbaseimage.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbaseimage.sty
new file mode 100644
index 0000000000..7920e4daa9
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbaseimage.sty
@@ -0,0 +1,15 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete and no longer needed}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbaselayers.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbaselayers.sty
new file mode 100644
index 0000000000..7920e4daa9
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbaselayers.sty
@@ -0,0 +1,15 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete and no longer needed}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbasematrix.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbasematrix.sty
new file mode 100644
index 0000000000..01715384c1
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbasematrix.sty
@@ -0,0 +1,17 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{matrix} instead}
+
+\usepgfmodule{matrix}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbasepatterns.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbasepatterns.sty
new file mode 100644
index 0000000000..7920e4daa9
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbasepatterns.sty
@@ -0,0 +1,15 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete and no longer needed}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbaseplot.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbaseplot.sty
new file mode 100644
index 0000000000..1db7f610e1
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbaseplot.sty
@@ -0,0 +1,17 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{plot} instead}
+
+\usepgfmodule{plot}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbaseshapes.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbaseshapes.sty
new file mode 100644
index 0000000000..b91b44df18
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbaseshapes.sty
@@ -0,0 +1,17 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{shapes} instead}
+
+\usepgfmodule{shapes}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfbasesnakes.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfbasesnakes.sty
new file mode 100644
index 0000000000..82fcb1f0a2
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfbasesnakes.sty
@@ -0,0 +1,17 @@
+% Copyright 2018 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+\RequirePackage{pgfcore}
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{decorations} instead}
+
+\usepgfmodule{decorations}
+
+\endinput
diff --git a/graphics/pgf/base/tex/latex/basiclayer/pgfcore.sty b/graphics/pgf/base/tex/latex/basiclayer/pgfcore.sty
new file mode 100644
index 0000000000..02c5e696e0
--- /dev/null
+++ b/graphics/pgf/base/tex/latex/basiclayer/pgfcore.sty
@@ -0,0 +1,17 @@
+% Copyright 2019 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+\RequirePackage{graphicx}
+\RequirePackage{pgfsys}
+\RequirePackage{keyval}
+\RequirePackage{xcolor}
+
+\input{pgfcore.code.tex}
+
+\endinput