.TH M2 1 "" "Macaulay2-1.23" "Macaulay2" .\" see groff(7) and groff_man(7) .\" Mention ${prefix}/share .SH "NAME" M2 - start \fIMacaulay2\fP, a software system for algebraic geometry research. .SH SYNOPSIS \fBM2\fP [\fIoption\fP ...] [\fIfile\fP ...] .SH DESCRIPTION The command \fBM2\fP starts \fIMacaulay2\fP, which is a software system devoted to supporting research in algebraic geometry and commutative algebra. .SS Options .TP \fB\-\-help\fR print this brief help message and exit .TP \fB\-\-no\-backtrace\fR print no backtrace after error .TP \fB\-\-copyright\fR display full copyright messasge .TP \fB\-\-no\-debug\fR do not enter debugger upon error .TP \fB\-\-debug n\fR debug warning message n by signalling an error .TP \fB\-\-int\fR don't handle interrupts .TP \fB\-\-notify\fR notify when loading files during initialization and when evaluating command line arguments .TP \fB\-\-no\-prompts\fR print no input prompts .TP \fB\-\-no\-readline\fR don't use readline .TP \fB\-\-no\-core\fR don't load the Core .TP \fB\-\-no\-threads\fR don't start any additional threads (or tasks) .TP \fB\-\-prefix DIR\fR set prefixDirectory .TP \fB\-\-print\-width n\fR set printWidth=n (the default is the window width) .TP \fB\-\-script\fR as first argument, interpret second argument as name of a script implies \-\-stop, \-\-no\-debug, \-\-silent and \-q see scriptCommandLine .TP \fB\-\-silent\fR no startup banner .TP \fB\-\-stop\fR exit on error .TP \fB\-\-texmacs\fR TeXmacs session mode .TP \fB\-\-version\fR print version number and exit .TP \fB\-q\fR don't load user's init.m2 file or use packages in home directory .TP \fB\-E '...'\fR evaluate expression '...' before initialization .TP \fB\-e '...'\fR evaluate expression '...' after initialization .\" .SH "DESCRIPTION" .\" .SH "OPTIONS" .\" .SH "ENVIRONMENT" .\" .SH "BUGS" .\" .SH "FOOTNOTES" .SH "SEE ALSO" The documentation for \fIMacaulay2\fP is available locally starting in ${prefix}/share/doc/Macaulay2/Macaulay2Doc/html/index.html, where ${prefix} is replaced by the directory prefix used when the package was installed. The directory is available as the value of the \fIMacaulay2\fP variable prefixDirectory, but the best way to get to the documentation is to run the command \fIviewHelp\fP in \fIMacaulay2\fP. The home page for \fIMacaulay2\fP is \fBhttp://www.math.uiuc.edu/Macaulay2/\fR. .SH "AUTHOR" \fIMacaulay2\fP is written by Daniel R. Grayson and Michael E. Stillman with generous support of the National Science Foundation, for which we are grateful. .SH "COPYRIGHT" \fIMacaulay2\fP is copyright 2019 by Daniel R. Grayson and Michael E. Stillman. We permit you to use it under the terms of the GNU General Public License, version 2 or version 3, as published by the Free Software Foundation. This is free software. There is no warranty; not even for merchantability or fitness for a particular purpose. .\" -- Local Variables: .\" -- mode: nroff .\" -- compile-command: "make -C $M2BUILDDIR/Macaulay2/man view" .\" -- fill-column: 100 .\" -- End: