convex - a Maple package for convex geometry
Copyright (C) 1999-2004 Matthias Franz

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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

AUTHOR
######

Matthias Franz <matthias{DOT}franz{AT}ujf-grenoble{DOT}fr>

(Replace {DOT} and {AT} by the obvious characters.)

Please send any comments or bug reports to this address.

FILE LIST
#########

README		this file

LICENSE		the GNU General Public License, which applies to this package

convex.m	the package `convex' as Maple 7 file

Changelog	summary of changes

convex.tar.gz	a gzip'ed tar file with the source code for the package
		YOU DON'T NEED THIS FILE IN ORDER TO USE THE PACKAGE.

INSTALLATION
############

Copy the file `convex.m' in one of the directories listed in the Maple
variable `libname' (or create a new directory and add it to `libname').
Then the package can be invoked simply by typing `with(convex):' at the
Maple prompt.

If you have modified `libname', you may also want to change your
~/.mapleinit file. Type `man maple' (UNIX shell prompt) or `?maple'
(from within Maple) for more information.

COMPILATION
###########

You should have a Un*x or Linux system for this. Unpack and untar
"convex.tar.gz" in a new directory. Then call "make".
