blob: befdb653b4e99f4439f3113868c7bc3785eb42f9 (
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
|
%% $Id: xypic.sty,v 3.4 2010/04/16 06:06:52 krisrose Exp $ -*-tex-*-
%%
%% LaTeX style option to load Xy-pic in version 2 compatibility mode.
%% by Kristoffer H. Rose <krisrose@tug.org>
%%
%% This file is in the public domain. It 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.
%%
\input{xy.sty}
\xyoption{v2}
\catcode`\@=\xystycatcode
\endinput
% $Log: xypic.sty,v $
% Revision 3.4 2010/04/16 06:06:52 krisrose
% Preparing for a new release...
%
% Revision 3.3 1996/12/19 03:31:56 krisrose
% Maintenance release
%
% Revision 3.0 1995/07/07 20:14:21 kris
% Major release w/new User's Guide!
%
% Revision 2.13 1995/07/04 15:11:17 kris
% Ready to release v3?
%
% Revision 2.8 1994/04/08 04:30:00 kris
% Second (bug fix) 3alpha release.
%
% Revision 2.7 1994/03/08 02:06:01 kris
% Release 3alpha.
|