summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/third/pgf/basiclayer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-29 00:31:31 +0000
committerKarl Berry <karl@freefriends.org>2010-10-29 00:31:31 +0000
commit6bc1f5497cfb2f56d65c80a4c36ea3bad6dc046c (patch)
treef7751da75030fb1e06653eeb44e579fcee09c65f /Master/texmf-dist/tex/context/third/pgf/basiclayer
parented0c7c756e441b2d2ba3633da233fc24361ac0d3 (diff)
pgf 2.10 (28oct10)
git-svn-id: svn://tug.org/texlive/trunk@20236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/third/pgf/basiclayer')
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex27
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex15
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex15
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbma.tex17
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpl.tex18
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpt.tex15
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsh.tex17
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsn.tex18
-rw-r--r--Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfcor.tex53
9 files changed, 195 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex
new file mode 100644
index 00000000000..eab81dec5b4
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex
@@ -0,0 +1,27 @@
+% 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.
+
+
+% ConTeXt module pgf.
+
+
+\ifx\pgfdefined\undefined
+\let\pgfdefined=\relax
+
+\input t-pgfcor.tex
+
+\usepgfmodule[shapes,plot]
+
+%\input t-pgfbsn.tex
+%\input t-pgfbde.tex
+%\input t-pgfbma.tex
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex
new file mode 100644
index 00000000000..7e1cad0623f
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex
@@ -0,0 +1,15 @@
+% 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.
+
+
+% ConTeXt module pgfbaseimage.
+
+\PackageWarning{pgf}{This module is obsolete and no longer needed}
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex
new file mode 100644
index 00000000000..982d83e4d58
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex
@@ -0,0 +1,15 @@
+% 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.
+
+
+% ConTeXt module pgfbaselayers.
+
+\PackageWarning{pgf}{This module is obsolete and no longer needed}
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbma.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbma.tex
new file mode 100644
index 00000000000..a326d049025
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbma.tex
@@ -0,0 +1,17 @@
+% 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.
+
+
+% ConTeXt module pgfbasematrix.
+
+\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[matrix] instead}
+
+\usepgfmodule[matrix]
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpl.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpl.tex
new file mode 100644
index 00000000000..be25da0217d
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpl.tex
@@ -0,0 +1,18 @@
+% 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.
+
+
+% ConTeXt module pgfbaseplot.
+
+\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[plot] instead}
+
+\usepgfmodule[plot]
+
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpt.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpt.tex
new file mode 100644
index 00000000000..ce33b46c67d
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpt.tex
@@ -0,0 +1,15 @@
+% 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.
+
+
+% ConTeXt module pgfbasepatterns.
+
+\PackageWarning{pgf}{This module is obsolete and no longer needed}
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsh.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsh.tex
new file mode 100644
index 00000000000..e7d83ce0c41
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsh.tex
@@ -0,0 +1,17 @@
+% 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.
+
+
+% ConTeXt module pgfbaseshapes.
+
+\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[shapes] instead}
+
+\usepgfmodule[shapes]
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsn.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsn.tex
new file mode 100644
index 00000000000..037108b1d69
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsn.tex
@@ -0,0 +1,18 @@
+% 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.
+
+
+% ConTeXt module pgfbasesnakes.
+
+\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[decorations] instead}
+
+\usepgfmodule[decorations]
+
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfcor.tex b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfcor.tex
new file mode 100644
index 00000000000..172019d86da
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfcor.tex
@@ -0,0 +1,53 @@
+% 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.
+
+
+% ConTeXt module pgfcore.
+
+
+\ifx\pgfcoredefined\undefined
+\let\pgfcoredefined=\relax
+
+\input t-pgfsys.tex
+
+\edef\pgfcoreatcode{\the\catcode`\@}
+\edef\pgfcorebarcode{\the\catcode`\|}
+\edef\pgfcoreexclaimcode{\the\catcode`\!}
+\catcode`\@=11
+\catcode`\|=12
+\catcode`\!=12
+
+
+\input pgfcore.code.tex
+
+\catcode`\@=\pgfcoreatcode
+\catcode`\|=\pgfcorebarcode
+\catcode`\!=\pgfcoreexclaimcode
+
+\let\startpgfpicture=\pgfpicture
+\let\stoppgfpicture=\endpgfpicture
+
+\let\startpgfscope=\pgfscope
+\let\stoppgfscope=\endpgfscope
+
+\let\startpgflowlevelscope=\pgflowlevelscope
+\let\stoppgflowlevelscope=\endpgflowlevelscope
+
+\let\startpgfinterruptpath=\pgfinterruptpath
+\let\stoppgfinterruptpath=\endpgfinterruptpath
+
+\let\startpgfinterruptpicture=\pgfinterruptpicture
+\let\stoppgfinterruptpicture=\endpgfinterruptpicture
+
+\let\startpgfinterruptboundingbox=\pgfinterruptboundinbox
+\let\stoppgfinterruptboudingbox=\endpgfinterruptboundingbox
+
+\fi
+
+\endinput