summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-10-15 22:37:32 +0000
committerKarl Berry <karl@freefriends.org>2006-10-15 22:37:32 +0000
commit237df1eb06d422ff243a05b9a25501ba287681c1 (patch)
tree4cc4f2032474921cb986d1ca63b3cf9a267b480a /Master/texmf-dist/tex/context
parent15e21b5bab66eca251ac48fdc052126505428d4e (diff)
pgf/tikz 1.09 big update (13oct06)
git-svn-id: svn://tug.org/texlive/trunk@2332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex28
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex23
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex26
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex23
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex23
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex23
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex23
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex46
-rw-r--r--Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex32
-rw-r--r--Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex32
-rw-r--r--Master/texmf-dist/tex/context/pgf/utilities/t-pgffor.tex29
-rw-r--r--Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex37
-rw-r--r--Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex30
13 files changed, 375 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex
new file mode 100644
index 00000000000..9d272ea5567
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-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.
+
+
+% ConTeXt module pgf.
+
+
+\ifx\pgfdefined\undefined
+\let\pgfdefined=\relax
+
+\input t-pgfcor.tex
+
+\input t-pgfbsh.tex
+\input t-pgfbpl.tex
+\input t-pgfbim.tex
+\input t-pgfbla.tex
+\input t-pgfbsn.tex
+\input t-pgfbpt.tex
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex
new file mode 100644
index 00000000000..093f1d92c9a
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.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.
+
+
+% ConTeXt module pgfbaseimage.
+
+\edef\pgfbaseimageatcode{\the\catcode`\@}
+\edef\pgfbaseimagebarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfbaseimage.code.tex
+
+\catcode`\@=\pgfbaseimageatcode
+\catcode`\|=\pgfbaseimagebarcode
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex
new file mode 100644
index 00000000000..efc458bf6c3
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex
@@ -0,0 +1,26 @@
+% 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.
+
+\edef\pgfbaselayersatcode{\the\catcode`\@}
+\edef\pgfbaselayersbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfbaselayers.code.tex
+
+\catcode`\@=\pgfbaselayersatcode
+\catcode`\|=\pgfbaselayersbarcode
+
+\let\startpgfonlayer=\pgfonlayer
+\let\stoppgfonlayer=\endpgfonlayer
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex
new file mode 100644
index 00000000000..8dde1e1721c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.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.
+
+
+% ConTeXt module pgfbaseplot.
+
+\edef\pgfbaseplotatcode{\the\catcode`\@}
+\edef\pgfbaseplotbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfbaseplot.code.tex
+
+\catcode`\@=\pgfbaseplotatcode
+\catcode`\|=\pgfbaseplotbarcode
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex
new file mode 100644
index 00000000000..a6fa8f1bc9c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.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.
+
+
+% ConTeXt module pgfbasepatterns.
+
+\edef\pgfbasepatternsatcode{\the\catcode`\@}
+\edef\pgfbasepatternsbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfbasepatterns.code.tex
+
+\catcode`\@=\pgfbasepatternsatcode
+\catcode`\|=\pgfbasepatternsbarcode
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex
new file mode 100644
index 00000000000..45b3af25e99
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.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.
+
+
+% ConTeXt module pgfbaseshapes.
+
+\edef\pgfbaseshapesatcode{\the\catcode`\@}
+\edef\pgfbaseshapesbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfbaseshapes.code.tex
+
+\catcode`\@=\pgfbaseshapesatcode
+\catcode`\|=\pgfbaseshapesbarcode
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex
new file mode 100644
index 00000000000..85ec116206a
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.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.
+
+
+% ConTeXt module pgfbasesnakes.
+
+\edef\pgfbasesnakesatcode{\the\catcode`\@}
+\edef\pgfbasesnakesbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfbasesnakes.code.tex
+
+\catcode`\@=\pgfbasesnakesatcode
+\catcode`\|=\pgfbasesnakesbarcode
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
new file mode 100644
index 00000000000..afaefba3644
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
@@ -0,0 +1,46 @@
+% 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`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfcore.code.tex
+
+\catcode`\@=\pgfcoreatcode
+\catcode`\|=\pgfcorebarcode
+
+\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
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex b/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex
new file mode 100644
index 00000000000..aa9abe49ffc
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex
@@ -0,0 +1,32 @@
+% 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 tikz.
+
+\input xkeyval.tex
+
+\input t-pgf.tex
+\input t-pgffor.tex
+\input t-pgflph.tex
+
+\edef\tikzatcode{\the\catcode`\@}
+\edef\tikzbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input tikz.code.tex
+
+\catcode`\@=\tikzatcode
+\catcode`\|=\tikzbarcode
+
+\let\starttikzpicture=\tikzpicture
+\let\stoptikzpicture=\endtikzpicture
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex b/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex
new file mode 100644
index 00000000000..606062a56be
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex
@@ -0,0 +1,32 @@
+% 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 pgfsys.
+
+\ifx\pgfsysdefined\undefined
+\let\pgfsysdefined=\relax
+
+\input t-pgfrcs.tex
+
+\edef\pgfsysatcode{\the\catcode`\@}
+\edef\pgfsysbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfsys.code.tex
+\input pgfsyssoftpath.code.tex
+\input pgfsysprotocol.code.tex
+
+\catcode`\@=\pgfsysatcode
+\catcode`\|=\pgfsysbarcode
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgffor.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgffor.tex
new file mode 100644
index 00000000000..0cfe2d94132
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgffor.tex
@@ -0,0 +1,29 @@
+% 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 pgffor.
+
+\ifx\pgffordefined\undefined
+\let\pgffordefined=\relax
+
+\input t-pgfrcs.tex
+
+\edef\pgfforatcode{\the\catcode`\@}
+\edef\pgfforbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgffor.code.tex
+
+\catcode`\@=\pgfforatcode
+\catcode`\|=\pgfforbarcode
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex
new file mode 100644
index 00000000000..6f5a41e5b95
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex
@@ -0,0 +1,37 @@
+% 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 pgfmodules.
+
+% This module defines the correct names for the context modules.
+%
+% This is necessary because context cuts down all module names to 6
+% characters.
+%
+% One starts to wonder whether context was already used in the Apollo
+% missions...
+
+\ifx\pgfmoddefined\undefined
+\let\pgfmoddefined=\relax
+
+\definefilesynonym [pgfcore] [pgfcor]
+
+\definefilesynonym [pgfbasesnakes] [pgfbsn]
+\definefilesynonym [pgfbaseshapes] [pgfbsh]
+\definefilesynonym [pgfbaseplots] [pgfbpl]
+\definefilesynonym [pgfbaselayers] [pgfbla]
+\definefilesynonym [pgfbaseimage] [pgfbim]
+\definefilesynonym [pgfbasepatterns] [pgfbpt]
+
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex
new file mode 100644
index 00000000000..ad48baf1d2c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex
@@ -0,0 +1,30 @@
+% 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 pgfrcs.
+
+\ifx\pgfrcsdefined\undefined
+\let\pgfrcsdefined=\relax
+
+\input t-pgfmod.tex
+
+\edef\pgfrcsatcode{\the\catcode`\@}
+\edef\pgfrcsbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfrcs.code.tex
+\input pgf-latex-emulation.tex
+
+\catcode`\@=\pgfrcsatcode
+\catcode`\|=\pgfrcsbarcode
+
+\fi
+
+\endinput \ No newline at end of file