summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
blob: a719fda2380933bc6d981033beac676d13a2ea15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\ProvidesFileRCS $Header: /cvsroot/pgf/pgf/generic/pgf/systemlayer/pgf.cfg,v 1.1.1.1 2005/06/29 12:14:04 tantau Exp $

% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>.
%
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 2.



% Default driver:
\ifx\pgfsysdriver\@undefined
  \def\pgfsysdriver{pgfsys-\Gin@driver}
\fi


% Uncomment the following if you use dvipdfm and plain tex:
% \def\pgfsysdriver{pgfsys-dvipdfm.def}

\endinput
 
%%% Local Variables: 
%%% mode: latex
%%% End: