From 237df1eb06d422ff243a05b9a25501ba287681c1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 Oct 2006 22:37:32 +0000 Subject: pgf/tikz 1.09 big update (13oct06) git-svn-id: svn://tug.org/texlive/trunk@2332 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex | 14 ++++++++++---- .../tex/plain/pgf/basiclayer/pgfbaseimage.tex | 14 ++++++++------ .../tex/plain/pgf/basiclayer/pgfbaselayers.tex | 14 ++++++++------ .../tex/plain/pgf/basiclayer/pgfbasepatterns.tex | 19 +++++++++++++++++++ .../tex/plain/pgf/basiclayer/pgfbaseplot.tex | 14 ++++++++------ .../tex/plain/pgf/basiclayer/pgfbaseshapes.tex | 14 ++++++++------ .../tex/plain/pgf/basiclayer/pgfbasesnakes.tex | 14 ++++++++------ .../texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex | 14 ++++++++------ 8 files changed, 77 insertions(+), 40 deletions(-) create mode 100644 Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex (limited to 'Master/texmf-dist/tex/plain/pgf/basiclayer') 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 . +% 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 . +% 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 . +% 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 . +% 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 . +% 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 . +% 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 . +% 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{} -- cgit v1.2.3