summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/tex/plain
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/tex/plain')
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgf.tex28
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbaseimage.tex20
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbaselayers.tex20
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbasematrix.tex22
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbasepatterns.tex20
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbaseplot.tex22
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbaseshapes.tex22
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfbasesnakes.tex22
-rw-r--r--graphics/pgf/base/tex/plain/basiclayer/pgfcore.tex23
-rw-r--r--graphics/pgf/base/tex/plain/frontendlayer/tikz.tex23
-rw-r--r--graphics/pgf/base/tex/plain/math/pgfmath.tex23
-rw-r--r--graphics/pgf/base/tex/plain/systemlayer/pgfsys.tex28
-rw-r--r--graphics/pgf/base/tex/plain/utilities/pgfcalendar.tex18
-rw-r--r--graphics/pgf/base/tex/plain/utilities/pgffor.tex19
-rw-r--r--graphics/pgf/base/tex/plain/utilities/pgfkeys.tex18
-rw-r--r--graphics/pgf/base/tex/plain/utilities/pgfrcs.tex26
16 files changed, 354 insertions, 0 deletions
diff --git a/graphics/pgf/base/tex/plain/basiclayer/pgf.tex b/graphics/pgf/base/tex/plain/basiclayer/pgf.tex
new file mode 100644
index 0000000000..86de7a622e
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgf.tex
@@ -0,0 +1,28 @@
+% 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.
+
+
+\edef\pgfatcode{\the\catcode`\@}
+\catcode`\@=11
+
+
+\input pgfrcs.tex
+\ProvidesPackageRCS{pgf.tex}
+
+\input pgfcore.tex
+
+\usepgfmodule{shapes,plot}
+
+%\input pgfbasesnakes.tex
+%\input pgfbasedecorations.tex
+%\input pgfbasematrix.tex
+
+\catcode`\@=\pgfatcode
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/basiclayer/pgfbaseimage.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbaseimage.tex
new file mode 100644
index 0000000000..3b7886284c
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbaseimage.tex
@@ -0,0 +1,20 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfbaselayers.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbaselayers.tex
new file mode 100644
index 0000000000..d6361eadd8
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbaselayers.tex
@@ -0,0 +1,20 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfbasematrix.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbasematrix.tex
new file mode 100644
index 0000000000..fadfabf8de
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbasematrix.tex
@@ -0,0 +1,22 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfbasepatterns.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbasepatterns.tex
new file mode 100644
index 0000000000..a014a5123e
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbasepatterns.tex
@@ -0,0 +1,20 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfbaseplot.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbaseplot.tex
new file mode 100644
index 0000000000..1efa3a8ae9
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbaseplot.tex
@@ -0,0 +1,22 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfbaseshapes.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbaseshapes.tex
new file mode 100644
index 0000000000..3178e515ca
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbaseshapes.tex
@@ -0,0 +1,22 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfbasesnakes.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfbasesnakes.tex
new file mode 100644
index 0000000000..650e5ae1ac
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfbasesnakes.tex
@@ -0,0 +1,22 @@
+% 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.
+
+
+\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/graphics/pgf/base/tex/plain/basiclayer/pgfcore.tex b/graphics/pgf/base/tex/plain/basiclayer/pgfcore.tex
new file mode 100644
index 0000000000..a3d621b0ff
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/basiclayer/pgfcore.tex
@@ -0,0 +1,23 @@
+% 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.
+
+
+\ifx\pgfcoreincluded\undefined
+\def\pgfcoreincluded{}
+
+\edef\pgfcoreatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfsys.tex
+\input pgfcore.code.tex
+\catcode`\@=\pgfcoreatcode
+
+\fi
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/frontendlayer/tikz.tex b/graphics/pgf/base/tex/plain/frontendlayer/tikz.tex
new file mode 100644
index 0000000000..52d809fb55
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/frontendlayer/tikz.tex
@@ -0,0 +1,23 @@
+% 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.
+
+% This file is tikz.tex
+
+\edef\tikzatcode{\the\catcode`\@}
+\catcode`\@=11
+
+%\input xkeyval.tex % no longer used/needed
+
+\input pgf.tex
+\input pgffor.tex
+\input tikz.code.tex
+
+\catcode`\@=\tikzatcode
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/math/pgfmath.tex b/graphics/pgf/base/tex/plain/math/pgfmath.tex
new file mode 100644
index 0000000000..ffc401447c
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/math/pgfmath.tex
@@ -0,0 +1,23 @@
+% 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.
+
+
+\ifx\pgfmathincluded\undefined
+\def\pgfmathincluded{}
+
+\edef\pgfmathatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfsys.tex
+\input pgfmath.code.tex
+\catcode`\@=\pgfmathatcode
+
+\fi
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/systemlayer/pgfsys.tex b/graphics/pgf/base/tex/plain/systemlayer/pgfsys.tex
new file mode 100644
index 0000000000..f27edec1e3
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/systemlayer/pgfsys.tex
@@ -0,0 +1,28 @@
+% 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.
+
+% This file is pgfsys.tex
+
+\ifx\pgfsysincluded\undefined
+\def\pgfsysincluded{}
+
+\edef\pgfsysatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfrcs.tex
+
+\input pgfsys.code.tex
+\input pgfsyssoftpath.code.tex
+\input pgfsysprotocol.code.tex
+
+\catcode`\@=\pgfsysatcode\relax
+
+\fi
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/utilities/pgfcalendar.tex b/graphics/pgf/base/tex/plain/utilities/pgfcalendar.tex
new file mode 100644
index 0000000000..81b1893e87
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/utilities/pgfcalendar.tex
@@ -0,0 +1,18 @@
+% 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.
+
+\edef\pgfcalendaratcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfrcs.tex
+\input pgfcalendar.code.tex
+
+\catcode`\@=\pgfcalendaratcode
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/utilities/pgffor.tex b/graphics/pgf/base/tex/plain/utilities/pgffor.tex
new file mode 100644
index 0000000000..13885f2aba
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/utilities/pgffor.tex
@@ -0,0 +1,19 @@
+% 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.
+
+\edef\pgfforatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfrcs.tex
+\input pgfkeys.code.tex
+\input pgffor.code.tex
+
+\catcode`\@=\pgfforatcode
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/utilities/pgfkeys.tex b/graphics/pgf/base/tex/plain/utilities/pgfkeys.tex
new file mode 100644
index 0000000000..278d520452
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/utilities/pgfkeys.tex
@@ -0,0 +1,18 @@
+% 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.
+
+\edef\pgfkeysatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfrcs.tex
+\input pgfkeys.code.tex
+
+\catcode`\@=\pgfkeysatcode
+
+\endinput
diff --git a/graphics/pgf/base/tex/plain/utilities/pgfrcs.tex b/graphics/pgf/base/tex/plain/utilities/pgfrcs.tex
new file mode 100644
index 0000000000..f1054823b7
--- /dev/null
+++ b/graphics/pgf/base/tex/plain/utilities/pgfrcs.tex
@@ -0,0 +1,26 @@
+% 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.
+
+
+\ifx\pgfrcsincluded\undefined
+\def\pgfrcsincluded{}
+
+\edef\pgfrcsatcode{\the\catcode`\@}
+\catcode`\@=11
+
+\input pgfutil-common.tex
+\input pgfutil-plain.def
+
+\input pgfrcs.code.tex
+
+\catcode`\@=\pgfrcsatcode
+
+\fi
+
+\endinput