blob: 96b11c38e5b51992f1f38754162a925f5de66ca1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|