%% $Id: CATALOG.doc,v 2.12 1994/10/28 20:34:34 kris Exp $
%%
%% XY-pic ``CTAN CATALOG description'' generation file.
%% Copyright (c) 1994		Kristoffer H. Rose	<kris@diku.dk>
%%
%% This file is part of the XY-pic package for graphs and diagrams in TeX.
%% See the companion README and INSTALL files for further information.
%% Copyright (c) 1991-1994	Kristoffer H. Rose	<kris@diku.dk>
%%
%% The XY-pic package 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.
%%
%% The XY-pic package 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.
%%
%% You should have received a copy of the GNU General Public License along
%% with this package; if not, write to the Free Software Foundation, Inc.,
%% 675 Mass Ave, Cambridge, MA 02139, USA.
%%
\documentstyle{article}
\input{xy}
\begin{document}

\newwrite\Wout
\def\W#1{\immediate\write\Wout{#1}}

\immediate\openout\Wout=CATALOG.out
\W{Name: xypic}
\W{Version: \xyversion\space <\xydate>}
\W{}
\W{Description: Xy-pic is a package for typesetting graphs and diagrams.}
\W{ It is structured as several modules, each defining a custom notation for}
\W{ a particular kind of graphical object or structure.  Example objects are}
\W{ arrows, curves, frames, and coluring/rotation on drivers that support}
\W{ it; these can be organised in matrix, directed graph, polygon, path, and}
\W{ 2-cell structure.  Xy-pic works with most formats, including LaTeX,}
\W{ AMS-LaTeX, AMS-TeX, and plain TeX, and has been used to typeset very}
\W{ complicated diagrams from many application areas including category}
\W{ theory, automata theory, algebra, and databases.}
\W{}
\W{Keywords: graphs, diagrams, arrows.}
\W{}
\W{Author: Kristoffer H. Rose}
\W{Problems-To: kris@diku.dk}
\W{Address: DIKU, Universitetsparken 1, 2100 K{\string\o}benhavn
 {\string\O}, DANMARK} 
\W{}
\W{Note: Latest news available on the Xy-pic World Wide Web home page:}
\W{ <URL: http://www.diku.dk/users/kris/Xy-pic.html>}
\immediate\closeout\Wout

\end{document}
