Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!calvin.tamu.edu From: cnh5730@calvin.tamu.edu (Chuck Herrick) Newsgroups: comp.sys.next Subject: Mathematica and Configuration Message-ID: <10256@helios.TAMU.EDU> Date: 20 Nov 90 17:02:26 GMT Sender: usenet@helios.TAMU.EDU Organization: geodynamics research institute, texas a+m univ Lines: 14 Originator: cnh5730@calvin.tamu.edu Is there a way to store sets of Mathematica options in such a way that the set-ups could be loaded during a Mathematica session and saved from session to session? As an example: SetOptions[Plot3D,Boxed -> False] SetOptions[Plot3D,AxesLabel -> {"x","y","f(x,y)"}] . . . SetOptions[ContourPlot,ContourLevels -> 40] etc, etc. One would like to have a number of these saved and be able to load them at will.