blob: 88d769b5c02e0e7b136559e868515f4f032495df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
% This file is pgfsys.tex
% Copyright 2005 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.
\ifx\pgfsysincluded\undefined
\def\pgfsysincluded{}
\edef\pgfsysatcode{\the\catcode`\@}
\catcode`\@=11
\input pgfrcs.code.tex
\input pgf-latex-emulation.tex
\input pgfsys.code.tex
\input pgfsyssoftpath.code.tex
\input pgfsysprotocol.code.tex
\catcode`\@=\pgfsysatcode\relax
\fi
\endinput
|