diff options
Diffstat (limited to 'Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex')
-rw-r--r-- | Master/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex | 22 |
1 files changed, 22 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 |