Re: Changing default size of new notebook
- To: mathgroup at smc.vnet.net
- Subject: [mg76866] Re: Changing default size of new notebook
- From: dimitris <dimmechan at yahoo.com>
- Date: Tue, 29 May 2007 04:51:39 -0400 (EDT)
- References: <f3dnn8$fd8$1@smc.vnet.net>
Open an existing file
NotebookOpen["F:\\Untitled-1.nb", WindowSize -> {400,400}]
Create a new notebook
NotebookCreate[WindowSize -> {400, 400}]
(*change the numbers how you wish*)
Or you can use the Option Inspector from the Format Menu.
Dimitris
/ chuck009 :
> When I open Mathematica (5.2) or create a new file, the default notebook is too small and I always have to re-size it. Is there some way to set the default size?
>
> Thanks!