summaryrefslogtreecommitdiff
path: root/debian/open-axiom.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-axiom.1')
-rw-r--r--debian/open-axiom.158
1 files changed, 58 insertions, 0 deletions
diff --git a/debian/open-axiom.1 b/debian/open-axiom.1
new file mode 100644
index 0000000..5a6f718
--- /dev/null
+++ b/debian/open-axiom.1
@@ -0,0 +1,58 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
+.TH OPENAXIOM "1" "August 2011" "OpenAxiom 1.5.0-2011-07-07" "The open scientific computation platform"
+.SH NAME
+OpenAxiom \- open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences
+.SH SYNOPSIS
+.B open-axiom
+[\fIoptions\fR] [\fIfile\fR]
+.SH DESCRIPTION
+.SS "General options:"
+.TP
+\fB\-\-help\fR
+Print this information and exit.
+.TP
+\fB\-\-version\fR
+Print OpenAxiom version and exit.
+.TP
+\fB\-\-script\fR
+Execute the file argument as a Spad script.
+If specified, this option should be last before file argument.
+.TP
+\fB\-\-compile\fR
+Invoke the compiler on the file argument.
+If specified, this option should be last before file argument.
+.TP
+\fB\-\-server\fR
+Start the Superman as master process.
+.TP
+\fB\-\-no\-server\fR
+Do not start Superman as master process.
+.SS "Superman options:"
+.TP
+\fB\-\-no\-gui\fR
+Do not start the Graphics or HyperDoc components.
+.TP
+\fB\-\-graph\fR
+Start the Graphics component. This option is meaningful
+only if OpenAxiom was built with graphics support.
+.TP
+\fB\-\-no\-graph\fR
+Do not start the Graphics component.
+.TP
+\fB\-\-hyperdoc\fR
+Start the HyperDoc component. This option is meaningful
+only if OpenAxiom was built with graphics support.
+.TP
+\fB\-\-no\-hyperdoc\fR
+Do not start the HyperDoc component.
+.TP
+\fB\-\-execute\fR cmd args
+execute `cmd' with arguments `args'
+.SS "Compiler options:"
+.TP
+\fB\-\-optimize=\fR<n>
+Set compiler optimization level to <n>, a natural number.
+.PP
+If invoked without options and without an input file OpenAxiom will start as an interative program with Superman as the master process, the majority of uses. If invoked with a file as single argument, OpenAxiom assumes the file is a Spad script and will attempt to execute it as such.
+.PP
+Submit bug report to open\-axiom\-bugs@lists.sf.net