summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain
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/plain
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/plain')
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex19
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex14
-rw-r--r--Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex15
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex17
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryautomata.tex17
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplothandlers.tex17
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplotmarks.tex17
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex17
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarysnakes.tex17
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikzbackgrounds.tex16
-rw-r--r--Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikztrees.tex16
-rw-r--r--Master/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex15
-rw-r--r--Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex13
19 files changed, 102 insertions, 192 deletions
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex
index e8f183447d3..038eb090031 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex
@@ -1,14 +1,19 @@
-% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
%
-% This program can be redistributed and/or modified under the terms
-% of the GNU Public License, version 2.
+% 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.code.tex
-\ProvidesPackageRCS $Header: /cvsroot/pgf/pgf/plain/pgf/basiclayer/pgf.tex,v 1.3 2005/09/05 13:23:04 tantau Exp $
+\ProvidesPackageRCS $Header: /cvsroot/pgf/pgf/plain/pgf/basiclayer/pgf.tex,v 1.5 2006/10/11 15:22:28 tantau Exp $
\input pgfcore.tex
\input pgfbaseshapes.tex
@@ -16,6 +21,7 @@
\input pgfbaseimage.tex
\input pgfbaselayers.tex
\input pgfbasesnakes.tex
+\input pgfbasepatterns.tex
\catcode`\@=\pgfatcode
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex
index 1748b35b7e6..3950132725e 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex
@@ -1,10 +1,12 @@
-% This file is pgfbaseshapes.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex
index 4a8db973c3a..146d1141999 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex
@@ -1,10 +1,12 @@
-% This file is pgfbaselayers.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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
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..7797ca1c35e
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex
@@ -0,0 +1,19 @@
+% 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
+\input pgfbasepatterns.code.tex
+
+\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
index f2b7aa99c2b..b5724f66abe 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex
@@ -1,10 +1,12 @@
-% This file is pgfbaseshapes.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
index 99d0a3973d2..778eddeaefb 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
@@ -1,10 +1,12 @@
-% This file is pgfbaseshapes.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
index 29b0c3d9106..29ae8556496 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
@@ -1,10 +1,12 @@
-% This file is pgfbasesnakes.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex
index d70e1030d93..590120a96c5 100644
--- a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex
+++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex
@@ -1,10 +1,12 @@
-% This file is pgfcore.tex
-
-% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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{}
diff --git a/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex b/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex
index 2353f9370db..3b83649a10a 100644
--- a/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex
+++ b/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex
@@ -1,10 +1,13 @@
-% This file is tikz.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex
deleted file mode 100644
index 3a3912c0ab3..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-% This file is pgflibraryarrows.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibraryarrowsatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgfcore.tex
-\input pgflibraryarrows.code.tex
-
-\catcode`\@=\pgflibraryarrowsatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryautomata.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryautomata.tex
deleted file mode 100644
index ee90303d2be..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryautomata.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-% This file is pgflibraryautomata.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibraryautomataatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgfcore.tex
-\input pgflibraryautomata.code.tex
-
-\catcode`\@=\pgflibraryautomataatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplothandlers.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplothandlers.tex
deleted file mode 100644
index 96b11c38e5b..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplothandlers.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-% This file is pgflibraryplothandlers.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibraryplothandlersatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgfcore.tex
-\input pgflibraryplothandlers.code.tex
-
-\catcode`\@=\pgflibraryplothandlersatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplotmarks.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplotmarks.tex
deleted file mode 100644
index fd91cad671a..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplotmarks.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-% This file is pgflibraryplotmarks.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibraryplotmarksatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgfcore.tex
-\input pgflibraryplotmarks.code.tex
-
-\catcode`\@=\pgflibraryplotmarksatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex
deleted file mode 100644
index 7a47a37a6f5..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-% This file is pgflibraryshapes.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibraryshapesatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgfcore.tex
-\input pgflibraryshapes.code.tex
-
-\catcode`\@=\pgflibraryshapesatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarysnakes.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarysnakes.tex
deleted file mode 100644
index 43e185d3cfe..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarysnakes.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-% This file is pgflibrarysnakes.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibrarysnakesatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgfcore.tex
-\input pgflibrarysnakes.code.tex
-
-\catcode`\@=\pgflibrarysnakesatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikzbackgrounds.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikzbackgrounds.tex
deleted file mode 100644
index ba7f243ff42..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikzbackgrounds.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-% This file is pgflibrarytikzbackgrounds.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibrarytikzbackgroundsatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgflibrarytikzbackgrounds.code.tex
-
-\catcode`\@=\pgflibrarytikzbackgroundsatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikztrees.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikztrees.tex
deleted file mode 100644
index c25a04c4e50..00000000000
--- a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikztrees.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-% This file is pgflibrarytikztrees.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
-%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
-
-\edef\pgflibrarytikztreesatcode{\the\catcode`\@}
-\catcode`\@=11
-
-\input pgflibrarytikztrees.code.tex
-
-\catcode`\@=\pgflibrarytikztreesatcode
-
-\endinput
diff --git a/Master/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex b/Master/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex
index 88d769b5c02..58d6a27f801 100644
--- a/Master/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex
+++ b/Master/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex
@@ -1,10 +1,13 @@
-% This file is pgfsys.tex
-
-% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% 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{}
diff --git a/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex b/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex
index 2251e120c26..6888de3bcc1 100644
--- a/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex
+++ b/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex
@@ -1,10 +1,11 @@
-% This file is tikz.tex
-
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% 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.
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
\edef\pgfforatcode{\the\catcode`\@}
\catcode`\@=11