diff options
Diffstat (limited to 'Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex')
-rw-r--r-- | Master/texmf-dist/tex/plain/pgf/libraries/pgflibraryshapes.tex | 17 |
1 files changed, 17 insertions, 0 deletions
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 |