1M2(1)                              Macaulay2                             M2(1)
2
3
4

NAME

6       M2  -  start  Macaulay2,  a  software  system  for  algebraic  geometry
7       research.
8
9

SYNOPSIS

11       M2 [option ...] [file ...]
12

DESCRIPTION

14       The command M2 starts Macaulay2, which is a software system devoted  to
15       supporting research in algebraic geometry and commutative algebra.
16
17
18   Options
19       --help print this brief help message and exit
20
21       --no-backtrace
22              print no backtrace after error
23
24       --copyright
25              display full copyright messasge
26
27       --no-debug
28              do not enter debugger upon error
29
30       --debug n
31              debug warning message n by signalling an error
32
33       --dumpdata
34              read source code, dump data if so configured, exit (no init.m2)
35
36       --no-loaddata
37              don't try to load the dumpdata file
38
39       --int  don't handle interrupts
40
41       --notify
42              notify  when loading files during initialization and when evalu‐
43              ating command line arguments
44
45       --no-prompts
46              print no input prompts
47
48       --no-readline
49              don't use readline
50
51       --no-setup
52              don't try to load setup.m2 or to loaddata
53
54       --no-threads
55              don't start any additional threads (or tasks)
56
57       --no-personality
58              don't set the personality and re-exec M2 (linux only)
59
60       --prefix DIR
61              set prefixDirectory
62
63       --print-width n
64              set printWidth=n (the default is the window width)
65
66       --script
67              as first argument, interpret second argument as name of a script
68              implies  --stop,  --no-debug, --silent and -q see scriptCommand‐
69              Line
70
71       --silent
72              no startup banner
73
74       --stop exit on error
75
76       --texmacs
77              TeXmacs session mode
78
79       --version
80              print version number and exit
81
82       -q     don't load user's init.m2 file or use packages in home directory
83
84       -E '...'
85              evaluate expression '...' before initialization
86
87       -e '...'
88              evaluate expression '...' after initialization
89
90       -x     example prompts, don't use readline
91
92

SEE ALSO

94       The documentation for Macaulay2 is available locally starting in ${pre‐
95       fix}/share/doc/Macaulay2/Macaulay2Doc/html/index.html,  where ${prefix}
96       is  replaced  by  the  directory  prefix  used  when  the  package  was
97       installed.   The  directory  is available as the value of the Macaulay2
98       variable prefixDirectory, but the best way to get to the  documentation
99       is to run the command viewHelp in Macaulay2.
100
101       The home page for Macaulay2 is http://www.math.uiuc.edu/Macaulay2/.
102
103

AUTHOR

105       Macaulay2  is written by Daniel R. Grayson and Michael E. Stillman with
106       generous support of the National Science Foundation, for which  we  are
107       grateful.
108
109
111       Macaulay2  is copyright 2019 by Daniel R. Grayson and Michael E. Still‐
112       man.  We permit you to use it under the terms of the GNU General Public
113       License,  version  2  or  version  3, as published by the Free Software
114       Foundation.  This is free software.  There is no warranty; not even for
115       merchantability or fitness for a particular purpose.
116
117
118
119
120Macaulay2-1.14.0.1                                                       M2(1)
Impressum