Mathematica 6 users
Can I make mathStatica autoload in v6?
Yes. Some advanced Mathematica users make their own custom init.m file which tells Mathematica to do various things when it starts up. The init.m file can be found at:
$UserBaseDirectory / Kernel directory
If you want mathStatica to autoload every time you start Mathematica, add:
<<mathStatica.m
to the very top of your init.m file, so that mathStatica gets loaded before anything else.
|