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