NAME
App::MathImage -- math-image application module
SYNOPSIS
use App::MathImage;
my $mi = App::MathImage->new;
exit $mi->command_line;
DESCRIPTION
This is the guts of the math-image
program, see math-image for user-level operation.
FUNCTIONS
$mi = App::MathImage->new (key=>value,...)
-
Create and return a new MathImage object.
$exitcode = App::MathImage->command_line ()
$exitcode = $mi->command_line ()
-
Run the
math-image
program command line. Arguments are taken from@ARGV
and the return value is an exit code suitable forexit
.
SEE ALSO
HOME PAGE
http://user42.tuxfamily.org/math-image/index.html
LICENSE
Copyright 2010 Kevin Ryde
Math-Image 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 3, or (at your option) any later version.
Math-Image 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 Math-Image. If not, see <http://www.gnu.org/licenses/>.