diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:46:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:46:46 +0000 |
commit | b1c871653d37d9c6fd0f97b048dca051b5b1db27 (patch) | |
tree | 3f925e95aa3461b9ecb75df861259a7f71bc3f23 /Master/texmf-dist/tex/plain/pgf | |
parent | 82770e7491344072d5dd54ce9a78546eebe99c3f (diff) |
trunk/Master/texmf-dist/tex/plain
git-svn-id: svn://tug.org/texlive/trunk@621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/pgf')
18 files changed, 325 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex new file mode 100644 index 00000000000..e8f183447d3 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex @@ -0,0 +1,22 @@ +% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>. +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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 $ + +\input pgfcore.tex +\input pgfbaseshapes.tex +\input pgfbaseplot.tex +\input pgfbaseimage.tex +\input pgfbaselayers.tex +\input pgfbasesnakes.tex + +\catcode`\@=\pgfatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex new file mode 100644 index 00000000000..1748b35b7e6 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex @@ -0,0 +1,17 @@ +% This file is pgfbaseshapes.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\pgfbaseimageatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfcore.tex +\input pgfbaseimage.code.tex + +\catcode`\@=\pgfbaseimageatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex new file mode 100644 index 00000000000..4a8db973c3a --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex @@ -0,0 +1,17 @@ +% This file is pgfbaselayers.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\pgfbaselayersatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfcore.tex +\input pgfbaselayers.code.tex + +\catcode`\@=\pgfbaselayersatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex new file mode 100644 index 00000000000..f2b7aa99c2b --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex @@ -0,0 +1,17 @@ +% This file is pgfbaseshapes.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\pgfbaseplotatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfcore.tex +\input pgfbaseplot.code.tex + +\catcode`\@=\pgfbaseplotatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex new file mode 100644 index 00000000000..99d0a3973d2 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex @@ -0,0 +1,17 @@ +% This file is pgfbaseshapes.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\pgfbaseshapesatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfcore.tex +\input pgfbaseshapes.code.tex + +\catcode`\@=\pgfbaseshapesatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex new file mode 100644 index 00000000000..29b0c3d9106 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex @@ -0,0 +1,17 @@ +% This file is pgfbasesnakes.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\pgfbasesnakesatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfcore.tex +\input pgfbasesnakes.code.tex + +\catcode`\@=\pgfbasesnakesatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex new file mode 100644 index 00000000000..d70e1030d93 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex @@ -0,0 +1,21 @@ +% This file is pgfcore.tex + +% Copyright 2005 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. + +\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/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex b/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex new file mode 100644 index 00000000000..2353f9370db --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex @@ -0,0 +1,20 @@ +% This file is tikz.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\tikzatcode{\the\catcode`\@} +\catcode`\@=11 + +\input xkeyval.tex +\input pgf.tex +\input pgffor.tex +\input pgflibraryplothandlers.tex +\input tikz.code.tex + +\catcode`\@=\tikzatcode + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex new file mode 100644 index 00000000000..3a3912c0ab3 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryarrows.tex @@ -0,0 +1,17 @@ +% 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 new file mode 100644 index 00000000000..ee90303d2be --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryautomata.tex @@ -0,0 +1,17 @@ +% 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 new file mode 100644 index 00000000000..96b11c38e5b --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplothandlers.tex @@ -0,0 +1,17 @@ +% 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 new file mode 100644 index 00000000000..fd91cad671a --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryplotmarks.tex @@ -0,0 +1,17 @@ +% 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 new file mode 100644 index 00000000000..7a47a37a6f5 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex @@ -0,0 +1,17 @@ +% 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 new file mode 100644 index 00000000000..43e185d3cfe --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarysnakes.tex @@ -0,0 +1,17 @@ +% 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 new file mode 100644 index 00000000000..ba7f243ff42 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikzbackgrounds.tex @@ -0,0 +1,16 @@ +% 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 new file mode 100644 index 00000000000..c25a04c4e50 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/libraries/pgflibrarytikztrees.tex @@ -0,0 +1,16 @@ +% 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 new file mode 100644 index 00000000000..88d769b5c02 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex @@ -0,0 +1,26 @@ +% This file is pgfsys.tex + +% Copyright 2005 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. + +\ifx\pgfsysincluded\undefined +\def\pgfsysincluded{} + +\edef\pgfsysatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfrcs.code.tex +\input pgf-latex-emulation.tex + +\input pgfsys.code.tex +\input pgfsyssoftpath.code.tex +\input pgfsysprotocol.code.tex + +\catcode`\@=\pgfsysatcode\relax + +\fi + +\endinput diff --git a/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex b/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex new file mode 100644 index 00000000000..2251e120c26 --- /dev/null +++ b/Master/texmf-dist/tex/plain/pgf/utilities/pgffor.tex @@ -0,0 +1,17 @@ +% This file is tikz.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\pgfforatcode{\the\catcode`\@} +\catcode`\@=11 + +\input pgfrcs.code.tex +\input pgffor.code.tex + +\catcode`\@=\pgfforatcode + +\endinput |