Mathematica 5 users
Can I make mathStatica autoload?
Some advanced Mathematica users make their own custom init.m file which tells Mathematica to do various things when it starts up. If you do not know what an init.m file is, it may be best not to tamper with this.
If you want mathStatica to autoload every time you start Mathematica, you can add:
<<mathStatica.m
to the very top of your init.m file, so that mathStatica gets loaded before anything else.
|