summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xypic/xylatex.ini
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/xypic/xylatex.ini')
-rw-r--r--Master/texmf-dist/tex/generic/xypic/xylatex.ini77
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/xypic/xylatex.ini b/Master/texmf-dist/tex/generic/xypic/xylatex.ini
new file mode 100644
index 00000000000..3ba119f8437
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/xypic/xylatex.ini
@@ -0,0 +1,77 @@
+%% $Id: xylatex.ini,v 3.3 1996/12/19 03:31:56 krisrose Exp $ -*-latex-*-
+%%
+%% Generate LaTeX + Xy-pic format file.
+%% Copyright (c) 1993-1996 Kristoffer H. Rose <krisrose@brics.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-1996 Kristoffer H. Rose <krisrose@brics.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.
+
+% Load LaTeX (2e) but don't dump yet.
+% (This ca
+
+\let\xypicsaveddump=\dump
+\let\dump=\endinput
+\input latex.ltx
+
+% KERNEL:
+%
+\input xy
+
+% Extensions and features: You can replace this line with selective loading
+% of particular options if you like.
+%
+\xyoption{all}
+
+% BACKEND: Default is NOT to load any backend but by uncommenting the
+% following line you can include the PostScript backend by default.
+%
+%\xyoption{ps}
+
+% DRIVERS: Default is NOT to load any driver but by uncommenting the
+% following line you can include the DVIPS driver (or any other one you
+% choose) by default (this will not select it, only make it available).
+%
+%\xyoption{dvips}
+
+% Finally dump the format file (using the hack above):
+%
+\xypicsaveddump
+
+% $Log: xylatex.ini,v $
+% Revision 3.3 1996/12/19 03:31:56 krisrose
+% Maintenance release
+%
+% Revision 3.2 1995/09/19 18:22:27 kris
+% Bug fix release.
+%
+% Revision 3.0 1995/07/07 20:14:21 kris
+% Major release w/new User's Guide!
+%
+% Revision 2.14 1995/07/06 02:56:02 kris
+% Buglets...
+%
+% Revision 2.13 1995/07/04 15:11:17 kris
+% Ready to release v3?
+%
+% Revision 2.12 1994/10/25 11:34:25 kris
+% Interim release just before v3 [works with AMS-LaTeX 1.2]...
+%
+% Revision 2.10 1994/06/15 12:55:07 kris
+% Second 3beta release: bug fixes.
+%
+% NEW file to go in version 2.10!