blob: 1a493530c680e4436c019e249e3fc447fe08beca (
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
|
%% $Id: xypic.sty,v 3.3 1996/12/19 03:31:56 krisrose Exp $ -*-tex-*-
%%
%% LaTeX style option to load Xy-pic in version 2 compatibility mode.
%% by Kristoffer H. Rose <krisrose@brics.dk>
%%
%% 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.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.
|