summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/xypdf/xypdf.sty
blob: 2b35b87b69f72b607cb59f496958aa3157e5b88b (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
%% The xypdf package for TeX and LaTeX
%% Copyright (c) 2010 by Daniel M\"ullner (Müllner)
%% <http://www.math.uni-bonn.de/people/muellner>
%% --------------------------------------------------------------------
%%
%% This program is free software: you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation, either version 2 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
%% GNU General Public License for more details.
%%
%% The GNU General Public License is available at
%% <http://www.gnu.org/licenses/>.
%%
\NeedsTeXFormat{LaTeX2e}
\PackageWarning{xypdf}{The file `xypdf.sty' has become obsolete and is now^^J%
  just a wrapper for `xypdf.tex'. Since version 1.4, the xypdf package has been^^J%
  integrated into the Xy-pic package. Make sure that you have Xy-pic version 3.8^^J%
  or later. Then write \string\usepackage[pdf]{xy} or \string\xyoption{pdf} instead of^^J%
  \string\usepackage{xypdf} in your document\@gobble}
\RequirePackage[\@ptionlist{xy.sty}]{xy}
\xyrequire{pdf}
\ProvidesPackage{xypdf}[2010/05/13 v1.4 PDF output for the Xy-pic package (obsolete^^Jstyle file!)]
\endinput
%%
%% End of file `xypdf.sty'.