Is there a way to personalize the startup? I want, for example, that mathematica starts Maximized (not slightly-less-than-maximized as it usually does) with a notebook (also maximized) with a zoom of 130%. I use mathematica 8.0.4 and windows XP.
|
I find it easiest to create a Notebook with the features I want, and then open that Notebook to launch Mathematica. Save this code as a
|
|||||||||||||
|
|
In MMA prefs / advanced/ open option inspector and you can set the values you want to customize. Full screen is under Window Size and select "Full". Zoom is under Notebook Options/ Display options/ Magnification. |
||||
|
You could either edit the |
|||
|
|

SetOptions[SelectedNotebook[],WindowSize -> Full]does it :) – rm -rf♦ May 5 '12 at 18:47