summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain/pgf/basiclayer
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/plain/pgf/basiclayer')
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex28
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex20
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex20
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex22
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex20
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex22
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex22
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex22
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex23
9 files changed, 199 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex
new file mode 100644
index 00000000000..4c4e4c60de6
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex
@@ -0,0 +1,28 @@
+% Copyright 2006 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.
+
+
+\edef\pgfatcode{\the\catcode`\@}
+\catcode`\@=11
+
+
+\input pgfrcs.tex
+\ProvidesPackageRCS $Header: /cvsroot/pgf/pgf/plain/pgf/basiclayer/pgf.tex,v 1.10 2008/01/15 17:17:22 tantau Exp $
+
+\input pgfcore.tex
+
+\usepgfmodule{shapes,plot}
+
+%\input pgfbasesnakes.tex
+%\input pgfbasedecorations.tex
+%\input pgfbasematrix.tex
+
+\catcode`\@=\pgfatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex
new file mode 100644
index 00000000000..675ac960c4f
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex
@@ -0,0 +1,20 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbaseimageatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete and no longer needed}
+
+\catcode`\@=\pgfbaseimageatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex
new file mode 100644
index 00000000000..626c89d5a87
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex
@@ -0,0 +1,20 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbaselayersatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete and no longer needed}
+
+\catcode`\@=\pgfbaselayersatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex
new file mode 100644
index 00000000000..a860a1a7bcc
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex
@@ -0,0 +1,22 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbasematrixatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{matrix} instead}
+
+\usepgfmodule{matrix}
+
+\catcode`\@=\pgfbasematrixatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex
new file mode 100644
index 00000000000..3b14b0a3a3f
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex
@@ -0,0 +1,20 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbasepatternsatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete and no longer needed}
+
+\catcode`\@=\pgfbasepatternsatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex
new file mode 100644
index 00000000000..ef56ce8715e
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex
@@ -0,0 +1,22 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbaseplotatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{plot} instead}
+
+\usepgfmodule{plot}
+
+\catcode`\@=\pgfbaseplotatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
new file mode 100644
index 00000000000..94fa7a28884
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
@@ -0,0 +1,22 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbaseshapesatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{shapes} instead}
+
+\usepgfmodule{shapes}
+
+\catcode`\@=\pgfbaseshapesatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
new file mode 100644
index 00000000000..7902e02bf31
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
@@ -0,0 +1,22 @@
+% Copyright 2006 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.
+
+
+\edef\pgfbasesnakesatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfcore.tex
+
+\PackageWarning{pgf}{This package is obsolete. Use \string\usepgfmodule{decorations} instead}
+
+\usepgfmodule{decorations}
+
+\catcode`\@=\pgfbasesnakesatcode
+
+\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex
new file mode 100644
index 00000000000..590120a96c5
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex
@@ -0,0 +1,23 @@
+% Copyright 2006 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.
+
+
+\ifx\pgfcoreincluded\undefined
+\def\pgfcoreincluded{}
+
+\edef\pgfcoreatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfsys.tex
+\input pgfcore.code.tex
+\catcode`\@=\pgfcoreatcode
+
+\fi
+
+\endinput