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