README - describes this release of GraphTeX: Release 1.0beta

    GraphTeX 1.0beta, a program for typesetting graphs
    Copyright (C) 1994 John Pliam

    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.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

-------------
Introduction:
-------------

GraphTeX is actually a Perl library (graphtex.pl) along with a preprocessor 
(gt) which can be used to generate TeXdraw commands producing graphs and 
related diagrams inside a TeX document.  A graph can be ``typeset'' by 
writing a .gt source file which resembles a matrix environment.

--------------
Documentation:
--------------

Both the entire source for making the manual, as well as copy of the
postscript manual, manual1.0beta.ps, come with the distribution.  To read 
more about GraphTeX, simply print the postscript manual.  (The "make doc" 
target of the Makefile is intended to show the user the full 
dependencies inherent in GraphTeX.

-------------
Installation:
-------------

In order for GraphTeX to work, you need to have the following packages 
installed: TeX, Perl, TeXdraw, and dvips (any .dvi to .ps program which 
respects \special for postscript insertion).  Attend to definitions PERLLIB, 
PERLEXEC and BINDER in the Makefile, and type

                                make install
