summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
blob: 01ae33272e73d572e31381490656167055158f88 (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
27
28
29
30
31
32
33
% Copyright 2006 by Till Tantau
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.

\ProvidesFileRCS{pgf.cfg}

% Copy this file to somewhere local and uncomment one of the following
% if you do not trust/use/like the automatic driver selection
% algorithms:

% \def\pgfsysdriver{pgfsys-dvi.def}
% \def\pgfsysdriver{pgfsys-dvipdfm.def}
% \def\pgfsysdriver{pgfsys-dvipdfmx.def}
% \def\pgfsysdriver{pgfsys-dvips.def}
% \def\pgfsysdriver{pgfsys-pdftex.def}
% \def\pgfsysdriver{pgfsys-luatex.def}
% \def\pgfsysdriver{pgfsys-tex4ht.def}
% \def\pgfsysdriver{pgfsys-textures.def}
% \def\pgfsysdriver{pgfsys-vtex.def}
% \def\pgfsysdriver{pgfsys-xetex.def}

% Alternatively, use one of the above commands in your own files.

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